Home
last modified time | relevance | path

Searched refs:getFileFormatName (Results 1 – 9 of 9) sorted by relevance

/minix/external/bsd/llvm/dist/llvm/tools/llvm-dwarfdump/
H A Dllvm-dwarfdump.cpp92 << ":\tfile format " << Obj.getFileFormatName() << "\n\n"; in DumpInput()
/minix/external/bsd/llvm/dist/llvm/tools/llvm-readobj/
H A Dllvm-readobj.cpp255 outs() << "Format: " << Obj->getFileFormatName() << "\n"; in dumpObject()
/minix/external/bsd/llvm/dist/llvm/include/llvm/Object/
H A DObjectFile.h282 virtual StringRef getFileFormatName() const = 0;
H A DMachO.h266 StringRef getFileFormatName() const override;
H A DELFObjectFile.h208 StringRef getFileFormatName() const override;
831 StringRef ELFObjectFile<ELFT>::getFileFormatName() const { in getFileFormatName() function
H A DCOFF.h637 StringRef getFileFormatName() const override;
/minix/external/bsd/llvm/dist/llvm/tools/llvm-objdump/
H A Dllvm-objdump.cpp779 << ":\tfile format " << o->getFileFormatName() << "\n\n"; in DumpObject()
/minix/external/bsd/llvm/dist/llvm/lib/Object/
H A DCOFFObjectFile.cpp793 StringRef COFFObjectFile::getFileFormatName() const { in getFileFormatName() function in COFFObjectFile
H A DMachOObjectFile.cpp1227 StringRef MachOObjectFile::getFileFormatName() const { in getFileFormatName() function in MachOObjectFile