Searched refs:IsInsideLoad (Results 1 – 2 of 2) sorted by relevance
| /openbsd-src/gnu/llvm/llvm/lib/ExecutionEngine/RuntimeDyld/ |
| H A D | RuntimeDyldChecker.cpp | 83 bool IsInsideLoad; member 84 ParseContext(bool IsInsideLoad) : IsInsideLoad(IsInsideLoad) {} in ParseContext() 336 uint64_t SymbolAddr = PCtx.IsInsideLoad in evalNextPC() 378 StubContainerName, Symbol, PCtx.IsInsideLoad, IsStubAddr); in evalStubOrGOTAddr() 417 FileName, SectionName, PCtx.IsInsideLoad); in evalSectionAddr() 460 uint64_t Value = PCtx.IsInsideLoad ? Checker.getSymbolLocalAddr(Symbol) in evalIdentifierExpr() 826 StringRef FileName, StringRef SectionName, bool IsInsideLoad) const { in getSectionAddr() 844 if (IsInsideLoad) { in getSectionAddr() 856 StringRef StubContainerName, StringRef SymbolName, bool IsInsideLoad, in getStubOrGOTAddrFor() argument 874 if (IsInsideLoad) { in getStubOrGOTAddrFor()
|
| H A D | RuntimeDyldCheckerImpl.h | 54 bool IsInsideLoad) const; 58 bool IsInsideLoad, bool IsStubAddr) const;
|