Home
last modified time | relevance | path

Searched defs:EE (Results 1 – 25 of 119) sorted by relevance

12345

/external/llvm/bindings/ocaml/executionengine/
Dexecutionengine_ocaml.c64 CAMLprim value llvm_ee_dispose(LLVMExecutionEngineRef EE) { in llvm_ee_dispose()
70 CAMLprim value llvm_ee_add_module(LLVMModuleRef M, LLVMExecutionEngineRef EE) { in llvm_ee_add_module()
76 CAMLprim value llvm_ee_remove_module(LLVMModuleRef M, LLVMExecutionEngineRef EE) { in llvm_ee_remove_module()
85 CAMLprim value llvm_ee_run_static_ctors(LLVMExecutionEngineRef EE) { in llvm_ee_run_static_ctors()
91 CAMLprim value llvm_ee_run_static_dtors(LLVMExecutionEngineRef EE) { in llvm_ee_run_static_dtors()
99 CAMLprim value llvm_ee_get_data_layout(LLVMExecutionEngineRef EE) { in llvm_ee_get_data_layout()
114 LLVMExecutionEngineRef EE) { in llvm_ee_add_global_mapping()
120 LLVMExecutionEngineRef EE) { in llvm_ee_get_global_value_address()
125 LLVMExecutionEngineRef EE) { in llvm_ee_get_function_address()
/external/llvm-project/llvm/bindings/ocaml/executionengine/
Dexecutionengine_ocaml.c64 CAMLprim value llvm_ee_dispose(LLVMExecutionEngineRef EE) { in llvm_ee_dispose()
70 CAMLprim value llvm_ee_add_module(LLVMModuleRef M, LLVMExecutionEngineRef EE) { in llvm_ee_add_module()
76 CAMLprim value llvm_ee_remove_module(LLVMModuleRef M, LLVMExecutionEngineRef EE) { in llvm_ee_remove_module()
85 CAMLprim value llvm_ee_run_static_ctors(LLVMExecutionEngineRef EE) { in llvm_ee_run_static_ctors()
91 CAMLprim value llvm_ee_run_static_dtors(LLVMExecutionEngineRef EE) { in llvm_ee_run_static_dtors()
99 CAMLprim value llvm_ee_get_data_layout(LLVMExecutionEngineRef EE) { in llvm_ee_get_data_layout()
114 LLVMExecutionEngineRef EE) { in llvm_ee_add_global_mapping()
120 LLVMExecutionEngineRef EE) { in llvm_ee_get_global_value_address()
125 LLVMExecutionEngineRef EE) { in llvm_ee_get_function_address()
/external/llvm-project/llvm/lib/ExecutionEngine/
DExecutionEngineBindings.cpp110 if (ExecutionEngine *EE = builder.create()){ in LLVMCreateExecutionEngineForModule() local
216 void LLVMDisposeExecutionEngine(LLVMExecutionEngineRef EE) { in LLVMDisposeExecutionEngine()
220 void LLVMRunStaticConstructors(LLVMExecutionEngineRef EE) { in LLVMRunStaticConstructors()
225 void LLVMRunStaticDestructors(LLVMExecutionEngineRef EE) { in LLVMRunStaticDestructors()
230 int LLVMRunFunctionAsMain(LLVMExecutionEngineRef EE, LLVMValueRef F, in LLVMRunFunctionAsMain()
239 LLVMGenericValueRef LLVMRunFunction(LLVMExecutionEngineRef EE, LLVMValueRef F, in LLVMRunFunction()
254 void LLVMFreeMachineCodeForFunction(LLVMExecutionEngineRef EE, LLVMValueRef F) { in LLVMFreeMachineCodeForFunction()
257 void LLVMAddModule(LLVMExecutionEngineRef EE, LLVMModuleRef M){ in LLVMAddModule()
261 LLVMBool LLVMRemoveModule(LLVMExecutionEngineRef EE, LLVMModuleRef M, in LLVMRemoveModule()
269 LLVMBool LLVMFindFunction(LLVMExecutionEngineRef EE, const char *Name, in LLVMFindFunction()
[all …]
/external/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/
DExecutionEngineBindings.cpp110 if (ExecutionEngine *EE = builder.create()){ in LLVMCreateExecutionEngineForModule() local
216 void LLVMDisposeExecutionEngine(LLVMExecutionEngineRef EE) { in LLVMDisposeExecutionEngine()
220 void LLVMRunStaticConstructors(LLVMExecutionEngineRef EE) { in LLVMRunStaticConstructors()
225 void LLVMRunStaticDestructors(LLVMExecutionEngineRef EE) { in LLVMRunStaticDestructors()
230 int LLVMRunFunctionAsMain(LLVMExecutionEngineRef EE, LLVMValueRef F, in LLVMRunFunctionAsMain()
239 LLVMGenericValueRef LLVMRunFunction(LLVMExecutionEngineRef EE, LLVMValueRef F, in LLVMRunFunction()
254 void LLVMFreeMachineCodeForFunction(LLVMExecutionEngineRef EE, LLVMValueRef F) { in LLVMFreeMachineCodeForFunction()
257 void LLVMAddModule(LLVMExecutionEngineRef EE, LLVMModuleRef M){ in LLVMAddModule()
261 LLVMBool LLVMRemoveModule(LLVMExecutionEngineRef EE, LLVMModuleRef M, in LLVMRemoveModule()
269 LLVMBool LLVMFindFunction(LLVMExecutionEngineRef EE, const char *Name, in LLVMFindFunction()
[all …]
/external/llvm/lib/ExecutionEngine/
DExecutionEngineBindings.cpp110 if (ExecutionEngine *EE = builder.create()){ in LLVMCreateExecutionEngineForModule() local
214 void LLVMDisposeExecutionEngine(LLVMExecutionEngineRef EE) { in LLVMDisposeExecutionEngine()
218 void LLVMRunStaticConstructors(LLVMExecutionEngineRef EE) { in LLVMRunStaticConstructors()
223 void LLVMRunStaticDestructors(LLVMExecutionEngineRef EE) { in LLVMRunStaticDestructors()
228 int LLVMRunFunctionAsMain(LLVMExecutionEngineRef EE, LLVMValueRef F, in LLVMRunFunctionAsMain()
237 LLVMGenericValueRef LLVMRunFunction(LLVMExecutionEngineRef EE, LLVMValueRef F, in LLVMRunFunction()
252 void LLVMFreeMachineCodeForFunction(LLVMExecutionEngineRef EE, LLVMValueRef F) { in LLVMFreeMachineCodeForFunction()
255 void LLVMAddModule(LLVMExecutionEngineRef EE, LLVMModuleRef M){ in LLVMAddModule()
259 LLVMBool LLVMRemoveModule(LLVMExecutionEngineRef EE, LLVMModuleRef M, in LLVMRemoveModule()
267 LLVMBool LLVMFindFunction(LLVMExecutionEngineRef EE, const char *Name, in LLVMFindFunction()
[all …]
/external/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
DSimpleConstraintManager.h24 ExprEngine *EE; variable
/external/llvm-project/llvm/lib/Support/
DSymbolRemappingReader.cpp59 using EE = ItaniumManglingCanonicalizer::EquivalenceError; in read() typedef
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
DSymbolRemappingReader.cpp59 using EE = ItaniumManglingCanonicalizer::EquivalenceError; in read() typedef
/external/llvm-project/llvm/examples/HowToUseJIT/
DHowToUseJIT.cpp123 ExecutionEngine* EE = EngineBuilder(std::move(Owner)).create(); in main() local
/external/llvm/examples/HowToUseJIT/
DHowToUseJIT.cpp125 ExecutionEngine* EE = EngineBuilder(std::move(Owner)).create(); in main() local
/external/llvm/examples/ParallelJIT/
DParallelJIT.cpp133 ExecutionEngine* EE; member
270 ExecutionEngine* EE = EngineBuilder(std::move(Owner)).create(); in main() local
/external/llvm-project/llvm/include/llvm/Support/
DGraphWriter.h86 child_iterator EE = GTraits::child_end(Node); in getEdgeSourceLabels() local
229 child_iterator EE = GTraits::child_end(Node); in writeNode() local
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
DGraphWriter.h86 child_iterator EE = GTraits::child_end(Node); in getEdgeSourceLabels() local
229 child_iterator EE = GTraits::child_end(Node); in writeNode() local
/external/llvm-project/llvm/examples/ParallelJIT/
DParallelJIT.cpp131 ExecutionEngine* EE; member
269 ExecutionEngine* EE = EngineBuilder(std::move(Owner)).create(); in main() local
/external/llvm-project/llvm/include/llvm/ExecutionEngine/
DRTDyldMemoryManager.h47 virtual void notifyObjectLoaded(ExecutionEngine *EE, in notifyObjectLoaded()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ExecutionEngine/
DRTDyldMemoryManager.h47 virtual void notifyObjectLoaded(ExecutionEngine *EE, in notifyObjectLoaded()
/external/llvm/include/llvm/Support/
DGraphWriter.h71 child_iterator EE = GTraits::child_end(Node); in getEdgeSourceLabels() local
231 child_iterator EE = GTraits::child_end(Node); in writeNode() local
/external/llvm-project/llvm/lib/Target/XCore/
DXCoreFrameToArgsOffsetElim.cpp54 for (MachineBasicBlock::iterator MBBI = MBB.begin(), EE = MBB.end(); in runOnMachineFunction() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/XCore/
DXCoreFrameToArgsOffsetElim.cpp54 for (MachineBasicBlock::iterator MBBI = MBB.begin(), EE = MBB.end(); in runOnMachineFunction() local
/external/llvm/lib/Target/XCore/
DXCoreFrameToArgsOffsetElim.cpp55 for (MachineBasicBlock::iterator MBBI = MBB.begin(), EE = MBB.end(); in runOnMachineFunction() local
/external/llvm/include/llvm/ExecutionEngine/
DRTDyldMemoryManager.h46 virtual void notifyObjectLoaded(ExecutionEngine *EE, in notifyObjectLoaded()
/external/llvm/lib/CodeGen/AsmPrinter/
DDwarfAccelTable.cpp74 for (StringMap<DataArray>::iterator EI = Entries.begin(), EE = Entries.end(); in FinalizeTable() local
269 EE = Entries.end(); in print() local
/external/llvm/examples/Fibonacci/
Dfibonacci.cpp119 ExecutionEngine *EE = in main() local
/external/llvm-project/clang/test/SemaCXX/
Dusing-decl-1.cpp242 struct EE { int EE; }; struct
/external/clang/test/SemaCXX/
Dusing-decl-1.cpp242 struct EE { int EE; }; member

12345