Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/tools/llvm-objdump/
DCOFFDump.cpp335 static Error resolveSymbol(const std::vector<RelocationRef> &Rels, in resolveSymbol() function
356 if (Error E = resolveSymbol(Rels, Offset, Sym)) in getSectionContents()
370 if (Error EC = resolveSymbol(Rels, Offset, Sym)) in resolveSymbolName()
/openbsd/src/gnu/llvm/llvm/tools/llvm-readobj/
DCOFFDumper.cpp169 std::error_code resolveSymbol(const coff_section *Section, uint64_t Offset,
257 std::error_code COFFDumper::resolveSymbol(const coff_section *Section, in resolveSymbol() function in COFFDumper
282 if (std::error_code EC = resolveSymbol(Section, Offset, Symbol)) in resolveSymbolName()
1665 return Dumper->resolveSymbol(Section, Offset, Symbol); in printUnwindInfo()