Lines Matching refs:RelRef
483 const RelocationRef &RelRef, in getRelocationValueString() argument
490 DataRefImpl Rel = RelRef.getRawDataRefImpl(); in getRelocationValueString()
529 symbol_iterator SI = RelRef.getSymbol(); in getRelocationValueString()
669 const RelocationRef &RelRef, in getRelocationValueString() argument
671 const wasm::WasmRelocation& Rel = Obj->getWasmRelocation(RelRef); in getRelocationValueString()
672 symbol_iterator SI = RelRef.getSymbol(); in getRelocationValueString()
693 const RelocationRef &RelRef, in getRelocationValueString() argument
695 DataRefImpl Rel = RelRef.getRawDataRefImpl(); in getRelocationValueString()
885 static bool getHidden(RelocationRef RelRef) { in getHidden() argument
886 auto *MachO = dyn_cast<MachOObjectFile>(RelRef.getObject()); in getHidden()
891 DataRefImpl Rel = RelRef.getRawDataRefImpl(); in getHidden()