reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
126 bool containsSymbol(SymbolRef S) const;
277 return (*unwrap(SI))->containsSymbol(**unwrap(Sym));
tools/llvm-objdump/MachODump.cpp7507 bool containsSym = Sections[SectIdx].containsSymbol(Symbols[SymIdx]); 7559 Sections[SectIdx].containsSymbol(Symbols[NextSymIdx]);tools/llvm-readobj/COFFDumper.cpp
1350 if (!Sec.containsSymbol(Symbol))
tools/llvm-readobj/ELFDumper.cpp 4730 if (FunctionSec.containsSymbol(Symbol)) {
tools/llvm-readobj/MachODumper.cpp 501 if (!Section.containsSymbol(Symbol))