Home
last modified time | relevance | path

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

/external/llvm/unittests/ExecutionEngine/Orc/
DIndirectionUtilsTest.cpp35 auto ImplPtr = orc::createImplPointer(*F->getType(), *MB.getModule(), "", nullptr); in TEST()
/external/llvm/lib/ExecutionEngine/Orc/
DIndirectionUtils.cpp83 GlobalVariable* createImplPointer(PointerType &PT, Module &M, in createImplPointer() function
/external/llvm/include/llvm/ExecutionEngine/Orc/
DIndirectionUtils.h355 GlobalVariable *createImplPointer(PointerType &PT, Module &M, const Twine &Name,
DCompileOnDemandLayer.h453 auto *StubPtr = createImplPointer(*F->getType(), *M, in emitPartition()