Lines Matching refs:GetSection
287 SectionSP section_sp(GetSection()); in GetModule()
294 SectionSP section_sp(GetSection()); in GetFileAddress()
314 SectionSP section_sp(GetSection()); in GetLoadAddress()
414 SectionSP section_sp(GetSection()); in Dump()
676 if (sc.symbol->GetAddressRef().GetSection() != GetSection()) { in Dump()
720 sc.symbol->GetAddressRef().GetSection() != GetSection()) in Dump()
812 if (GetSection()) in SectionWasDeleted()
837 SectionSP section_sp(GetSection()); in CalculateSymbolContext()
851 SectionSP section_sp(GetSection()); in CalculateSymbolContextModule()
858 SectionSP section_sp(GetSection()); in CalculateSymbolContextCompileUnit()
872 SectionSP section_sp(GetSection()); in CalculateSymbolContextFunction()
886 SectionSP section_sp(GetSection()); in CalculateSymbolContextBlock()
900 SectionSP section_sp(GetSection()); in CalculateSymbolContextSymbol()
914 SectionSP section_sp(GetSection()); in CalculateSymbolContextLineEntry()
1023 return a.GetOffset() == rhs.GetOffset() && a.GetSection() == rhs.GetSection(); in operator ==()
1029 return a.GetOffset() != rhs.GetOffset() || a.GetSection() != rhs.GetSection(); in operator !=()