Searched refs:resolveSymbolName (Results 1 – 4 of 4) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Readers/ |
| H A D | LVCodeViewReader.cpp | 112 if (!resolveSymbolName(CoffSection, RelocOffset, Symbol)) in printRelocatedField() 123 if (resolveSymbolName(CoffSection, RelocOffset, Symbol)) in getLinkageName() 202 Error LVCodeViewReader::resolveSymbolName(const coff_section *CoffSection, in resolveSymbolName() function in LVCodeViewReader 722 if (Error Err = resolveSymbolName(getObj().getCOFFSection(Section), in traverseSymbolSection()
|
| /freebsd-14.2/contrib/llvm-project/llvm/tools/llvm-readobj/ |
| H A D | COFFDumper.cpp | 171 std::error_code resolveSymbolName(const coff_section *Section, 173 std::error_code resolveSymbolName(const coff_section *Section, 278 std::error_code COFFDumper::resolveSymbolName(const coff_section *Section, in resolveSymbolName() function in COFFDumper 293 std::error_code COFFDumper::resolveSymbolName(const coff_section *Section, in resolveSymbolName() function in COFFDumper 302 return resolveSymbolName(Section, Offset, Name); in resolveSymbolName() 310 if (!resolveSymbolName(Sec, RelocOffset, Symbol)) in printRelocatedField() 1222 if (std::error_code EC = resolveSymbolName(Obj->getCOFFSection(Section), in printCodeViewSymbolSection() 1248 resolveSymbolName(Obj->getCOFFSection(Section), SectionContents, in printCodeViewSymbolSection()
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Readers/ |
| H A D | LVCodeViewReader.h | 158 Error resolveSymbolName(const llvm::object::coff_section *CoffSection,
|
| /freebsd-14.2/contrib/llvm-project/llvm/tools/llvm-objdump/ |
| H A D | COFFDump.cpp | 374 static Error resolveSymbolName(const std::vector<RelocationRef> &Rels, in resolveSymbolName() function 390 if (!resolveSymbolName(Rels, Offset, Sym)) { in printCOFFSymbolAddress()
|