Home
last modified time | relevance | path

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

/external/llvm/tools/llvm-readobj/
DCOFFDumper.cpp126 std::error_code resolveSymbolName(const coff_section *Section,
128 std::error_code resolveSymbolName(const coff_section *Section,
225 std::error_code COFFDumper::resolveSymbolName(const coff_section *Section, in resolveSymbolName() function in COFFDumper
240 std::error_code COFFDumper::resolveSymbolName(const coff_section *Section, in resolveSymbolName() function in COFFDumper
249 return resolveSymbolName(Section, Offset, Name); in resolveSymbolName()
257 if (!resolveSymbolName(Sec, RelocOffset, Symbol)) in printRelocatedField()
819 error(resolveSymbolName(Obj->getCOFFSection(Section), SectionOffset, in printCodeViewSymbolSection()
837 error(resolveSymbolName(Obj->getCOFFSection(Section), SectionContents, in printCodeViewSymbolSection()
/external/llvm-project/llvm/tools/llvm-readobj/
DCOFFDumper.cpp168 std::error_code resolveSymbolName(const coff_section *Section,
170 std::error_code resolveSymbolName(const coff_section *Section,
276 std::error_code COFFDumper::resolveSymbolName(const coff_section *Section, in resolveSymbolName() function in COFFDumper
291 std::error_code COFFDumper::resolveSymbolName(const coff_section *Section, in resolveSymbolName() function in COFFDumper
300 return resolveSymbolName(Section, Offset, Name); in resolveSymbolName()
308 if (!resolveSymbolName(Sec, RelocOffset, Symbol)) in printRelocatedField()
1059 if (std::error_code EC = resolveSymbolName(Obj->getCOFFSection(Section), in printCodeViewSymbolSection()
1085 resolveSymbolName(Obj->getCOFFSection(Section), SectionContents, in printCodeViewSymbolSection()
/external/llvm/tools/llvm-objdump/
DCOFFDump.cpp213 static std::error_code resolveSymbolName(const std::vector<RelocationRef> &Rels, in resolveSymbolName() function
229 if (!resolveSymbolName(Rels, Offset, Sym)) { in printCOFFSymbolAddress()
/external/llvm-project/llvm/tools/llvm-objdump/
DCOFFDump.cpp210 static Error resolveSymbolName(const std::vector<RelocationRef> &Rels, in resolveSymbolName() function
226 if (!resolveSymbolName(Rels, Offset, Sym)) { in printCOFFSymbolAddress()