Home
last modified time | relevance | path

Searched refs:section_name_to_section (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/lldb/source/Plugins/ObjectFile/ELF/
H A DObjectFileELF.cpp2027 std::unordered_map<const char *, lldb::SectionSP> section_name_to_section; in ParseSymbols() local
2250 auto section_it = section_name_to_section.find(sect_name.GetCString()); in ParseSymbols()
2251 if (section_it == section_name_to_section.end()) in ParseSymbols()
2253 section_name_to_section in ParseSymbols()