Home
last modified time | relevance | path

Searched refs:RelRef (Results 1 – 1 of 1) sorted by relevance

/external/llvm/tools/llvm-objdump/
Dllvm-objdump.cpp379 const RelocationRef &RelRef, in getRelocationValueString() argument
381 DataRefImpl Rel = RelRef.getRawDataRefImpl(); in getRelocationValueString()
406 uint8_t type = RelRef.getType(); in getRelocationValueString()
422 symbol_iterator SI = RelRef.getSymbol(); in getRelocationValueString()
583 const RelocationRef &RelRef, in getRelocationValueString() argument
585 DataRefImpl Rel = RelRef.getRawDataRefImpl(); in getRelocationValueString()
774 static bool getHidden(RelocationRef RelRef) { in getHidden() argument
775 const ObjectFile *Obj = RelRef.getObject(); in getHidden()
781 DataRefImpl Rel = RelRef.getRawDataRefImpl(); in getHidden()