Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/ADT/
H A 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()
161 static intptr_t updatePointer(intptr_t OrigValue, PointerT Ptr) { in updatePointer() function
/freebsd-12.1/contrib/llvm/include/llvm/ExecutionEngine/Orc/
H A DCompileOnDemandLayer.h349 Error updatePointer(std::string FuncName, JITTargetAddress FnBodyAddr) { in updatePointer() function
357 if (auto Err = LMResources->StubsMgr->updatePointer(CalledFnName, in updatePointer()
592 if (auto EC = LD.StubsMgr->updatePointer(FnName, FnBodyAddr)) in extractAndCompile()
H A DIndirectionUtils.h285 virtual Error updatePointer(StringRef Name, JITTargetAddress NewAddr) = 0;
348 Error updatePointer(StringRef Name, JITTargetAddress NewAddr) override { in updatePointer() function
H A DOrcRemoteTargetClient.h385 Error updatePointer(StringRef Name, JITTargetAddress NewAddr) override { in updatePointer() function
/freebsd-12.1/contrib/llvm/lib/ExecutionEngine/Orc/
H A DLazyReexports.cpp135 return ISManager.updatePointer(*SymbolName, ResolvedAddr); in LazyReexportsMaterializationUnit()
H A DOrcCBindingsStack.h282 return IndirectStubsMgr->updatePointer(Name, Addr); in setIndirectStubPointer()