Searched refs:IsInsideLoad (Results 1 – 2 of 2) sorted by relevance
103 bool IsInsideLoad; member104 ParseContext(bool IsInsideLoad) : IsInsideLoad(IsInsideLoad) {} in ParseContext()369 uint64_t SymbolAddr = PCtx.IsInsideLoad in evalNextPC()427 PCtx.IsInsideLoad, IsStubAddr); in evalStubOrGOTAddr()466 FileName, SectionName, PCtx.IsInsideLoad); in evalSectionAddr()509 uint64_t Value = PCtx.IsInsideLoad ? Checker.getSymbolLocalAddr(Symbol) in evalIdentifierExpr()974 StringRef FileName, StringRef SectionName, bool IsInsideLoad) const { in getSectionAddr()992 if (IsInsideLoad) { in getSectionAddr()1005 bool IsInsideLoad, bool IsStubAddr) const { in getStubOrGOTAddrFor() argument1025 if (IsInsideLoad) { in getStubOrGOTAddrFor()
63 bool IsInsideLoad) const;67 StringRef StubKindFilter, bool IsInsideLoad,