Home
last modified time | relevance | path

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

/external/llvm/include/llvm/Object/
DELF.h86 StringRef getRelocationTypeName(uint32_t Type) const;
87 void getRelocationTypeName(uint32_t Type,
271 StringRef ELFFile<ELFT>::getRelocationTypeName(uint32_t Type) const { in getRelocationTypeName() function
276 void ELFFile<ELFT>::getRelocationTypeName(uint32_t Type, in getRelocationTypeName() function
279 StringRef Name = getRelocationTypeName(Type); in getRelocationTypeName()
293 StringRef Name = getRelocationTypeName(Type1); in getRelocationTypeName()
296 Name = getRelocationTypeName(Type2); in getRelocationTypeName()
300 Name = getRelocationTypeName(Type3); in getRelocationTypeName()
DELFObjectFile.h233 void getRelocationTypeName(DataRefImpl Rel,
238 StringRef getRelocationTypeName(uint32_t Type) const;
705 StringRef ELFObjectFile<ELFT>::getRelocationTypeName(uint32_t Type) const { in getRelocationTypeName() function
710 void ELFObjectFile<ELFT>::getRelocationTypeName( in getRelocationTypeName() function
713 EF.getRelocationTypeName(type, Result); in getRelocationTypeName()
DObjectFile.h232 virtual void getRelocationTypeName(DataRefImpl Rel,
444 return OwningObject->getRelocationTypeName(RelocationPimpl, Result); in getTypeName()
DMachO.h237 void getRelocationTypeName(DataRefImpl Rel,
DCOFF.h676 void getRelocationTypeName(DataRefImpl Rel,
/external/llvm/tools/llvm-readobj/
DELFDumper.cpp1166 Obj->getRelocationTypeName(Rel.getType(Obj->isMips64EL()), RelocName); in printDynamicRelocations()
1215 Obj->getRelocationTypeName(Rel.getType(Obj->isMips64EL()), RelocName); in printRelocation()
/external/llvm/lib/Object/
DCOFFObjectFile.cpp1034 void COFFObjectFile::getRelocationTypeName( in getRelocationTypeName() function in COFFObjectFile
DMachOObjectFile.cpp645 void MachOObjectFile::getRelocationTypeName( in getRelocationTypeName() function in MachOObjectFile