reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Declarations

include/llvm/Object/ObjectFile.h
  126   bool containsSymbol(SymbolRef S) const;

References

lib/Object/Object.cpp
  277   return (*unwrap(SI))->containsSymbol(**unwrap(Sym));
tools/llvm-objdump/MachODump.cpp
 7507       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))