/llvm-project/llvm/tools/llvm-readobj/ |
H A D | COFFImportDumper.cpp | 26 Writer.printString("Format", File->getFileFormatName()); in dumpCOFFImportFile()
|
H A D | ObjDumper.cpp | 98 W.printString("Format", Obj.getFileFormatName()); in printFileSummary()
|
/llvm-project/llvm/unittests/ObjectYAML/ |
H A D | ELFYAMLTest.cpp | 77 EXPECT_EQ("elf64-ve", File.getFileFormatName()); in TEST()
|
/llvm-project/llvm/unittests/DebugInfo/LogicalView/ |
H A D | CodeViewReaderTest.cpp | 75 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 D | LogicalElementsTest.cpp | 265 EXPECT_EQ(Root->getFileFormatName(), "FileFormat"); in initElements()
|
H A D | DWARFReaderTest.cpp | 69 EXPECT_EQ(Root->getFileFormatName(), "elf64-x86-64"); in checkElementProperties()
|
/llvm-project/llvm/include/llvm/Object/ |
H A D | COFFImportFile.h | 78 StringRef getFileFormatName() const;
|
H A D | GOFFObjectFile.h | 56 StringRef getFileFormatName() const override { return "GOFF-SystemZ"; } in getFileFormatName() function
|
H A D | Wasm.h | 212 StringRef getFileFormatName() const override;
|
H A D | ObjectFile.h | 339 virtual StringRef getFileFormatName() const = 0;
|
H A D | ELFObjectFile.h | 489 StringRef getFileFormatName() const override; 1281 StringRef ELFObjectFile<ELFT>::getFileFormatName() const { 1282 StringRef ELFObjectFile<ELFT>::getFileFormatName() const { getFileFormatName() function
|
H A D | MachO.h | 518 StringRef getFileFormatName() const override;
|
H A D | XCOFFObjectFile.h | 635 StringRef getFileFormatName() const override;
|
H A D | COFF.h | 1091 StringRef getFileFormatName() const override; in getPE32PlusHeader()
|
/llvm-project/llvm/lib/DebugInfo/LogicalView/ |
H A D | LVReaderHandler.cpp | 229 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 D | LVReader.h | 238 StringRef getFileFormatName() const { return FileFormatName; } in getFileFormatName() function
|
H A D | LVScope.h | 791 StringRef getFileFormatName() const { in getFileFormatName() function
|
/llvm-project/llvm/tools/llvm-dwarfdump/ |
H A D | llvm-dwarfdump.cpp | 693 OS << Filename << ":\tfile format " << Obj.getFileFormatName() << '\n'; in dumpObjectFile() 735 << Obj.getFileFormatName() << "\n"; in verifyObjectFile()
|
H A D | Statistics.cpp | 859 StringRef FormatName = Obj.getFileFormatName(); in collectStatsForObjectFile()
|
/llvm-project/llvm/lib/Object/ |
H A D | COFFImportFile.cpp | 38 StringRef COFFImportFile::getFileFormatName() const { in getFileFormatName() 36 StringRef COFFImportFile::getFileFormatName() const { getFileFormatName() function in llvm::object::COFFImportFile
|
H A D | XCOFFObjectFile.cpp | 722 StringRef XCOFFObjectFile::getFileFormatName() const { in getFileFormatName() 721 StringRef XCOFFObjectFile::getFileFormatName() const { getFileFormatName() function in llvm::object::XCOFFObjectFile
|
H A D | COFFObjectFile.cpp | 1121 StringRef COFFObjectFile::getFileFormatName() const { in getSection() 1054 StringRef COFFObjectFile::getFileFormatName() const { getFileFormatName() function in COFFObjectFile
|
/llvm-project/llvm/unittests/Object/ |
H A D | ELFObjectFileTest.cpp | 82 EXPECT_EQ(Fmt, File.getFileFormatName()); in checkFormatAndArch()
|
/llvm-project/llvm/lib/DebugInfo/LogicalView/Core/ |
H A D | LVScope.cpp | 2054 OS << " -> " << getFileFormatName(); in printExtra()
|
/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/ |
H A D | RuntimeDyldELF.cpp | 860 IsMipsN64ABI = Obj.getFileFormatName() == "elf64-mips"; in resolvePPC64Relocation()
|