Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/unittests/ObjectYAML/
H A DELFYAMLTest.cpp77 EXPECT_EQ("elf64-ve", File.getFileFormatName()); in TEST()
/llvm-project-15.0.7/llvm/tools/llvm-readobj/
H A DObjDumper.cpp94 W.printString("Format", Obj.getFileFormatName()); in printFileSummary()
H A DELFDumper.cpp7488 this->W.printString("Format", Obj.getFileFormatName()); in printFileSummary()
/llvm-project-15.0.7/llvm/tools/llvm-dwarfdump/
H A Dllvm-dwarfdump.cpp561 OS << Filename << ":\tfile format " << Obj.getFileFormatName() << '\n'; in dumpObjectFile()
595 << Obj.getFileFormatName() << "\n"; in verifyObjectFile()
H A DStatistics.cpp847 StringRef FormatName = Obj.getFileFormatName(); in collectStatsForObjectFile()
/llvm-project-15.0.7/llvm/include/llvm/Object/
H A DWasm.h204 StringRef getFileFormatName() const override;
H A DObjectFile.h335 virtual StringRef getFileFormatName() const = 0;
H A DELFObjectFile.h443 StringRef getFileFormatName() const override;
1178 StringRef ELFObjectFile<ELFT>::getFileFormatName() const { in getFileFormatName() function
H A DXCOFFObjectFile.h542 StringRef getFileFormatName() const override;
H A DMachO.h489 StringRef getFileFormatName() const override;
H A DCOFF.h987 StringRef getFileFormatName() const override;
/llvm-project-15.0.7/llvm/unittests/Object/
H A DELFObjectFileTest.cpp73 EXPECT_EQ(Fmt, File.getFileFormatName()); in checkFormatAndArch()
/llvm-project-15.0.7/llvm/lib/Object/
H A DXCOFFObjectFile.cpp659 StringRef XCOFFObjectFile::getFileFormatName() const { in getFileFormatName() function in llvm::object::XCOFFObjectFile
H A DCOFFObjectFile.cpp1007 StringRef COFFObjectFile::getFileFormatName() const { in getFileFormatName() function in COFFObjectFile
H A DWasmObjectFile.cpp1838 StringRef WasmObjectFile::getFileFormatName() const { return "WASM"; } in getFileFormatName() function in WasmObjectFile
H A DMachOObjectFile.cpp2609 StringRef MachOObjectFile::getFileFormatName() const { in getFileFormatName() function in MachOObjectFile
/llvm-project-15.0.7/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldELF.cpp657 IsMipsN64ABI = Obj.getFileFormatName().equals("elf64-mips"); in setMipsABI()
/llvm-project-15.0.7/llvm/tools/llvm-objdump/
H A Dllvm-objdump.cpp2568 outs() << ":\tfile format " << O->getFileFormatName().lower() << "\n"; in dumpObject()