Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFContext.cpp128 llvm::StringMap<std::unique_ptr<llvm::MemoryBuffer>> section_map; in GetAsLLVM() local
135 section_map.try_emplace( in GetAsLLVM()
144 m_llvm_context = llvm::DWARFContext::create(section_map, addr_size); in GetAsLLVM()
/freebsd-13.1/contrib/llvm-project/llvm/lib/MC/
H A DWinCOFFObjectWriter.cpp133 using section_map = DenseMap<MCSection const *, COFFSection *>; typedef in __anon6e96ad630111::WinCOFFObjectWriter
146 section_map SectionMap;