Home
last modified time | relevance | path

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

123

/llvm-project/llvm/bindings/ocaml/executionengine/
H A Dexecutionengine_ocaml.c66 value llvm_ee_dispose(value EE) { in llvm_ee_dispose()
72 value llvm_ee_add_module(value M, value EE) { in llvm_ee_add_module()
78 value llvm_ee_remove_module(value M, value EE) { in llvm_ee_remove_module()
88 value llvm_ee_run_static_ctors(value EE) { in llvm_ee_run_static_ctors()
94 value llvm_ee_run_static_dtors(value EE) { in llvm_ee_run_static_dtors()
102 value llvm_ee_get_data_layout(value EE) { in llvm_ee_get_data_layout()
116 value llvm_ee_add_global_mapping(value Global, value Ptr, value EE) { in llvm_ee_add_global_mapping()
122 value llvm_ee_get_global_value_address(value Name, value EE) { in llvm_ee_get_global_value_address()
127 value llvm_ee_get_function_address(value Name, value EE) { in llvm_ee_get_function_address()
/llvm-project/llvm/lib/ExecutionEngine/
H A DExecutionEngineBindings.cpp111 *OutEE = wrap(EE); in LLVMCreateExecutionEngineForModule() local
216 delete unwrap(EE); in LLVMDisposeExecutionEngine() argument
220 unwrap(EE)->finalizeObject(); in LLVMRunStaticConstructors() argument
225 unwrap(EE)->finalizeObject(); in LLVMRunStaticDestructors() argument
230 LLVMRunFunctionAsMain(LLVMExecutionEngineRef EE,LLVMValueRef F,unsigned ArgC,const char * const * ArgV,const char * const * EnvP) LLVMRunFunctionAsMain() argument
239 LLVMRunFunction(LLVMExecutionEngineRef EE,LLVMValueRef F,unsigned NumArgs,LLVMGenericValueRef * Args) LLVMRunFunction() argument
254 LLVMFreeMachineCodeForFunction(LLVMExecutionEngineRef EE,LLVMValueRef F) LLVMFreeMachineCodeForFunction() argument
257 LLVMAddModule(LLVMExecutionEngineRef EE,LLVMModuleRef M) LLVMAddModule() argument
261 LLVMRemoveModule(LLVMExecutionEngineRef EE,LLVMModuleRef M,LLVMModuleRef * OutMod,char ** OutError) LLVMRemoveModule() argument
269 LLVMFindFunction(LLVMExecutionEngineRef EE,const char * Name,LLVMValueRef * OutFn) LLVMFindFunction() argument
278 LLVMRecompileAndRelinkFunction(LLVMExecutionEngineRef EE,LLVMValueRef Fn) LLVMRecompileAndRelinkFunction() argument
283 LLVMGetExecutionEngineTargetData(LLVMExecutionEngineRef EE) LLVMGetExecutionEngineTargetData() argument
288 LLVMGetExecutionEngineTargetMachine(LLVMExecutionEngineRef EE) LLVMGetExecutionEngineTargetMachine() argument
292 LLVMAddGlobalMapping(LLVMExecutionEngineRef EE,LLVMValueRef Global,void * Addr) LLVMAddGlobalMapping() argument
297 LLVMGetPointerToGlobal(LLVMExecutionEngineRef EE,LLVMValueRef Global) LLVMGetPointerToGlobal() argument
303 LLVMGetGlobalValueAddress(LLVMExecutionEngineRef EE,const char * Name) LLVMGetGlobalValueAddress() argument
307 LLVMGetFunctionAddress(LLVMExecutionEngineRef EE,const char * Name) LLVMGetFunctionAddress() argument
311 LLVMExecutionEngineGetErrMsg(LLVMExecutionEngineRef EE,char ** OutError) LLVMExecutionEngineGetErrMsg() argument
[all...]
H A DExecutionEngine.cpp414 unsigned PtrSize = EE->getDataLayout().getPointerSize(); in isTargetNullPtr() argument
335 reset(LLVMContext & C,ExecutionEngine * EE,const std::vector<std::string> & InputArgv) reset() argument
536 ExecutionEngine *EE = nullptr; create() local
[all...]
/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DSimpleConstraintManager.h24 ExprEngine *EE; variable
H A DRangedConstraintManager.h409 RangedConstraintManager(ExprEngine *EE, SValBuilder &SB) in RangedConstraintManager()
/llvm-project/llvm/include/llvm/Support/
H A DGraphWriter.h85 child_iterator EE = GTraits::child_end(Node); in getEdgeSourceLabels() local
191 child_iterator EE = GTraits::child_end(Node); in writeNode() local
279 child_iterator EE = GTraits::child_end(Node); in writeNode() local
/llvm-project/llvm/lib/ProfileData/
H A DSymbolRemappingReader.cpp60 using EE = ItaniumManglingCanonicalizer::EquivalenceError; in read() typedef
/llvm-project/llvm/examples/HowToUseJIT/
H A DHowToUseJIT.cpp129 ExecutionEngine* EE = EngineBuilder(std::move(Owner)).create(); in main() local
/llvm-project/llvm/lib/Target/XCore/
H A DXCoreFrameToArgsOffsetElim.cpp52 for (MachineBasicBlock::iterator MBBI = MBB.begin(), EE = MBB.end(); runOnMachineFunction() local
/llvm-project/llvm/include/llvm/ExecutionEngine/
H A DRTDyldMemoryManager.h47 virtual void notifyObjectLoaded(ExecutionEngine *EE, in notifyObjectLoaded()
/llvm-project/llvm/examples/ParallelJIT/
H A DParallelJIT.cpp132 ExecutionEngine* EE; member
271 ExecutionEngine* EE = EngineBuilder(std::move(Owner)).create(); in main() local
/llvm-project/llvm/examples/Fibonacci/
H A Dfibonacci.cpp118 ExecutionEngine *EE = in main() local
/llvm-project/clang/test/SemaCXX/
H A Dusing-decl-1.cpp242 struct EE { int EE; }; member
/llvm-project/llvm/lib/Target/MSP430/
H A DMSP430BranchSelector.cpp120 for (auto MI = MBB->begin(), EE = MBB->end(); MI != EE; ++MI) { in expandBranches() local
/llvm-project/clang/tools/clang-fuzzer/handle-llvm/
H A Dhandle_llvm.cpp181 std::unique_ptr<ExecutionEngine> EE(builder.create()); in CreateAndRunJITFunc() local
/llvm-project/llvm/lib/Target/X86/
H A DX86PartialReduction.cpp354 matchAddReduction(const ExtractElementInst & EE,bool & ReduceInOneBB) matchAddReduction() argument
516 auto *EE = dyn_cast<ExtractElementInst>(&I); runOnFunction() local
/llvm-project/clang/test/CXX/expr/expr.const/
H A Dp3-0x.cpp46 enum class EE { EE32 = ' ', EE65 = 'A', EE1 = (short)1, EE5 = E5 }; enum
/llvm-project/clang/test/Analysis/
H A Dpr22954.c217 struct EE { struct
223 struct EE E0 = {{{1, 2}, {3, 4}}, 0}; in f13() argument
/llvm-project/clang/test/CXX/drs/
H A Dcwg28xx.cpp146 template<class T> using EE = T; global() typedef
/llvm-project/llvm/unittests/XRay/
H A DGraphTest.cpp187 auto EE = G.at({0, 0}); in TEST() local
/llvm-project/llvm/examples/Kaleidoscope/MCJIT/complete/
H A Dtoy.cpp940 ExecutionEngine *EE = EngineBuilder(M) in compileModule() local
1013 ExecutionEngine *EE = compileModule(*it); in getPointerToFunction() local
1045 ExecutionEngine *EE = compileModule(*it); in getPointerToNamedFunction() local
/llvm-project/clang/test/CodeGen/
H A D2002-07-14-MiscTests3.c148 double EE, double FF, double GG, double HH, in MathFunc()
/llvm-project/llvm/lib/CodeGen/
H A DShadowStackGCLowering.cpp398 EscapeEnumerator EE(F, "gc_cleanup", /*HandleExceptions=*/true, DTU); runOnFunction() local
/llvm-project/llvm/lib/ObjectYAML/
H A DMachOEmitter.cpp462 for (const auto &EE : Entry.Children) { dumpExportEntry() local
467 for (auto EE : Entry.Children) dumpExportEntry() local
/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DThreadSanitizer.cpp482 EscapeEnumerator EE(F, "tsan_ignore_cleanup", ClHandleCxxExceptions); InsertRuntimeIgnores() local
576 EscapeEnumerator EE(F, "tsan_cleanup", ClHandleCxxExceptions); sanitizeFunction() local

123