Searched refs:FindSectionByName (Results 1 - 9 of 9) sorted by relevance

/freebsd-11.0-release/contrib/llvm/tools/lldb/source/Core/
H A DSection.cpp459 SectionList::FindSectionByName (const ConstString &section_dstr) const function in class:SectionList
478 sect_sp = child_section->GetChildren().FindSectionByName(section_dstr);
/freebsd-11.0-release/contrib/llvm/tools/lldb/include/lldb/Core/
H A DSection.h56 FindSectionByName (const ConstString &section_dstr) const;
/freebsd-11.0-release/contrib/llvm/tools/lldb/source/API/
H A DSBSection.cpp97 sb_section.SetSP(section_sp->GetChildren ().FindSectionByName(const_sect_name));
H A DSBModule.cpp638 SectionSP section_sp (section_list->FindSectionByName(const_sect_name));
/freebsd-11.0-release/contrib/llvm/tools/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCRuntime.cpp425 SectionSP v1_telltale_section_sp = sections->FindSectionByName(ConstString ("__OBJC"));
H A DAppleObjCRuntimeV2.cpp1740 SectionSP text_segment_sp (section_list->FindSectionByName(ConstString("__TEXT")));
1744 SectionSP objc_opt_section_sp (text_segment_sp->GetChildren().FindSectionByName(ConstString("__objc_opt_ro")));
/freebsd-11.0-release/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/
H A DSymbolFileDWARF.cpp516 const Section* section = section_list->FindSectionByName(GetDWARFMachOSegmentName ()).get();
593 section = section_list->FindSectionByName(GetDWARFMachOSegmentName ()).get();
/freebsd-11.0-release/contrib/llvm/tools/lldb/source/Commands/
H A DCommandObjectTarget.cpp2983 SectionSP section_sp (section_list->FindSectionByName(const_sect_name));
/freebsd-11.0-release/contrib/llvm/tools/lldb/source/Plugins/ObjectFile/ELF/
H A DObjectFileELF.cpp2018 // Local cache to avoid doing a FindSectionByName for each symbol. The "const char*" key must
2256 module_section_list->FindSectionByName (sect_name)).first;

Completed in 200 milliseconds