Lines Matching refs:RelocationRef
358 bool llvm::RelocAddressLess(RelocationRef a, RelocationRef b) { in RelocAddressLess()
488 const RelocationRef &RelRef, in getRelocationValueString()
620 const RelocationRef &Rel, in getRelocationValueString()
633 const RelocationRef &Rel, in getRelocationValueString()
720 const RelocationRef &RelRef, in getRelocationValueString()
897 static std::error_code getRelocationValueString(const RelocationRef &Rel, in getRelocationValueString()
911 static bool getHidden(RelocationRef RelRef) { in getHidden()
1090 std::vector<RelocationRef> Rels; in DisassembleObject()
1093 for (const RelocationRef &Reloc : RelocSec.relocations()) { 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()
1311 for (const RelocationRef &Reloc : Section.relocations()) { in PrintRelocations()