Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-objdump/
H A DCOFFDump.cpp178 static Error resolveSymbol(const std::vector<RelocationRef> &Rels, in resolveSymbol() function
199 if (Error E = resolveSymbol(Rels, Offset, Sym)) in getSectionContents()
213 if (Error EC = resolveSymbol(Rels, Offset, Sym)) in resolveSymbolName()
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-readobj/
H A DCOFFDumper.cpp168 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()
1608 return Dumper->resolveSymbol(Section, Offset, Symbol); in printUnwindInfo()