Searched defs:getRelocationTypeName (Results 1 - 7 of 7) sorted by relevance

/external/swiftshader/third_party/LLVM/lib/Object/
H A DCOFFObjectFile.cpp596 error_code COFFObjectFile::getRelocationTypeName(DataRefImpl Rel, function in class:COFFObjectFile
H A DMachOObjectFile.cpp589 error_code MachOObjectFile::getRelocationTypeName(DataRefImpl Rel, function in class:llvm::object::MachOObjectFile
H A DELFObjectFile.cpp358 virtual error_code getRelocationTypeName(DataRefImpl Rel,
896 ::getRelocationTypeName(DataRefImpl Rel, function in class:ELFObjectFile
/external/llvm/include/llvm/Object/
H A DELF.h91 StringRef getRelocationTypeName(uint32_t Type) const;
92 void getRelocationTypeName(uint32_t Type,
269 StringRef ELFFile<ELFT>::getRelocationTypeName(uint32_t Type) const { function in class:llvm::object::ELFFile
274 void ELFFile<ELFT>::getRelocationTypeName(uint32_t Type, function in class:llvm::object::ELFFile
277 StringRef Name = getRelocationTypeName(Type);
291 StringRef Name = getRelocationTypeName(Type1);
294 Name = getRelocationTypeName(Type2);
298 Name = getRelocationTypeName(Type3);
H A DELFObjectFile.h243 void getRelocationTypeName(DataRefImpl Rel,
248 StringRef getRelocationTypeName(uint32_t Type) const;
718 StringRef ELFObjectFile<ELFT>::getRelocationTypeName(uint32_t Type) const { function in class:llvm::object::ELFObjectFile
723 void ELFObjectFile<ELFT>::getRelocationTypeName( function in class:llvm::object::ELFObjectFile
726 EF.getRelocationTypeName(type, Result);
/external/llvm/lib/Object/
H A DCOFFObjectFile.cpp1119 void COFFObjectFile::getRelocationTypeName( function in class:COFFObjectFile
H A DMachOObjectFile.cpp783 void MachOObjectFile::getRelocationTypeName( function in class:MachOObjectFile

Completed in 252 milliseconds