Searched refs:LLVMMCJITCompilerOptions (Results 1 – 12 of 12) sorted by relevance
/aosp_15_r20/external/llvm/include/llvm-c/ |
H A D | ExecutionEngine.h | 44 struct LLVMMCJITCompilerOptions { struct 89 struct LLVMMCJITCompilerOptions *Options, size_t SizeOfOptions); 110 struct LLVMMCJITCompilerOptions *Options, size_t SizeOfOptions,
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm-c/ |
D | ExecutionEngine.h | 43 struct LLVMMCJITCompilerOptions { struct 88 struct LLVMMCJITCompilerOptions *Options, size_t SizeOfOptions); 109 struct LLVMMCJITCompilerOptions *Options, size_t SizeOfOptions,
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm-c/ |
D | ExecutionEngine.h | 43 struct LLVMMCJITCompilerOptions { struct 88 struct LLVMMCJITCompilerOptions *Options, size_t SizeOfOptions); 109 struct LLVMMCJITCompilerOptions *Options, size_t SizeOfOptions,
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm-c/ |
D | ExecutionEngine.h | 43 struct LLVMMCJITCompilerOptions { struct 88 struct LLVMMCJITCompilerOptions *Options, size_t SizeOfOptions); 109 struct LLVMMCJITCompilerOptions *Options, size_t SizeOfOptions,
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm-c/ |
D | ExecutionEngine.h | 43 struct LLVMMCJITCompilerOptions { struct 88 struct LLVMMCJITCompilerOptions *Options, size_t SizeOfOptions); 109 struct LLVMMCJITCompilerOptions *Options, size_t SizeOfOptions,
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm-c/ |
H A D | ExecutionEngine.h | 43 struct LLVMMCJITCompilerOptions { struct 88 struct LLVMMCJITCompilerOptions *Options, size_t SizeOfOptions); 109 struct LLVMMCJITCompilerOptions *Options, size_t SizeOfOptions,
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm-c/ |
H A D | ExecutionEngine.h | 43 struct LLVMMCJITCompilerOptions { struct 88 struct LLVMMCJITCompilerOptions *Options, size_t SizeOfOptions); 109 struct LLVMMCJITCompilerOptions *Options, size_t SizeOfOptions,
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/ |
H A D | ExecutionEngineBindings.cpp | 150 void LLVMInitializeMCJITCompilerOptions(LLVMMCJITCompilerOptions *PassedOptions, in LLVMInitializeMCJITCompilerOptions() 152 LLVMMCJITCompilerOptions options; in LLVMInitializeMCJITCompilerOptions() 162 LLVMMCJITCompilerOptions *PassedOptions, size_t SizeOfPassedOptions, in LLVMCreateMCJITCompilerForModule() 164 LLVMMCJITCompilerOptions options; in LLVMCreateMCJITCompilerForModule()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/ExecutionEngine/ |
H A D | ExecutionEngineBindings.cpp | 151 void LLVMInitializeMCJITCompilerOptions(LLVMMCJITCompilerOptions *PassedOptions, in LLVMInitializeMCJITCompilerOptions() 153 LLVMMCJITCompilerOptions options; in LLVMInitializeMCJITCompilerOptions() 163 LLVMMCJITCompilerOptions *PassedOptions, size_t SizeOfPassedOptions, in LLVMCreateMCJITCompilerForModule() 165 LLVMMCJITCompilerOptions options; in LLVMCreateMCJITCompilerForModule()
|
/aosp_15_r20/external/llvm/lib/ExecutionEngine/ |
H A D | ExecutionEngineBindings.cpp | 150 void LLVMInitializeMCJITCompilerOptions(LLVMMCJITCompilerOptions *PassedOptions, in LLVMInitializeMCJITCompilerOptions() 152 LLVMMCJITCompilerOptions options; in LLVMInitializeMCJITCompilerOptions() 162 LLVMMCJITCompilerOptions *PassedOptions, size_t SizeOfPassedOptions, in LLVMCreateMCJITCompilerForModule() 164 LLVMMCJITCompilerOptions options; in LLVMCreateMCJITCompilerForModule()
|
/aosp_15_r20/external/llvm/bindings/ocaml/executionengine/ |
H A D | executionengine_ocaml.c | 45 struct LLVMMCJITCompilerOptions Options; in llvm_ee_create()
|
/aosp_15_r20/external/llvm/unittests/ExecutionEngine/MCJIT/ |
H A D | MCJITCAPITest.cpp | 327 LLVMMCJITCompilerOptions Options;
|