/external/llvm/include/llvm/ADT/ |
D | PointerIntPair.h | 63 Value = Info::updatePointer(Value, PtrVal); in setPointer() 71 Value = Info::updatePointer(0, PtrVal); in initWithPointer() 75 Value = Info::updateInt(Info::updatePointer(0, PtrVal), in setPointerAndInt() 156 static intptr_t updatePointer(intptr_t OrigValue, PointerT Ptr) { in updatePointer() function
|
/external/swiftshader/third_party/llvm-subzero/include/llvm/ADT/ |
D | PointerIntPair.h | 63 Value = Info::updatePointer(Value, PtrVal); in setPointer() 71 Value = Info::updatePointer(0, PtrVal); in initWithPointer() 75 Value = Info::updateInt(Info::updatePointer(0, PtrVal), in setPointerAndInt() 156 static intptr_t updatePointer(intptr_t OrigValue, PointerT Ptr) { in updatePointer() function
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/ |
D | PointerIntPair.h | 64 Value = Info::updatePointer(Value, PtrVal); in setPointer() 72 Value = Info::updatePointer(0, PtrVal); in initWithPointer() 76 Value = Info::updateInt(Info::updatePointer(0, PtrVal), in setPointerAndInt() 175 static intptr_t updatePointer(intptr_t OrigValue, PointerT Ptr) {
|
/external/llvm-project/llvm/include/llvm/ADT/ |
D | PointerIntPair.h | 64 Value = Info::updatePointer(Value, PtrVal); in setPointer() 72 Value = Info::updatePointer(0, PtrVal); in initWithPointer() 76 Value = Info::updateInt(Info::updatePointer(0, PtrVal), in setPointerAndInt() 175 static intptr_t updatePointer(intptr_t OrigValue, PointerT Ptr) {
|
/external/llvm/unittests/ExecutionEngine/Orc/ |
D | CompileOnDemandLayerTest.cpp | 46 Error updatePointer(StringRef Name, TargetAddress NewAddr) override { in updatePointer() function in __anonec54a90d0111::DummyStubsManager
|
/external/llvm/include/llvm/ExecutionEngine/Orc/ |
D | IndirectionUtils.h | 231 virtual Error updatePointer(StringRef Name, TargetAddress NewAddr) = 0; 290 Error updatePointer(StringRef Name, TargetAddress NewAddr) override { in updatePointer() function
|
D | CompileOnDemandLayer.h | 416 if (auto EC = LMResources.StubsMgr->updatePointer(FnName, FnBodyAddr)) in extractAndCompile()
|
D | OrcRemoteTargetClient.h | 494 Error updatePointer(StringRef Name, TargetAddress NewAddr) override { in updatePointer() function
|
/external/llvm-project/llvm/lib/ExecutionEngine/Orc/ |
D | TPCIndirectionUtils.cpp | 70 Error updatePointer(StringRef Name, JITTargetAddress NewAddr) override; 200 Error TPCIndirectStubsManager::updatePointer(StringRef Name, in updatePointer() function in __anon0e890b430111::TPCIndirectStubsManager
|
D | LazyReexports.cpp | 183 return ISManager.updatePointer(*StubSym, ResolvedAddr); in materialize()
|
/external/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter4/ |
D | KaleidoscopeJIT.h | 177 IndirectStubsMgr->updatePointer(mangle(SharedFnAST->getName()), in addFunctionAST()
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ExecutionEngine/Orc/ |
D | IndirectionUtils.h | 284 virtual Error updatePointer(StringRef Name, JITTargetAddress NewAddr) = 0; 347 Error updatePointer(StringRef Name, JITTargetAddress NewAddr) override { in updatePointer() function
|
D | CompileOnDemandLayer.h | 365 Error updatePointer(std::string FuncName, JITTargetAddress FnBodyAddr) { in updatePointer() function 373 if (auto Err = LMResources->StubsMgr->updatePointer(CalledFnName, in updatePointer() 608 if (auto EC = LD.StubsMgr->updatePointer(FnName, FnBodyAddr)) in extractAndCompile()
|
D | OrcRemoteTargetClient.h | 384 Error updatePointer(StringRef Name, JITTargetAddress NewAddr) override { in updatePointer() function
|
/external/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter5/ |
D | KaleidoscopeJIT.h | 205 IndirectStubsMgr->updatePointer(mangle(SharedFnAST->getName()), in addFunctionAST()
|
/external/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/ |
D | IndirectionUtils.h | 299 virtual Error updatePointer(StringRef Name, JITTargetAddress NewAddr) = 0; 417 Error updatePointer(StringRef Name, JITTargetAddress NewAddr) override { in updatePointer() function
|
D | OrcRemoteTargetClient.h | 599 Error updatePointer(StringRef Name, JITTargetAddress NewAddr) override { in updatePointer() function
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/Orc/ |
D | LazyReexports.cpp | 134 return ISManager.updatePointer(*SymbolName, ResolvedAddr); in LazyReexportsMaterializationUnit()
|
D | OrcCBindingsStack.h | 281 return IndirectStubsMgr->updatePointer(Name, Addr); in setIndirectStubPointer()
|
/external/llvm/lib/ExecutionEngine/Orc/ |
D | OrcCBindingsStack.h | 134 return mapError(IndirectStubsMgr->updatePointer(Name, Addr)); in DEFINE_SIMPLE_CONVERSION_FUNCTIONS()
|