Searched refs:Rels (Results 1 – 3 of 3) sorted by relevance
/external/llvm/tools/llvm-objdump/ |
D | COFFDump.cpp | 177 static std::error_code resolveSymbol(const std::vector<RelocationRef> &Rels, in resolveSymbol() argument 179 for (std::vector<RelocationRef>::const_iterator I = Rels.begin(), in resolveSymbol() 180 E = Rels.end(); in resolveSymbol() 197 const std::vector<RelocationRef> &Rels, uint64_t Offset, in getSectionContents() argument 200 if (std::error_code EC = resolveSymbol(Rels, Offset, Sym)) in getSectionContents() 213 static std::error_code resolveSymbolName(const std::vector<RelocationRef> &Rels, in resolveSymbolName() argument 216 if (std::error_code EC = resolveSymbol(Rels, Offset, Sym)) in resolveSymbolName() 226 const std::vector<RelocationRef> &Rels, in printCOFFSymbolAddress() argument 229 if (!resolveSymbolName(Rels, Offset, Sym)) { in printCOFFSymbolAddress() 448 std::vector<RelocationRef> &Rels, in getPDataSection() argument [all …]
|
D | llvm-objdump.cpp | 1090 std::vector<RelocationRef> Rels; in DisassembleObject() local 1094 Rels.push_back(Reloc); in DisassembleObject() 1100 std::sort(Rels.begin(), Rels.end(), RelocAddressLess); in DisassembleObject() 1129 std::vector<RelocationRef>::const_iterator rel_cur = Rels.begin(); in DisassembleObject() 1130 std::vector<RelocationRef>::const_iterator rel_end = Rels.end(); in DisassembleObject()
|
/external/swiftshader/third_party/LLVM/tools/llvm-objdump/ |
D | llvm-objdump.cpp | 196 std::vector<RelocationRef> Rels; in DisassembleObject() local 202 Rels.push_back(*ri); in DisassembleObject() 207 std::sort(Rels.begin(), Rels.end(), RelocAddressLess); in DisassembleObject() 258 std::vector<RelocationRef>::const_iterator rel_cur = Rels.begin(); in DisassembleObject() 259 std::vector<RelocationRef>::const_iterator rel_end = Rels.end(); in DisassembleObject()
|