Home
last modified time | relevance | path

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

/external/llvm/tools/llvm-objdump/
Dllvm-objdump.cpp1003 typedef std::vector<std::pair<uint64_t, StringRef>> SectionSymbolsTy; in DisassembleObject() typedef
1004 std::map<SectionRef, SectionSymbolsTy> AllSymbols; in DisassembleObject()
1059 for (std::pair<const SectionRef, SectionSymbolsTy> &SecSyms : AllSymbols) in DisassembleObject()
1072 SectionSymbolsTy &Symbols = AllSymbols[Section]; in DisassembleObject()