Searched refs:getRelocationTypeName (Results 1 – 14 of 14) sorted by relevance
/external/llvm/include/llvm/Object/ |
D | ELF.h | 91 StringRef getRelocationTypeName(uint32_t Type) const; 92 void getRelocationTypeName(uint32_t Type, 269 StringRef ELFFile<ELFT>::getRelocationTypeName(uint32_t Type) const { in getRelocationTypeName() function 274 void ELFFile<ELFT>::getRelocationTypeName(uint32_t Type, in getRelocationTypeName() function 277 StringRef Name = getRelocationTypeName(Type); in getRelocationTypeName() 291 StringRef Name = getRelocationTypeName(Type1); in getRelocationTypeName() 294 Name = getRelocationTypeName(Type2); in getRelocationTypeName() 298 Name = getRelocationTypeName(Type3); in getRelocationTypeName()
|
D | ELFObjectFile.h | 243 void getRelocationTypeName(DataRefImpl Rel, 248 StringRef getRelocationTypeName(uint32_t Type) const; 718 StringRef ELFObjectFile<ELFT>::getRelocationTypeName(uint32_t Type) const { in getRelocationTypeName() function 723 void ELFObjectFile<ELFT>::getRelocationTypeName( in getRelocationTypeName() function 726 EF.getRelocationTypeName(type, Result); in getRelocationTypeName()
|
D | ObjectFile.h | 236 virtual void getRelocationTypeName(DataRefImpl Rel, 458 return OwningObject->getRelocationTypeName(RelocationPimpl, Result); in getTypeName()
|
D | MachO.h | 239 void getRelocationTypeName(DataRefImpl Rel,
|
D | COFF.h | 750 void getRelocationTypeName(DataRefImpl Rel,
|
/external/swiftshader/third_party/LLVM/include/llvm/Object/ |
D | ObjectFile.h | 264 virtual error_code getRelocationTypeName(DataRefImpl Rel, 443 return OwningObject->getRelocationTypeName(RelocationPimpl, Result); in getTypeName()
|
D | MachO.h | 74 virtual error_code getRelocationTypeName(DataRefImpl Rel,
|
D | COFF.h | 127 virtual error_code getRelocationTypeName(DataRefImpl Rel,
|
/external/swiftshader/third_party/LLVM/lib/Object/ |
D | COFFObjectFile.cpp | 596 error_code COFFObjectFile::getRelocationTypeName(DataRefImpl Rel, in getRelocationTypeName() function in COFFObjectFile
|
D | ELFObjectFile.cpp | 358 virtual error_code getRelocationTypeName(DataRefImpl Rel, 896 ::getRelocationTypeName(DataRefImpl Rel, in getRelocationTypeName() function in ELFObjectFile
|
D | MachOObjectFile.cpp | 589 error_code MachOObjectFile::getRelocationTypeName(DataRefImpl Rel, in getRelocationTypeName() function in llvm::object::MachOObjectFile
|
/external/llvm/tools/llvm-readobj/ |
D | ELFDumper.cpp | 2468 Obj->getRelocationTypeName(R.getType(Obj->isMips64EL()), RelocName); in printRelocation() 2975 Obj->getRelocationTypeName(R.getType(Obj->isMips64EL()), RelocName); in printDynamicRelocation() 3289 Obj->getRelocationTypeName(Rel.getType(Obj->isMips64EL()), RelocName); in printRelocation() 3490 Obj->getRelocationTypeName(Rel.getType(Obj->isMips64EL()), RelocName); in printDynamicRelocation()
|
/external/llvm/lib/Object/ |
D | COFFObjectFile.cpp | 1119 void COFFObjectFile::getRelocationTypeName( in getRelocationTypeName() function in COFFObjectFile
|
D | MachOObjectFile.cpp | 783 void MachOObjectFile::getRelocationTypeName( in getRelocationTypeName() function in MachOObjectFile
|