Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ADT/
H A 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) {
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/Orc/
H A DTPCIndirectionUtils.cpp70 Error updatePointer(StringRef Name, JITTargetAddress NewAddr) override;
200 Error TPCIndirectStubsManager::updatePointer(StringRef Name, in updatePointer() function in __anonabbea0970111::TPCIndirectStubsManager
H A DLazyReexports.cpp183 return ISManager.updatePointer(*StubSym, ResolvedAddr); in materialize()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ExecutionEngine/Orc/
H A DIndirectionUtils.h299 virtual Error updatePointer(StringRef Name, JITTargetAddress NewAddr) = 0;
417 Error updatePointer(StringRef Name, JITTargetAddress NewAddr) override { in updatePointer() function
H A DOrcRemoteTargetClient.h600 Error updatePointer(StringRef Name, JITTargetAddress NewAddr) override { in updatePointer() function