Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/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()
163 static intptr_t updatePointer(intptr_t OrigValue, PointerT Ptr) { in updatePointer() function
/openbsd-src/gnu/llvm/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 __anonb007d4940111::EPCIndirectStubsManager
H A DLazyReexports.cpp191 return ISManager.updatePointer(*StubSym, ResolvedAddr); in materialize()
/openbsd-src/gnu/llvm/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