Home
last modified time | relevance | path

Searched refs:getCOFFSymbol (Results 1 – 5 of 5) sorted by relevance

/external/llvm/tools/obj2yaml/
Dcoff2yaml.cpp139 const object::coff_symbol *Symbol = Obj.getCOFFSymbol(S); in dumpSymbols()
/external/llvm/include/llvm/Object/
DCOFF.h432 const coff_symbol *getCOFFSymbol(const SymbolRef &Symbol) const;
/external/llvm/tools/llvm-readobj/
DCOFFDumper.cpp725 const coff_symbol *Symbol = Obj->getCOFFSymbol(Sym); in printSymbol()
/external/llvm/tools/llvm-nm/
Dllvm-nm.cpp552 const coff_symbol *Symb = Obj.getCOFFSymbol(*I); in getSymbolNMTypeChar()
/external/llvm/lib/Object/
DCOFFObjectFile.cpp891 COFFObjectFile::getCOFFSymbol(const SymbolRef &Symbol) const { in getCOFFSymbol() function in COFFObjectFile