OmniSciDB
a5dc49c757
|
This is the complete list of members for UdfCompiler, including all inherited members.
clang_options_ | UdfCompiler | private |
clang_path_ | UdfCompiler | private |
compileFromCommandLine(const std::vector< std::string > &command_line) const | UdfCompiler | private |
compileToLLVMIR(const std::string &udf_file_name) const | UdfCompiler | private |
compileUdf(const std::string &udf_file_name) const | UdfCompiler | |
generateAST(const std::string &file_name) const | UdfCompiler | private |
genLLVMIRFilename(const std::string &udf_file_name) | UdfCompiler | privatestatic |
genNVVMIRFilename(const std::string &udf_file_name) | UdfCompiler | privatestatic |
getAstFileName(const std::string &udf_file_name) | UdfCompiler | static |
UdfCompiler(CudaMgr_Namespace::NvidiaDeviceArch target_arch, const std::string &clang_path_override="") | UdfCompiler | |
UdfCompiler(CudaMgr_Namespace::NvidiaDeviceArch target_arch, const std::string &clang_path_override, const std::vector< std::string > clang_options) | UdfCompiler |