Lines Matching refs:GetSection
285 SectionSP section_sp(GetSection()); in GetModule()
292 SectionSP section_sp(GetSection()); in GetFileAddress()
312 SectionSP section_sp(GetSection()); in GetLoadAddress()
411 SectionSP section_sp(GetSection()); in Dump()
674 if (sc.symbol->GetAddressRef().GetSection() != GetSection()) { in Dump()
715 sc.symbol->GetAddressRef().GetSection() != GetSection()) in Dump()
806 if (GetSection()) in SectionWasDeleted()
831 SectionSP section_sp(GetSection()); in CalculateSymbolContext()
845 SectionSP section_sp(GetSection()); in CalculateSymbolContextModule()
852 SectionSP section_sp(GetSection()); in CalculateSymbolContextCompileUnit()
866 SectionSP section_sp(GetSection()); in CalculateSymbolContextFunction()
880 SectionSP section_sp(GetSection()); in CalculateSymbolContextBlock()
894 SectionSP section_sp(GetSection()); in CalculateSymbolContextSymbol()
908 SectionSP section_sp(GetSection()); in CalculateSymbolContextLineEntry()
1017 return a.GetOffset() == rhs.GetOffset() && a.GetSection() == rhs.GetSection(); in operator ==()
1023 return a.GetOffset() != rhs.GetOffset() || a.GetSection() != rhs.GetSection(); in operator !=()