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

Declarations

include/llvm/Object/COFF.h
  935   COFFSymbolRef getCOFFSymbol(const SymbolRef &Symbol) const;

References

tools/llvm-nm/llvm-nm.cpp
  935   COFFSymbolRef Symb = Obj.getCOFFSymbol(*I);
tools/llvm-readobj/COFFDumper.cpp
 1406     SymbolIndex = Obj->getSymbolIndex(Obj->getCOFFSymbol(*Symbol));
 1451   COFFSymbolRef Symbol = Obj->getCOFFSymbol(Sym);
tools/obj2yaml/coff2yaml.cpp
  144     object::COFFSymbolRef Symbol = Obj.getCOFFSymbol(S);
  282     object::COFFSymbolRef Symbol = Obj.getCOFFSymbol(S);