Searched refs:RelRef (Results 1 – 1 of 1) sorted by relevance
483 const RelocationRef &RelRef, in getRelocationValueString() argument490 DataRefImpl Rel = RelRef.getRawDataRefImpl(); in getRelocationValueString()529 symbol_iterator SI = RelRef.getSymbol(); in getRelocationValueString()669 const RelocationRef &RelRef, in getRelocationValueString() argument671 const wasm::WasmRelocation& Rel = Obj->getWasmRelocation(RelRef); in getRelocationValueString()672 symbol_iterator SI = RelRef.getSymbol(); in getRelocationValueString()693 const RelocationRef &RelRef, in getRelocationValueString() argument695 DataRefImpl Rel = RelRef.getRawDataRefImpl(); in getRelocationValueString()885 static bool getHidden(RelocationRef RelRef) { in getHidden() argument886 auto *MachO = dyn_cast<MachOObjectFile>(RelRef.getObject()); in getHidden()[all …]