Searched refs:resolveSymbol (Results 1 – 4 of 4) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/tools/llvm-objdump/ |
| H A D | COFFDump.cpp | 360 static Error resolveSymbol(const std::vector<RelocationRef> &Rels, in resolveSymbol() function 381 if (Error E = resolveSymbol(Rels, Offset, Sym)) in getSectionContents() 395 if (Error EC = resolveSymbol(Rels, Offset, Sym)) in resolveSymbolName()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Readers/ |
| H A D | LVCodeViewReader.h | 156 Error resolveSymbol(const llvm::object::coff_section *CoffSection,
|
| /freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Readers/ |
| H A D | LVCodeViewReader.cpp | 177 Error LVCodeViewReader::resolveSymbol(const coff_section *CoffSection, in resolveSymbol() function in LVCodeViewReader 200 if (Error E = resolveSymbol(CoffSection, Offset, Symbol)) in resolveSymbolName()
|
| /freebsd/contrib/llvm-project/llvm/tools/llvm-readobj/ |
| H A D | COFFDumper.cpp | 171 std::error_code resolveSymbol(const coff_section *Section, uint64_t Offset, 259 std::error_code COFFDumper::resolveSymbol(const coff_section *Section, in resolveSymbol() function in COFFDumper 284 if (std::error_code EC = resolveSymbol(Section, Offset, Symbol)) in resolveSymbolName() 1802 return Dumper->resolveSymbol(Section, Offset, Symbol); in printUnwindInfo()
|