Searched refs:getFileFormatName (Results 1 – 18 of 18) sorted by relevance
77 EXPECT_EQ("elf64-ve", File.getFileFormatName()); in TEST()
94 W.printString("Format", Obj.getFileFormatName()); in printFileSummary()
7488 this->W.printString("Format", Obj.getFileFormatName()); in printFileSummary()
561 OS << Filename << ":\tfile format " << Obj.getFileFormatName() << '\n'; in dumpObjectFile()595 << Obj.getFileFormatName() << "\n"; in verifyObjectFile()
847 StringRef FormatName = Obj.getFileFormatName(); in collectStatsForObjectFile()
204 StringRef getFileFormatName() const override;
335 virtual StringRef getFileFormatName() const = 0;
443 StringRef getFileFormatName() const override;1178 StringRef ELFObjectFile<ELFT>::getFileFormatName() const { in getFileFormatName() function
542 StringRef getFileFormatName() const override;
489 StringRef getFileFormatName() const override;
987 StringRef getFileFormatName() const override;
73 EXPECT_EQ(Fmt, File.getFileFormatName()); in checkFormatAndArch()
659 StringRef XCOFFObjectFile::getFileFormatName() const { in getFileFormatName() function in llvm::object::XCOFFObjectFile
1007 StringRef COFFObjectFile::getFileFormatName() const { in getFileFormatName() function in COFFObjectFile
1838 StringRef WasmObjectFile::getFileFormatName() const { return "WASM"; } in getFileFormatName() function in WasmObjectFile
2609 StringRef MachOObjectFile::getFileFormatName() const { in getFileFormatName() function in MachOObjectFile
657 IsMipsN64ABI = Obj.getFileFormatName().equals("elf64-mips"); in setMipsABI()
2568 outs() << ":\tfile format " << O->getFileFormatName().lower() << "\n"; in dumpObject()