Searched refs:getFileFormatName (Results 1 - 10 of 10) sorted by relevance

/external/llvm/tools/llvm-dwarfdump/
H A Dllvm-dwarfdump.cpp87 << ":\tfile format " << Obj->getFileFormatName() << "\n\n";
/external/llvm/tools/llvm-readobj/
H A Dllvm-readobj.cpp225 outs() << "Format: " << Obj->getFileFormatName() << "\n";
/external/llvm/include/llvm/Object/
H A DMachO.h146 StringRef getFileFormatName() const override;
H A DCOFF.h436 StringRef getFileFormatName() const override;
H A DObjectFile.h323 virtual StringRef getFileFormatName() const = 0;
H A DELFObjectFile.h201 StringRef getFileFormatName() const override;
871 StringRef ELFObjectFile<ELFT>::getFileFormatName() const {
/external/llvm/lib/DebugInfo/
H A DDWARFContext.cpp732 object::RelocVisitor V(Obj->getFileFormatName());
/external/llvm/tools/llvm-objdump/
H A Dllvm-objdump.cpp831 << ":\tfile format " << o->getFileFormatName() << "\n\n";
/external/llvm/lib/Object/
H A DCOFFObjectFile.cpp669 StringRef COFFObjectFile::getFileFormatName() const { function in class:COFFObjectFile
H A DMachOObjectFile.cpp1464 StringRef MachOObjectFile::getFileFormatName() const {

Completed in 190 milliseconds