Home | History | Annotate | Download | only in llvm-objdump

Lines Matching refs:Symbols

206                                   std::vector<SymbolRef> &Symbols,
211 Symbols.push_back(*SI);
293 std::vector<SymbolRef> Symbols;
296 getSectionsAndSymbols(Header, MachOOF.get(), &SymtabLC, Sections, Symbols,
300 std::vector<SymbolRef> UnsortedSymbols(Symbols);
301 // Sort the symbols by address, just in case they didn't come in that way.
302 std::sort(Symbols.begin(), Symbols.end(), SymbolSorter());
332 std::vector<SymbolRef> Symbols;
334 getSectionsAndSymbols(Header, DSYMObj.get(), 0, DSYMSections, Symbols,
409 for (unsigned SymIdx = 0; SymIdx != Symbols.size(); SymIdx++) {
411 Symbols[SymIdx].getName(SymName);
414 Symbols[SymIdx].getType(ST);
420 Sections[SectIdx].containsSymbol(Symbols[SymIdx], containsSym);
428 Symbols[SymIdx].getAddress(Start);
436 while (Symbols.size() > NextSymIdx) {
438 Symbols[NextSymIdx].getType(NextSymType);
440 Sections[SectIdx].containsSymbol(Symbols[NextSymIdx],
442 Symbols[NextSymIdx].getAddress(NextSym);
459 Symbols[SymIdx].getName(SymName);
495 Symbols[SymIdx].getName(SymName);