Searched refs:createImplPointer (Results 1 – 4 of 4) sorted by relevance
/external/llvm/unittests/ExecutionEngine/Orc/ |
D | IndirectionUtilsTest.cpp | 35 auto ImplPtr = orc::createImplPointer(*F->getType(), *MB.getModule(), "", nullptr); in TEST()
|
/external/llvm/lib/ExecutionEngine/Orc/ |
D | IndirectionUtils.cpp | 83 GlobalVariable* createImplPointer(PointerType &PT, Module &M, in createImplPointer() function
|
/external/llvm/include/llvm/ExecutionEngine/Orc/ |
D | IndirectionUtils.h | 355 GlobalVariable *createImplPointer(PointerType &PT, Module &M, const Twine &Name,
|
D | CompileOnDemandLayer.h | 453 auto *StubPtr = createImplPointer(*F->getType(), *M, in emitPartition()
|