Lines Matching refs:RelocationRef
293 bool llvm::RelocAddressLess(RelocationRef a, RelocationRef b) { in RelocAddressLess()
379 const RelocationRef &RelRef, in getRelocationValueString()
493 const RelocationRef &Rel, in getRelocationValueString()
506 const RelocationRef &Rel, in getRelocationValueString()
583 const RelocationRef &RelRef, in getRelocationValueString()
760 static std::error_code getRelocationValueString(const RelocationRef &Rel, in getRelocationValueString()
774 static bool getHidden(RelocationRef RelRef) { in getHidden()
955 std::vector<RelocationRef> Rels; in DisassembleObject()
958 for (const RelocationRef &Reloc : RelocSec.relocations()) { in DisassembleObject()
994 std::vector<RelocationRef>::const_iterator rel_cur = Rels.begin(); in DisassembleObject()
995 std::vector<RelocationRef>::const_iterator rel_end = Rels.end(); in DisassembleObject()
1167 for (const RelocationRef &Reloc : Section.relocations()) { in PrintRelocations()