Searched refs:updatePointer (Results 1 – 6 of 6) sorted by relevance
| /freebsd-12.1/contrib/llvm/include/llvm/ADT/ |
| H A D | PointerIntPair.h | 63 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 D | CompileOnDemandLayer.h | 349 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 D | IndirectionUtils.h | 285 virtual Error updatePointer(StringRef Name, JITTargetAddress NewAddr) = 0; 348 Error updatePointer(StringRef Name, JITTargetAddress NewAddr) override { in updatePointer() function
|
| H A D | OrcRemoteTargetClient.h | 385 Error updatePointer(StringRef Name, JITTargetAddress NewAddr) override { in updatePointer() function
|
| /freebsd-12.1/contrib/llvm/lib/ExecutionEngine/Orc/ |
| H A D | LazyReexports.cpp | 135 return ISManager.updatePointer(*SymbolName, ResolvedAddr); in LazyReexportsMaterializationUnit()
|
| H A D | OrcCBindingsStack.h | 282 return IndirectStubsMgr->updatePointer(Name, Addr); in setIndirectStubPointer()
|