Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-readobj/
H A DCOFFDumper.cpp170 std::error_code resolveSymbolName(const coff_section *Section,
172 std::error_code resolveSymbolName(const coff_section *Section,
278 std::error_code COFFDumper::resolveSymbolName(const coff_section *Section, in resolveSymbolName() function in COFFDumper
293 std::error_code COFFDumper::resolveSymbolName(const coff_section *Section, in resolveSymbolName() function in COFFDumper
302 return resolveSymbolName(Section, Offset, Name); in resolveSymbolName()
310 if (!resolveSymbolName(Sec, RelocOffset, Symbol)) in printRelocatedField()
1077 if (std::error_code EC = resolveSymbolName(Obj->getCOFFSection(Section), in printCodeViewSymbolSection()
1103 resolveSymbolName(Obj->getCOFFSection(Section), SectionContents, in printCodeViewSymbolSection()
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-objdump/
H A DCOFFDump.cpp210 static Error resolveSymbolName(const std::vector<RelocationRef> &Rels, in resolveSymbolName() function
226 if (!resolveSymbolName(Rels, Offset, Sym)) { in printCOFFSymbolAddress()