Searched refs:resolveSymbol (Results 1 – 2 of 2) sorted by relevance
/external/llvm/tools/llvm-objdump/ |
D | COFFDump.cpp | 177 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/ |
D | COFFDumper.cpp | 83 std::error_code resolveSymbol(const coff_section *Section, uint64_t Offset, 121 std::error_code COFFDumper::resolveSymbol(const coff_section *Section, in resolveSymbol() function in COFFDumper 142 if (std::error_code EC = resolveSymbol(Section, Offset, Symbol)) in resolveSymbolName() 1014 return Dumper->resolveSymbol(Section, Offset, Symbol); in printUnwindInfo()
|