Home
last modified time | relevance | path

Searched refs:resolveSymbolName (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/llvm/tools/llvm-readobj/
H A DCOFFDumper.cpp171 std::error_code resolveSymbolName(const coff_section *Section,
173 std::error_code resolveSymbolName(const coff_section *Section,
279 std::error_code COFFDumper::resolveSymbolName(const coff_section *Section, in resolveSymbolName() function in COFFDumper
294 std::error_code COFFDumper::resolveSymbolName(const coff_section *Section, in resolveSymbolName() function in COFFDumper
303 return resolveSymbolName(Section, Offset, Name); in resolveSymbolName()
311 if (!resolveSymbolName(Sec, RelocOffset, Symbol)) in printRelocatedField()
1081 if (std::error_code EC = resolveSymbolName(Obj->getCOFFSection(Section), in printCodeViewSymbolSection()
1107 resolveSymbolName(Obj->getCOFFSection(Section), SectionContents, in printCodeViewSymbolSection()
/llvm-project-15.0.7/llvm/tools/llvm-objdump/
H A DCOFFDump.cpp363 static Error resolveSymbolName(const std::vector<RelocationRef> &Rels, in resolveSymbolName() function
379 if (!resolveSymbolName(Rels, Offset, Sym)) { in printCOFFSymbolAddress()