Searched refs:section_map (Results 1 – 3 of 3) sorted by relevance
130 llvm::StringMap<std::unique_ptr<llvm::MemoryBuffer>> section_map; in GetAsLLVM() local137 section_map.try_emplace( in GetAsLLVM()149 m_llvm_context = llvm::DWARFContext::create(section_map, addr_size); in GetAsLLVM()
131 using section_map = DenseMap<MCSection const *, COFFSection *>;142 section_map SectionMap;133 using section_map = DenseMap<MCSection const *, COFFSection *>; global() typedef in __anon2239c5220111::WinCOFFWriter
2124 std::unordered_map<lldb::SectionSP, lldb::SectionSP> section_map; in ParseSymbols() 2329 auto section_it = section_map.find(symbol_section_sp); in ParseSymbols() 2330 if (section_it == section_map.end()) { in ParseSymbols() 2331 section_it = section_map in ParseSymbols() 2112 std::unordered_map<lldb::SectionSP, lldb::SectionSP> section_map; ParseSymbols() local