Lines Matching refs:GetSection
284 SectionSP section_sp(GetSection()); in GetModule()
291 SectionSP section_sp(GetSection()); in GetFileAddress()
311 SectionSP section_sp(GetSection()); in GetLoadAddress()
396 SectionSP section_sp(GetSection()); in Dump()
659 if (sc.symbol->GetAddressRef().GetSection() != GetSection()) { in Dump()
700 sc.symbol->GetAddressRef().GetSection() != GetSection()) in Dump()
776 if (GetSection()) in SectionWasDeleted()
801 SectionSP section_sp(GetSection()); in CalculateSymbolContext()
815 SectionSP section_sp(GetSection()); in CalculateSymbolContextModule()
822 SectionSP section_sp(GetSection()); in CalculateSymbolContextCompileUnit()
836 SectionSP section_sp(GetSection()); in CalculateSymbolContextFunction()
850 SectionSP section_sp(GetSection()); in CalculateSymbolContextBlock()
864 SectionSP section_sp(GetSection()); in CalculateSymbolContextSymbol()
878 SectionSP section_sp(GetSection()); in CalculateSymbolContextLineEntry()
987 return a.GetOffset() == rhs.GetOffset() && a.GetSection() == rhs.GetSection(); in operator ==()
993 return a.GetOffset() != rhs.GetOffset() || a.GetSection() != rhs.GetSection(); in operator !=()