reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
935 COFFSymbolRef getCOFFSymbol(const SymbolRef &Symbol) const;
935 COFFSymbolRef Symb = Obj.getCOFFSymbol(*I);
tools/llvm-readobj/COFFDumper.cpp1406 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);