Home
last modified time | relevance | path

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

/external/llvm/include/llvm/Object/
DELF.h91 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()
DELFObjectFile.h243 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()
DObjectFile.h236 virtual void getRelocationTypeName(DataRefImpl Rel,
458 return OwningObject->getRelocationTypeName(RelocationPimpl, Result); in getTypeName()
DMachO.h239 void getRelocationTypeName(DataRefImpl Rel,
DCOFF.h750 void getRelocationTypeName(DataRefImpl Rel,
/external/swiftshader/third_party/LLVM/include/llvm/Object/
DObjectFile.h264 virtual error_code getRelocationTypeName(DataRefImpl Rel,
443 return OwningObject->getRelocationTypeName(RelocationPimpl, Result); in getTypeName()
DMachO.h74 virtual error_code getRelocationTypeName(DataRefImpl Rel,
DCOFF.h127 virtual error_code getRelocationTypeName(DataRefImpl Rel,
/external/swiftshader/third_party/LLVM/lib/Object/
DCOFFObjectFile.cpp596 error_code COFFObjectFile::getRelocationTypeName(DataRefImpl Rel, in getRelocationTypeName() function in COFFObjectFile
DELFObjectFile.cpp358 virtual error_code getRelocationTypeName(DataRefImpl Rel,
896 ::getRelocationTypeName(DataRefImpl Rel, in getRelocationTypeName() function in ELFObjectFile
DMachOObjectFile.cpp589 error_code MachOObjectFile::getRelocationTypeName(DataRefImpl Rel, in getRelocationTypeName() function in llvm::object::MachOObjectFile
/external/llvm/tools/llvm-readobj/
DELFDumper.cpp2468 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/
DCOFFObjectFile.cpp1119 void COFFObjectFile::getRelocationTypeName( in getRelocationTypeName() function in COFFObjectFile
DMachOObjectFile.cpp783 void MachOObjectFile::getRelocationTypeName( in getRelocationTypeName() function in MachOObjectFile