Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/ADT/
H A DPointerIntPair.h65 Value = Info::updatePointer(Value, PtrVal); in setPointer()
73 Value = Info::updatePointer(0, PtrVal); in initWithPointer()
77 Value = Info::updateInt(Info::updatePointer(0, PtrVal), in setPointerAndInt()
176 static intptr_t updatePointer(intptr_t OrigValue, PointerT Ptr) {
/llvm-project-15.0.7/llvm/lib/ExecutionEngine/Orc/
H A DEPCIndirectionUtils.cpp70 Error updatePointer(StringRef Name, JITTargetAddress NewAddr) override;
202 Error EPCIndirectStubsManager::updatePointer(StringRef Name, in updatePointer() function in __anonfde2288d0111::EPCIndirectStubsManager
H A DLazyReexports.cpp187 return ISManager.updatePointer(*StubSym, ResolvedAddr); in materialize()
/llvm-project-15.0.7/llvm/include/llvm/ExecutionEngine/Orc/
H A DIndirectionUtils.h306 virtual Error updatePointer(StringRef Name, JITTargetAddress NewAddr) = 0;
424 Error updatePointer(StringRef Name, JITTargetAddress NewAddr) override { in updatePointer() function