Home
last modified time | relevance | path

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

/external/llvm/tools/llvm-objdump/
Dllvm-objdump.cpp488 const RelocationRef &RelRef, in getRelocationValueString() argument
490 DataRefImpl Rel = RelRef.getRawDataRefImpl(); in getRelocationValueString()
515 uint8_t type = RelRef.getType(); in getRelocationValueString()
531 symbol_iterator SI = RelRef.getSymbol(); in getRelocationValueString()
720 const RelocationRef &RelRef, in getRelocationValueString() argument
722 DataRefImpl Rel = RelRef.getRawDataRefImpl(); in getRelocationValueString()
911 static bool getHidden(RelocationRef RelRef) { in getHidden() argument
912 const ObjectFile *Obj = RelRef.getObject(); in getHidden()
918 DataRefImpl Rel = RelRef.getRawDataRefImpl(); in getHidden()