Searched refs:SectionSymbolsTy (Results 1 – 1 of 1) sorted by relevance
1003 typedef std::vector<std::pair<uint64_t, StringRef>> SectionSymbolsTy; in DisassembleObject() typedef1004 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()