Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFContext.cpp130 llvm::StringMap<std::unique_ptr<llvm::MemoryBuffer>> section_map; in GetAsLLVM()
137 section_map.try_emplace( in GetAsLLVM()
149 m_llvm_context = llvm::DWARFContext::create(section_map, addr_size);
129 llvm::StringMap<std::unique_ptr<llvm::MemoryBuffer>> section_map; GetAsLLVM() local
/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DWinCOFFObjectWriter.cpp132 using section_map = DenseMap<MCSection const *, COFFSection *>; typedef in llvm::WinCOFFWriter
143 section_map SectionMap;
/freebsd/contrib/llvm-project/lldb/source/Plugins/ObjectFile/ELF/
H A DObjectFileELF.cpp2129 std::unordered_map<lldb::SectionSP, lldb::SectionSP> section_map; in ParseSymbols() local
2334 auto section_it = section_map.find(symbol_section_sp); in ParseSymbols()
2335 if (section_it == section_map.end()) { in ParseSymbols()
2336 section_it = section_map in ParseSymbols()