Searched refs:getRelocationValueString (Results 1 – 8 of 8) sorted by relevance
/external/llvm/tools/llvm-objdump/ |
D | llvm-objdump.cpp | 487 static std::error_code getRelocationValueString(const ELFObjectFile<ELFT> *Obj, in getRelocationValueString() function 619 static std::error_code getRelocationValueString(const ELFObjectFileBase *Obj, in getRelocationValueString() function 623 return getRelocationValueString(ELF32LE, Rel, Result); in getRelocationValueString() 625 return getRelocationValueString(ELF64LE, Rel, Result); in getRelocationValueString() 627 return getRelocationValueString(ELF32BE, Rel, Result); in getRelocationValueString() 629 return getRelocationValueString(ELF64BE, Rel, Result); in getRelocationValueString() 632 static std::error_code getRelocationValueString(const COFFObjectFile *Obj, in getRelocationValueString() function 719 static std::error_code getRelocationValueString(const MachOObjectFile *Obj, in getRelocationValueString() function 897 static std::error_code getRelocationValueString(const RelocationRef &Rel, in getRelocationValueString() function 901 return getRelocationValueString(ELF, Rel, Result); in getRelocationValueString() [all …]
|
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-objdump/ |
D | llvm-objdump.cpp | 446 static std::error_code getRelocationValueString(const ELFObjectFile<ELFT> *Obj, in getRelocationValueString() function 527 static std::error_code getRelocationValueString(const ELFObjectFileBase *Obj, in getRelocationValueString() function 531 return getRelocationValueString(ELF32LE, Rel, Result); in getRelocationValueString() 533 return getRelocationValueString(ELF64LE, Rel, Result); in getRelocationValueString() 535 return getRelocationValueString(ELF32BE, Rel, Result); in getRelocationValueString() 537 return getRelocationValueString(ELF64BE, Rel, Result); in getRelocationValueString() 540 static std::error_code getRelocationValueString(const COFFObjectFile *Obj, in getRelocationValueString() function 632 static std::error_code getRelocationValueString(const WasmObjectFile *Obj, in getRelocationValueString() function 656 static std::error_code getRelocationValueString(const MachOObjectFile *Obj, in getRelocationValueString() function 834 static std::error_code getRelocationValueString(const RelocationRef &Rel, in getRelocationValueString() function [all …]
|
/external/swiftshader/third_party/LLVM/include/llvm/Object/ |
D | ObjectFile.h | 268 virtual error_code getRelocationValueString(DataRefImpl Rel, 452 return OwningObject->getRelocationValueString(RelocationPimpl, Result); in getValueString()
|
D | MachO.h | 78 virtual error_code getRelocationValueString(DataRefImpl Rel,
|
D | COFF.h | 131 virtual error_code getRelocationValueString(DataRefImpl Rel,
|
/external/swiftshader/third_party/LLVM/lib/Object/ |
D | COFFObjectFile.cpp | 655 error_code COFFObjectFile::getRelocationValueString(DataRefImpl Rel, in getRelocationValueString() function in COFFObjectFile
|
D | ELFObjectFile.cpp | 362 virtual error_code getRelocationValueString(DataRefImpl Rel, 1028 ::getRelocationValueString(DataRefImpl Rel, in getRelocationValueString() function in ELFObjectFile
|
D | MachOObjectFile.cpp | 614 error_code MachOObjectFile::getRelocationValueString(DataRefImpl Rel, in getRelocationValueString() function in llvm::object::MachOObjectFile
|