Home
last modified time | relevance | path

Searched refs:updatePointer (Results 1 – 17 of 17) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ADT/
DPointerIntPair.h61 Value = Info::updatePointer(Value, PtrVal); in setPointer()
69 Value = Info::updatePointer(0, PtrVal); in initWithPointer()
73 Value = Info::updateInt(Info::updatePointer(0, PtrVal), in setPointerAndInt()
159 static intptr_t updatePointer(intptr_t OrigValue, PointerT Ptr) { in updatePointer() function
/external/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
DPointerIntPair.h63 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/llvm/include/llvm/ADT/
DPointerIntPair.h63 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/llvm/unittests/ExecutionEngine/Orc/
DCompileOnDemandLayerTest.cpp46 Error updatePointer(StringRef Name, TargetAddress NewAddr) override { in updatePointer() function in __anon2196dd6f0111::DummyStubsManager
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/ExecutionEngine/Orc/
DCompileOnDemandLayerTest.cpp47 Error updatePointer(StringRef Name, JITTargetAddress NewAddr) override { in updatePointer() function in __anond577dec70111::DummyStubsManager
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ExecutionEngine/Orc/
DIndirectionUtils.h197 virtual Error updatePointer(StringRef Name, JITTargetAddress NewAddr) = 0;
256 Error updatePointer(StringRef Name, JITTargetAddress NewAddr) override { in updatePointer() function
DCompileOnDemandLayer.h335 Error updatePointer(std::string FuncName, JITTargetAddress FnBodyAddr) { in updatePointer() function
343 if (auto Err = LMResources->StubsMgr->updatePointer(CalledFnName, in updatePointer()
582 if (auto EC = LD.StubsMgr->updatePointer(FnName, FnBodyAddr)) in extractAndCompile()
DOrcRemoteTargetClient.h381 Error updatePointer(StringRef Name, JITTargetAddress NewAddr) override { in updatePointer() function
/external/llvm/include/llvm/ExecutionEngine/Orc/
DIndirectionUtils.h231 virtual Error updatePointer(StringRef Name, TargetAddress NewAddr) = 0;
290 Error updatePointer(StringRef Name, TargetAddress NewAddr) override { in updatePointer() function
DCompileOnDemandLayer.h416 if (auto EC = LMResources.StubsMgr->updatePointer(FnName, FnBodyAddr)) in extractAndCompile()
DOrcRemoteTargetClient.h494 Error updatePointer(StringRef Name, TargetAddress NewAddr) override { in updatePointer() function
/external/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter4/
DKaleidoscopeJIT.h177 IndirectStubsMgr->updatePointer(mangle(SharedFnAST->getName()), in addFunctionAST()
/external/swiftshader/third_party/llvm-7.0/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter4/
DKaleidoscopeJIT.h163 if (auto Err = IndirectStubsMgr->updatePointer( in addFunctionAST()
/external/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter5/
DKaleidoscopeJIT.h205 IndirectStubsMgr->updatePointer(mangle(SharedFnAST->getName()), in addFunctionAST()
/external/swiftshader/third_party/llvm-7.0/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter5/
DKaleidoscopeJIT.h176 if (auto Err = IndirectStubsMgr->updatePointer( in addFunctionAST()
/external/llvm/lib/ExecutionEngine/Orc/
DOrcCBindingsStack.h134 return mapError(IndirectStubsMgr->updatePointer(Name, Addr)); in DEFINE_SIMPLE_CONVERSION_FUNCTIONS()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/ExecutionEngine/Orc/
DOrcCBindingsStack.h294 return mapError(IndirectStubsMgr->updatePointer(Name, Addr)); in setIndirectStubPointer()