Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/ObjectFile/ELF/
H A DObjectFileELF.cpp2334 auto section_it = section_map.find(symbol_section_sp); in ParseSymbols() local
2335 if (section_it == section_map.end()) { in ParseSymbols()
2336 section_it = section_map in ParseSymbols()
2342 if (section_it->second) in ParseSymbols()
2343 symbol_section_sp = section_it->second; in ParseSymbols()