Home
last modified time | relevance | path

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

12

/llvm-project/llvm/tools/llvm-readobj/
H A DCOFFImportDumper.cpp26 Writer.printString("Format", File->getFileFormatName()); in dumpCOFFImportFile()
H A DObjDumper.cpp98 W.printString("Format", Obj.getFileFormatName()); in printFileSummary()
/llvm-project/llvm/unittests/ObjectYAML/
H A DELFYAMLTest.cpp77 EXPECT_EQ("elf64-ve", File.getFileFormatName()); in TEST()
/llvm-project/llvm/unittests/DebugInfo/LogicalView/
H A DCodeViewReaderTest.cpp75 EXPECT_EQ(Root->getFileFormatName(), "COFF-x86-64"); in checkElementPropertiesClangCodeview()
141 EXPECT_EQ(Root->getFileFormatName(), "COFF-x86-64"); in checkElementPropertiesMsvcCodeview()
207 EXPECT_EQ(Root->getFileFormatName(), "COFF-x86-64"); in checkElementPropertiesMsvcCodeviewPdb()
273 EXPECT_EQ(Root->getFileFormatName(), "COFF-x86-64"); in checkElementSelection()
H A DLogicalElementsTest.cpp265 EXPECT_EQ(Root->getFileFormatName(), "FileFormat"); in initElements()
H A DDWARFReaderTest.cpp69 EXPECT_EQ(Root->getFileFormatName(), "elf64-x86-64"); in checkElementProperties()
/llvm-project/llvm/include/llvm/Object/
H A DCOFFImportFile.h78 StringRef getFileFormatName() const;
H A DGOFFObjectFile.h56 StringRef getFileFormatName() const override { return "GOFF-SystemZ"; } in getFileFormatName() function
H A DWasm.h212 StringRef getFileFormatName() const override;
H A DObjectFile.h339 virtual StringRef getFileFormatName() const = 0;
H A DELFObjectFile.h489 StringRef getFileFormatName() const override;
1281 StringRef ELFObjectFile<ELFT>::getFileFormatName() const {
1282 StringRef ELFObjectFile<ELFT>::getFileFormatName() const { getFileFormatName() function
H A DMachO.h518 StringRef getFileFormatName() const override;
H A DXCOFFObjectFile.h635 StringRef getFileFormatName() const override;
H A DCOFF.h1091 StringRef getFileFormatName() const override; in getPE32PlusHeader()
/llvm-project/llvm/lib/DebugInfo/LogicalView/
H A DLVReaderHandler.cpp229 createReader(Filename, Readers, Input, Obj.getFileFormatName())) in handleMach()
249 cast<ObjectFile *>(Input)->getFileFormatName()); in handleObject()
/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Core/
H A DLVReader.h238 StringRef getFileFormatName() const { return FileFormatName; } in getFileFormatName() function
H A DLVScope.h791 StringRef getFileFormatName() const { in getFileFormatName() function
/llvm-project/llvm/tools/llvm-dwarfdump/
H A Dllvm-dwarfdump.cpp693 OS << Filename << ":\tfile format " << Obj.getFileFormatName() << '\n'; in dumpObjectFile()
735 << Obj.getFileFormatName() << "\n"; in verifyObjectFile()
H A DStatistics.cpp859 StringRef FormatName = Obj.getFileFormatName(); in collectStatsForObjectFile()
/llvm-project/llvm/lib/Object/
H A DCOFFImportFile.cpp38 StringRef COFFImportFile::getFileFormatName() const { in getFileFormatName()
36 StringRef COFFImportFile::getFileFormatName() const { getFileFormatName() function in llvm::object::COFFImportFile
H A DXCOFFObjectFile.cpp722 StringRef XCOFFObjectFile::getFileFormatName() const { in getFileFormatName()
721 StringRef XCOFFObjectFile::getFileFormatName() const { getFileFormatName() function in llvm::object::XCOFFObjectFile
H A DCOFFObjectFile.cpp1121 StringRef COFFObjectFile::getFileFormatName() const { in getSection()
1054 StringRef COFFObjectFile::getFileFormatName() const { getFileFormatName() function in COFFObjectFile
/llvm-project/llvm/unittests/Object/
H A DELFObjectFileTest.cpp82 EXPECT_EQ(Fmt, File.getFileFormatName()); in checkFormatAndArch()
/llvm-project/llvm/lib/DebugInfo/LogicalView/Core/
H A DLVScope.cpp2054 OS << " -> " << getFileFormatName(); in printExtra()
/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldELF.cpp860 IsMipsN64ABI = Obj.getFileFormatName() == "elf64-mips"; in resolvePPC64Relocation()

12