Home
last modified time | relevance | path

Searched refs:resolveSymbol (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/llvm/tools/llvm-objdump/
H A DCOFFDump.cpp360 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 DLVCodeViewReader.h156 Error resolveSymbol(const llvm::object::coff_section *CoffSection,
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Readers/
H A DLVCodeViewReader.cpp177 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 DCOFFDumper.cpp171 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()