Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/llvm/include/llvm/Object/
H A 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()
H A DELFObjectFile.h118 getRelocationTypeName(DataRefImpl Rel,
125 StringRef getRelocationTypeName(uint32_t Type) const;
629 StringRef ELFObjectFile<ELFT>::getRelocationTypeName(uint32_t Type) const { in getRelocationTypeName() function
634 std::error_code ELFObjectFile<ELFT>::getRelocationTypeName( in getRelocationTypeName() function
651 EF.getRelocationTypeName(type, Result); in getRelocationTypeName()
H A DObjectFile.h253 getRelocationTypeName(DataRefImpl Rel,
476 return OwningObject->getRelocationTypeName(RelocationPimpl, Result); in getTypeName()
H A DMachO.h241 getRelocationTypeName(DataRefImpl Rel,
H A DCOFF.h618 getRelocationTypeName(DataRefImpl Rel,
/minix3/external/bsd/llvm/dist/llvm/tools/llvm-readobj/
H A DELFDumper.cpp668 Obj->getRelocationTypeName(Rel.getType(Obj->isMips64EL()), RelocName); in printRelocation()
/minix3/external/bsd/llvm/dist/llvm/lib/Object/
H A DCOFFObjectFile.cpp1075 COFFObjectFile::getRelocationTypeName(DataRefImpl Rel, in getRelocationTypeName() function in COFFObjectFile
H A DMachOObjectFile.cpp686 MachOObjectFile::getRelocationTypeName(DataRefImpl Rel, in getRelocationTypeName() function in MachOObjectFile