Searched refs:IsInsideLoad (Results 1 – 2 of 2) sorted by relevance
100 bool IsInsideLoad; member101 ParseContext(bool IsInsideLoad) : IsInsideLoad(IsInsideLoad) {} in ParseContext()368 uint64_t SymbolAddr = PCtx.IsInsideLoad in evalNextPC()426 PCtx.IsInsideLoad, IsStubAddr); in evalStubOrGOTAddr()465 FileName, SectionName, PCtx.IsInsideLoad); in evalSectionAddr()508 uint64_t Value = PCtx.IsInsideLoad ? Checker.getSymbolLocalAddr(Symbol) in evalIdentifierExpr()973 StringRef FileName, StringRef SectionName, bool IsInsideLoad) const { in getSectionAddr()991 if (IsInsideLoad) { in getSectionAddr()1004 bool IsInsideLoad, bool IsStubAddr) const { in getStubOrGOTAddrFor() argument1024 if (IsInsideLoad) { in getStubOrGOTAddrFor()
63 bool IsInsideLoad) const;67 StringRef StubKindFilter, bool IsInsideLoad,