Home
last modified time | relevance | path

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

/external/llvm/include/llvm/Object/
DELF.h312 StringRef getRelocationTypeName(uint32_t Type) const;
313 void getRelocationTypeName(uint32_t Type,
547 StringRef ELFFile<ELFT>::getRelocationTypeName(uint32_t Type) const { in getRelocationTypeName() function
552 void ELFFile<ELFT>::getRelocationTypeName(uint32_t Type, in getRelocationTypeName() function
555 StringRef Name = getRelocationTypeName(Type); in getRelocationTypeName()
569 StringRef Name = getRelocationTypeName(Type1); in getRelocationTypeName()
572 Name = getRelocationTypeName(Type2); in getRelocationTypeName()
576 Name = getRelocationTypeName(Type3); in getRelocationTypeName()
DELFObjectFile.h112 getRelocationTypeName(DataRefImpl Rel,
119 StringRef getRelocationTypeName(uint32_t Type) const;
632 StringRef ELFObjectFile<ELFT>::getRelocationTypeName(uint32_t Type) const { in getRelocationTypeName() function
637 std::error_code ELFObjectFile<ELFT>::getRelocationTypeName( in getRelocationTypeName() function
654 EF.getRelocationTypeName(type, Result); in getRelocationTypeName()
DObjectFile.h284 getRelocationTypeName(DataRefImpl Rel,
516 return OwningObject->getRelocationTypeName(RelocationPimpl, Result); in getTypeName()
DMachO.h113 getRelocationTypeName(DataRefImpl Rel,
DCOFF.h411 getRelocationTypeName(DataRefImpl Rel,
/external/llvm/lib/Object/
DCOFFObjectFile.cpp906 COFFObjectFile::getRelocationTypeName(DataRefImpl Rel, in getRelocationTypeName() function in COFFObjectFile
DMachOObjectFile.cpp897 MachOObjectFile::getRelocationTypeName(DataRefImpl Rel, in getRelocationTypeName() function in llvm::object::MachOObjectFile
/external/llvm/tools/llvm-readobj/
DELFDumper.cpp667 Obj->getRelocationTypeName(Rel.getType(Obj->isMips64EL()), RelocName); in printRelocation()