Searched refs:createImplPointer (Results 1 – 5 of 5) sorted by relevance
/external/llvm/unittests/ExecutionEngine/Orc/ |
D | IndirectionUtilsTest.cpp | 34 auto ImplPtr = orc::createImplPointer(*F->getType(), *MB.getModule(), "", nullptr); in TEST()
|
/external/llvm/lib/ExecutionEngine/Orc/ |
D | IndirectionUtils.cpp | 34 GlobalVariable* createImplPointer(PointerType &PT, Module &M, in createImplPointer() function
|
/external/llvm/include/llvm/ExecutionEngine/Orc/ |
D | IndirectionUtils.h | 348 GlobalVariable* createImplPointer(PointerType &PT, Module &M,
|
D | CompileOnDemandLayer.h | 414 auto *StubPtr = createImplPointer(*F->getType(), *M, in emitPartition()
|
/external/llvm/examples/Kaleidoscope/Orc/fully_lazy/ |
D | toy.cpp | 1268 createImplPointer(*F->getType(), *F->getParent(), BodyPtrName, in irGenStub()
|