Lines Matching refs:RelocationRef

462 bool llvm::isRelocAddressLess(RelocationRef A, RelocationRef B) {  in isRelocAddressLess()
483 const RelocationRef &RelRef, in getRelocationValueString()
565 const RelocationRef &Rel, in getRelocationValueString()
578 const RelocationRef &Rel, in getRelocationValueString()
669 const RelocationRef &RelRef, in getRelocationValueString()
693 const RelocationRef &RelRef, in getRelocationValueString()
868 static std::error_code getRelocationValueString(const RelocationRef &Rel, in getRelocationValueString()
885 static bool getHidden(RelocationRef RelRef) { in getHidden()
1020 std::vector<RelocationRef> *Rels = nullptr) { in printInst()
1053 std::vector<RelocationRef> *Rels) override { in printInst()
1074 std::vector<RelocationRef>::const_iterator RelCur = Rels->begin(); in printInst()
1075 std::vector<RelocationRef>::const_iterator RelEnd = Rels->end(); in printInst()
1128 std::vector<RelocationRef> *Rels) override { in printInst()
1180 std::vector<RelocationRef> *Rels) override { in printInst()
1518 std::vector<RelocationRef> Rels; in disassembleObject()
1521 for (const RelocationRef &Reloc : RelocSec.relocations()) { in disassembleObject()
1558 std::vector<RelocationRef>::const_iterator RelCur = Rels.begin(); in disassembleObject()
1559 std::vector<RelocationRef>::const_iterator RelEnd = Rels.end(); in disassembleObject()
1882 for (const RelocationRef &Reloc : Section.relocations()) { in printRelocations()
1917 for (const RelocationRef &Reloc : Section.relocations()) { in printDynamicRelocations()