Searched refs:SectionSymbolsTy (Results 1 – 3 of 3) sorted by relevance
260 typedef std::vector<std::tuple<uint64_t, StringRef, uint8_t>> SectionSymbolsTy; typedef1194 std::map<SectionRef, SectionSymbolsTy> &AllSymbols) { in addDynamicElfSymbols()1224 std::map<SectionRef, SectionSymbolsTy> &AllSymbols) { in addDynamicElfSymbols()1312 std::map<SectionRef, SectionSymbolsTy> AllSymbols; in DisassembleObject()1313 SectionSymbolsTy AbsoluteSymbols; in DisassembleObject()1382 for (std::pair<const SectionRef, SectionSymbolsTy> &SecSyms : AllSymbols) in DisassembleObject()1396 SectionSymbolsTy &Symbols = AllSymbols[Section]; in DisassembleObject()
891 using SectionSymbolsTy = std::vector<SymbolInfoTy>; in tryAddingSymbolicOperand() typedef897 auto *Symbols = static_cast<SectionSymbolsTy *>(DisInfo); in tryAddingSymbolicOperand()
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()