|
reference, declaration → definition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced
|
References
examples/Kaleidoscope/BuildingAJIT/Chapter1/KaleidoscopeJIT.h 69 LLVMContext &getContext() { return *Ctx.getContext(); }
examples/Kaleidoscope/BuildingAJIT/Chapter2/KaleidoscopeJIT.h 63 LLVMContext &getContext() { return *Ctx.getContext(); }
lib/ExecutionEngine/Orc/Speculation.cpp 65 assert(TSM.getContext().getContext() != nullptr &&
lib/ExecutionEngine/Orc/ThreadSafeModule.cpp 57 parseBitcodeFile(ClonedModuleBufferRef, *NewTSCtx.getContext()));
tools/lli/lli.cpp 749 auto MainModule = parseIRFile(InputFile, Err, *TSCtx.getContext());
824 auto M = parseIRFile(*EMItr, Err, *TSCtx.getContext());
unittests/ExecutionEngine/Orc/RTDyldObjectLinkingLayerTest.cpp 129 ModuleBuilder MB(*TSCtx.getContext(), TM->getTargetTriple().str(), "dummy");
133 FunctionType::get(Type::getVoidTy(*TSCtx.getContext()), {}, false),
136 BasicBlock::Create(*TSCtx.getContext(), "entry", FooImpl);
141 FunctionType::get(Type::getVoidTy(*TSCtx.getContext()), {}, false),
144 BasicBlock::Create(*TSCtx.getContext(), "entry", BarImpl);
202 ModuleBuilder MB(*TSCtx.getContext(), TM->getTargetTriple().str(), "dummy");
206 FunctionType::get(Type::getVoidTy(*TSCtx.getContext()), {}, false),
209 BasicBlock::Create(*TSCtx.getContext(), "entry", FooImpl);
unittests/ExecutionEngine/Orc/ThreadSafeModuleTest.cpp 25 auto M = std::make_unique<Module>("M", *TSCtx.getContext());
34 auto M1 = std::make_unique<Module>("M1", *TSCtx.getContext());
37 auto M2 = std::make_unique<Module>("M2", *TSCtx.getContext());
48 auto M1 = std::make_unique<Module>("M1", *TSCtx.getContext());
53 auto M2 = std::make_unique<Module>("M2", *TSCtx.getContext());
62 auto M = std::make_unique<Module>("M", *TSCtx.getContext());
70 auto M = std::make_unique<Module>("M", *TSCtx.getContext());
89 auto &Ctx = *TSCtx.getContext();