Home
last modified time | relevance | path

Searched refs:RelRef (Results 1 – 2 of 2) 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()
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-objdump/
Dllvm-objdump.cpp447 const RelocationRef &RelRef, in getRelocationValueString() argument
449 DataRefImpl Rel = RelRef.getRawDataRefImpl(); in getRelocationValueString()
495 symbol_iterator SI = RelRef.getSymbol(); in getRelocationValueString()
633 const RelocationRef &RelRef, in getRelocationValueString() argument
635 const wasm::WasmRelocation& Rel = Obj->getWasmRelocation(RelRef); in getRelocationValueString()
636 symbol_iterator SI = RelRef.getSymbol(); in getRelocationValueString()
657 const RelocationRef &RelRef, in getRelocationValueString() argument
659 DataRefImpl Rel = RelRef.getRawDataRefImpl(); in getRelocationValueString()
851 static bool getHidden(RelocationRef RelRef) { in getHidden() argument
852 const ObjectFile *Obj = RelRef.getObject(); in getHidden()
[all …]