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()
677 if (sc.symbol->GetAddressRef().GetSection() != GetSection()) { in Dump()
721 sc.symbol->GetAddressRef().GetSection() != GetSection()) in Dump()
813 if (GetSection()) in SectionWasDeleted()
838 SectionSP section_sp(GetSection()); in CalculateSymbolContext()
852 SectionSP section_sp(GetSection()); in CalculateSymbolContextModule()
859 SectionSP section_sp(GetSection()); in CalculateSymbolContextCompileUnit()
873 SectionSP section_sp(GetSection()); in CalculateSymbolContextFunction()
887 SectionSP section_sp(GetSection()); in CalculateSymbolContextBlock()
901 SectionSP section_sp(GetSection()); in CalculateSymbolContextSymbol()
915 SectionSP section_sp(GetSection()); in CalculateSymbolContextLineEntry()
1024 return a.GetOffset() == rhs.GetOffset() && a.GetSection() == rhs.GetSection(); in operator ==()
1030 return a.GetOffset() != rhs.GetOffset() || a.GetSection() != rhs.GetSection(); in operator !=()