Searched refs:createImplPointer (Results 1 – 8 of 8) sorted by relevance
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/ExecutionEngine/Orc/ |
D | IndirectionUtilsTest.cpp | 33 auto ImplPtr = orc::createImplPointer(*F->getType(), *MB.getModule(), "", nullptr); in TEST()
|
/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/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ExecutionEngine/Orc/ |
D | IndirectionUtils.h | 321 GlobalVariable *createImplPointer(PointerType &PT, Module &M, const Twine &Name,
|
D | CompileOnDemandLayer.h | 630 auto *StubPtr = createImplPointer(*F->getType(), *M, in emitPartition()
|
/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()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/ExecutionEngine/Orc/ |
D | IndirectionUtils.cpp | 185 GlobalVariable* createImplPointer(PointerType &PT, Module &M, in createImplPointer() function
|