Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/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
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
DPointerIntPair.h64 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) {
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ExecutionEngine/Orc/
DCompileOnDemandLayer.h365 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()
DIndirectionUtils.h284 virtual Error updatePointer(StringRef Name, JITTargetAddress NewAddr) = 0;
347 Error updatePointer(StringRef Name, JITTargetAddress NewAddr) override { in updatePointer() function
DOrcRemoteTargetClient.h384 Error updatePointer(StringRef Name, JITTargetAddress NewAddr) override { in updatePointer() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/Orc/
DLazyReexports.cpp134 return ISManager.updatePointer(*SymbolName, ResolvedAddr); in LazyReexportsMaterializationUnit()
DOrcCBindingsStack.h281 return IndirectStubsMgr->updatePointer(Name, Addr); in setIndirectStubPointer()