Searched refs:resolveSymbolName (Results 1 – 2 of 2) sorted by relevance
/external/llvm/tools/llvm-readobj/ |
D | COFFDumper.cpp | 126 std::error_code resolveSymbolName(const coff_section *Section, 128 std::error_code resolveSymbolName(const coff_section *Section, 225 std::error_code COFFDumper::resolveSymbolName(const coff_section *Section, in resolveSymbolName() function in COFFDumper 240 std::error_code COFFDumper::resolveSymbolName(const coff_section *Section, in resolveSymbolName() function in COFFDumper 249 return resolveSymbolName(Section, Offset, Name); in resolveSymbolName() 257 if (!resolveSymbolName(Sec, RelocOffset, Symbol)) in printRelocatedField() 819 error(resolveSymbolName(Obj->getCOFFSection(Section), SectionOffset, in printCodeViewSymbolSection() 837 error(resolveSymbolName(Obj->getCOFFSection(Section), SectionContents, in printCodeViewSymbolSection()
|
/external/llvm/tools/llvm-objdump/ |
D | COFFDump.cpp | 213 static std::error_code resolveSymbolName(const std::vector<RelocationRef> &Rels, in resolveSymbolName() function 229 if (!resolveSymbolName(Rels, Offset, Sym)) { in printCOFFSymbolAddress()
|