Home
last modified time | relevance | path

Searched refs:createImplPointer (Results 1 – 5 of 5) sorted by relevance

/external/llvm/unittests/ExecutionEngine/Orc/
DIndirectionUtilsTest.cpp34 auto ImplPtr = orc::createImplPointer(*F->getType(), *MB.getModule(), "", nullptr); in TEST()
/external/llvm/lib/ExecutionEngine/Orc/
DIndirectionUtils.cpp34 GlobalVariable* createImplPointer(PointerType &PT, Module &M, in createImplPointer() function
/external/llvm/include/llvm/ExecutionEngine/Orc/
DIndirectionUtils.h348 GlobalVariable* createImplPointer(PointerType &PT, Module &M,
DCompileOnDemandLayer.h414 auto *StubPtr = createImplPointer(*F->getType(), *M, in emitPartition()
/external/llvm/examples/Kaleidoscope/Orc/fully_lazy/
Dtoy.cpp1268 createImplPointer(*F->getType(), *F->getParent(), BodyPtrName, in irGenStub()