Searched refs:resolveSymbolName (Results 1 – 4 of 4) sorted by relevance
/external/llvm/tools/llvm-readobj/ |
D | COFFDumper.cpp | 126 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/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-readobj/ |
D | COFFDumper.cpp | 157 std::error_code resolveSymbolName(const coff_section *Section, 159 std::error_code resolveSymbolName(const coff_section *Section, 270 std::error_code COFFDumper::resolveSymbolName(const coff_section *Section, in resolveSymbolName() function in COFFDumper 285 std::error_code COFFDumper::resolveSymbolName(const coff_section *Section, in resolveSymbolName() function in COFFDumper 294 return resolveSymbolName(Section, Offset, Name); in resolveSymbolName() 302 if (!resolveSymbolName(Sec, RelocOffset, Symbol)) in printRelocatedField() 1027 error(resolveSymbolName(Obj->getCOFFSection(Section), SectionOffset, in printCodeViewSymbolSection() 1048 error(resolveSymbolName(Obj->getCOFFSection(Section), SectionContents, in printCodeViewSymbolSection()
|
/external/llvm/tools/llvm-objdump/ |
D | COFFDump.cpp | 213 static std::error_code resolveSymbolName(const std::vector<RelocationRef> &Rels, in resolveSymbolName() function 229 if (!resolveSymbolName(Rels, Offset, Sym)) { in printCOFFSymbolAddress()
|
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-objdump/ |
D | COFFDump.cpp | 208 static std::error_code resolveSymbolName(const std::vector<RelocationRef> &Rels, in resolveSymbolName() function 224 if (!resolveSymbolName(Rels, Offset, Sym)) { in printCOFFSymbolAddress()
|