| /openbsd/src/gnu/llvm/llvm/bindings/ocaml/executionengine/ |
| D | executionengine_ocaml.c | 64 value llvm_ee_dispose(LLVMExecutionEngineRef EE) { in llvm_ee_dispose() 70 value llvm_ee_add_module(LLVMModuleRef M, LLVMExecutionEngineRef EE) { in llvm_ee_add_module() 76 value llvm_ee_remove_module(LLVMModuleRef M, LLVMExecutionEngineRef EE) { in llvm_ee_remove_module() 85 value llvm_ee_run_static_ctors(LLVMExecutionEngineRef EE) { in llvm_ee_run_static_ctors() 91 value llvm_ee_run_static_dtors(LLVMExecutionEngineRef EE) { in llvm_ee_run_static_dtors() 99 value llvm_ee_get_data_layout(LLVMExecutionEngineRef EE) { in llvm_ee_get_data_layout() 114 LLVMExecutionEngineRef EE) { in llvm_ee_add_global_mapping() 119 value llvm_ee_get_global_value_address(value Name, LLVMExecutionEngineRef EE) { in llvm_ee_get_global_value_address() 124 value llvm_ee_get_function_address(value Name, LLVMExecutionEngineRef EE) { in llvm_ee_get_function_address()
|
| /openbsd/src/gnu/llvm/llvm/lib/ExecutionEngine/ |
| D | ExecutionEngineBindings.cpp | 111 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 …]
|
| D | ExecutionEngine.cpp | 335 void *ArgvArray::reset(LLVMContext &C, ExecutionEngine *EE, in reset() 414 static bool isTargetNullPtr(ExecutionEngine *EE, void *Loc) { in isTargetNullPtr() 536 ExecutionEngine *EE = nullptr; in create() local
|
| /openbsd/src/gnu/usr.bin/gcc/gcc/testsuite/g77.f-torture/compile/ |
| D | 19990502-0.f | 29 SUBROUTINE DLASQ2( QQ, EE, TOL2, SMALL2 ) argument 31 DOUBLE PRECISION EE( * ), QQ( * ) local
|
| /openbsd/src/gnu/llvm/llvm/include/llvm/Support/ |
| D | GraphWriter.h | 85 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
|
| /openbsd/src/gnu/llvm/llvm/examples/ParallelJIT/ |
| D | ParallelJIT.cpp | 132 ExecutionEngine* EE; member 271 ExecutionEngine* EE = EngineBuilder(std::move(Owner)).create(); in main() local
|
| /openbsd/src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/template/ |
| D | instantiate4.C | 10 typedef E EE; typedef
|
| /openbsd/src/gnu/llvm/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
| D | SimpleConstraintManager.h | 24 ExprEngine *EE; variable
|
| D | RangedConstraintManager.h | 409 RangedConstraintManager(ExprEngine *EE, SValBuilder &SB) in RangedConstraintManager()
|
| /openbsd/src/gnu/llvm/llvm/lib/Support/ |
| D | SymbolRemappingReader.cpp | 60 using EE = ItaniumManglingCanonicalizer::EquivalenceError; in read() typedef
|
| /openbsd/src/gnu/llvm/llvm/examples/HowToUseJIT/ |
| D | HowToUseJIT.cpp | 129 ExecutionEngine* EE = EngineBuilder(std::move(Owner)).create(); in main() local
|
| /openbsd/src/gnu/llvm/llvm/lib/Target/XCore/ |
| D | XCoreFrameToArgsOffsetElim.cpp | 52 for (MachineBasicBlock::iterator MBBI = MBB.begin(), EE = MBB.end(); in runOnMachineFunction() local
|
| /openbsd/src/gnu/llvm/llvm/include/llvm/ExecutionEngine/ |
| D | RTDyldMemoryManager.h | 47 virtual void notifyObjectLoaded(ExecutionEngine *EE, in notifyObjectLoaded()
|
| /openbsd/src/gnu/llvm/llvm/examples/Fibonacci/ |
| D | fibonacci.cpp | 118 ExecutionEngine *EE = in main() local
|
| /openbsd/src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.other/ |
| D | dyncast1.C | 57 struct EE : CC, D {}; //Will search in reverse order. struct
|
| /openbsd/src/gnu/llvm/llvm/lib/Target/X86/ |
| D | X86PartialReduction.cpp | 354 static Value *matchAddReduction(const ExtractElementInst &EE, in matchAddReduction() 516 auto *EE = dyn_cast<ExtractElementInst>(&I); in runOnFunction() local
|
| /openbsd/src/gnu/llvm/llvm/lib/Target/MSP430/ |
| D | MSP430BranchSelector.cpp | 120 for (auto MI = MBB->begin(), EE = MBB->end(); MI != EE; ++MI) { in expandBranches() local
|
| /openbsd/src/gnu/llvm/clang/tools/clang-fuzzer/handle-llvm/ |
| D | handle_llvm.cpp | 186 std::unique_ptr<ExecutionEngine> EE(builder.create()); in CreateAndRunJITFunc() local
|
| /openbsd/src/gnu/llvm/llvm/examples/Kaleidoscope/MCJIT/complete/ |
| D | toy.cpp | 940 ExecutionEngine *EE = EngineBuilder(M) in compileModule() local 1013 ExecutionEngine *EE = compileModule(*it); in getPointerToFunction() local 1045 ExecutionEngine *EE = compileModule(*it); in getPointerToNamedFunction() local
|
| /openbsd/src/gnu/llvm/llvm/lib/CodeGen/ |
| D | ShadowStackGCLowering.cpp | 363 EscapeEnumerator EE(F, "gc_cleanup", /*HandleExceptions=*/true, in runOnFunction() local
|
| D | StackSlotColoring.cpp | 175 EE = MI.memoperands_end(); in ScanForSpillSlotRefs() local
|
| /openbsd/src/gnu/llvm/llvm/lib/ObjectYAML/ |
| D | MachOEmitter.cpp | 461 for (auto EE : Entry.Children) { in dumpExportEntry() local 466 for (auto EE : Entry.Children) in dumpExportEntry() local
|
| /openbsd/src/gnu/llvm/llvm/tools/lli/ |
| D | lli.cpp | 382 static void addCygMingExtraModule(ExecutionEngine &EE, LLVMContext &Context, in addCygMingExtraModule() 525 std::unique_ptr<ExecutionEngine> EE(builder.create()); in main() local
|
| /openbsd/src/gnu/llvm/llvm/lib/Transforms/Instrumentation/ |
| D | ThreadSanitizer.cpp | 488 EscapeEnumerator EE(F, "tsan_ignore_cleanup", ClHandleCxxExceptions); in InsertRuntimeIgnores() local 579 EscapeEnumerator EE(F, "tsan_cleanup", ClHandleCxxExceptions); in sanitizeFunction() local
|
| /openbsd/src/gnu/llvm/llvm/utils/TableGen/ |
| D | CodeEmitterGen.cpp | 534 std::map<std::string, std::vector<std::string>>::iterator IE, EE; in run() local
|