Home
last modified time | relevance | path

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

/external/llvm/tools/llvm-objdump/
DCOFFDump.cpp175 static std::error_code resolveSymbol(const std::vector<RelocationRef> &Rels, in resolveSymbol() function
200 if (std::error_code EC = resolveSymbol(Rels, Offset, Sym)) in getSectionContents()
216 if (std::error_code EC = resolveSymbol(Rels, Offset, Sym)) in resolveSymbolName()
/external/llvm/tools/llvm-readobj/
DCOFFDumper.cpp82 std::error_code resolveSymbol(const coff_section *Section, uint64_t Offset,
119 std::error_code COFFDumper::resolveSymbol(const coff_section *Section, in resolveSymbol() function in COFFDumper
141 if (std::error_code EC = resolveSymbol(Section, Offset, Symbol)) in resolveSymbolName()
1000 return Dumper->resolveSymbol(Section, Offset, Symbol); in printUnwindInfo()