Searched refs:TargetSectionSymbols (Results 1 – 2 of 2) sorted by relevance
1232 auto *TargetSectionSymbols = &Symbols; in DisassembleObject() local1242 TargetSectionSymbols = &AllSymbols[SectionAddress->second]; in DisassembleObject()1244 TargetSectionSymbols = nullptr; in DisassembleObject()1250 if (TargetSectionSymbols) { in DisassembleObject()1252 TargetSectionSymbols->begin(), TargetSectionSymbols->end(), in DisassembleObject()1257 if (TargetSym != TargetSectionSymbols->begin()) { in DisassembleObject()
2035 std::vector<const SectionSymbolsTy *> TargetSectionSymbols; in disassembleObject() local2049 TargetSectionSymbols.push_back(&AllSymbols[It->second]); in disassembleObject()2052 TargetSectionSymbols.push_back(&Symbols); in disassembleObject()2054 TargetSectionSymbols.push_back(&AbsoluteSymbols); in disassembleObject()2063 TargetSectionSymbols) { in disassembleObject()