Lines Matching refs:section_sp

251     SectionSP section_sp(  in ResolveAddressUsingFileSections()  local
253 m_section_wp = section_sp; in ResolveAddressUsingFileSections()
254 if (section_sp) { in ResolveAddressUsingFileSections()
255 assert(section_sp->ContainsFileAddress(file_addr)); in ResolveAddressUsingFileSections()
256 m_offset = file_addr - section_sp->GetFileAddress(); in ResolveAddressUsingFileSections()
285 SectionSP section_sp(GetSection()); in GetModule() local
286 if (section_sp) in GetModule()
287 module_sp = section_sp->GetModule(); in GetModule()
292 SectionSP section_sp(GetSection()); in GetFileAddress() local
293 if (section_sp) { in GetFileAddress()
294 addr_t sect_file_addr = section_sp->GetFileAddress(); in GetFileAddress()
312 SectionSP section_sp(GetSection()); in GetLoadAddress() local
313 if (section_sp) { in GetLoadAddress()
315 addr_t sect_load_addr = section_sp->GetLoadBaseAddress(target); in GetLoadAddress()
411 SectionSP section_sp(GetSection()); in Dump() local
412 if (!section_sp && style != DumpStyleResolvedPointerDescription) in Dump()
432 if (section_sp) { in Dump()
433 section_sp->DumpName(s->AsRawOstream()); in Dump()
441 s->Printf("(Section *)%p + ", static_cast<void *>(section_sp.get())); in Dump()
446 if (section_sp) { in Dump()
447 ModuleSP module_sp = section_sp->GetModule(); in Dump()
463 if (style == DumpStyleModuleWithFileAddress && section_sp) in Dump()
506 if (section_sp) { in Dump()
507 SectionType sect_type = section_sp->GetType(); in Dump()
831 SectionSP section_sp(GetSection()); in CalculateSymbolContext() local
832 if (section_sp) { in CalculateSymbolContext()
833 ModuleSP module_sp(section_sp->GetModule()); in CalculateSymbolContext()
845 SectionSP section_sp(GetSection()); in CalculateSymbolContextModule() local
846 if (section_sp) in CalculateSymbolContextModule()
847 return section_sp->GetModule(); in CalculateSymbolContextModule()
852 SectionSP section_sp(GetSection()); in CalculateSymbolContextCompileUnit() local
853 if (section_sp) { in CalculateSymbolContextCompileUnit()
855 sc.module_sp = section_sp->GetModule(); in CalculateSymbolContextCompileUnit()
866 SectionSP section_sp(GetSection()); in CalculateSymbolContextFunction() local
867 if (section_sp) { in CalculateSymbolContextFunction()
869 sc.module_sp = section_sp->GetModule(); in CalculateSymbolContextFunction()
880 SectionSP section_sp(GetSection()); in CalculateSymbolContextBlock() local
881 if (section_sp) { in CalculateSymbolContextBlock()
883 sc.module_sp = section_sp->GetModule(); in CalculateSymbolContextBlock()
894 SectionSP section_sp(GetSection()); in CalculateSymbolContextSymbol() local
895 if (section_sp) { in CalculateSymbolContextSymbol()
897 sc.module_sp = section_sp->GetModule(); in CalculateSymbolContextSymbol()
908 SectionSP section_sp(GetSection()); in CalculateSymbolContextLineEntry() local
909 if (section_sp) { in CalculateSymbolContextLineEntry()
911 sc.module_sp = section_sp->GetModule(); in CalculateSymbolContextLineEntry()