Home
last modified time | relevance | path

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

12

/external/llvm-project/llvm/unittests/ObjectYAML/
DELFYAMLTest.cpp77 EXPECT_EQ("elf64-ve", File.getFileFormatName()); in TEST()
/external/llvm/tools/llvm-dwarfdump/
Dllvm-dwarfdump.cpp86 outs() << Filename.str() << ":\tfile format " << Obj.getFileFormatName() in DumpObjectFile()
/external/llvm-project/llvm/tools/llvm-dwarfdump/
Dllvm-dwarfdump.cpp453 OS << Filename << ":\tfile format " << Obj.getFileFormatName() << '\n'; in dumpObjectFile()
487 << Obj.getFileFormatName() << "\n"; in verifyObjectFile()
DStatistics.cpp557 StringRef FormatName = Obj.getFileFormatName(); in collectStatsForObjectFile()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Object/
DXCOFFObjectFile.h290 StringRef getFileFormatName() const override;
DWasm.h201 StringRef getFileFormatName() const override;
DObjectFile.h320 virtual StringRef getFileFormatName() const = 0;
DELFObjectFile.h425 StringRef getFileFormatName() const override;
1056 StringRef ELFObjectFile<ELFT>::getFileFormatName() const { in getFileFormatName() function
DMachO.h364 StringRef getFileFormatName() const override;
DCOFF.h941 StringRef getFileFormatName() const override;
/external/llvm/include/llvm/Object/
DObjectFile.h264 virtual StringRef getFileFormatName() const = 0;
DELFObjectFile.h333 StringRef getFileFormatName() const override;
837 StringRef ELFObjectFile<ELFT>::getFileFormatName() const { in getFileFormatName() function
DMachO.h263 StringRef getFileFormatName() const override;
DCOFF.h768 StringRef getFileFormatName() const override;
/external/llvm-project/llvm/unittests/Object/
DELFObjectFileTest.cpp73 EXPECT_EQ(Fmt, File.getFileFormatName()); in checkFormatAndArch()
/external/llvm-project/llvm/include/llvm/Object/
DWasm.h206 StringRef getFileFormatName() const override;
DXCOFFObjectFile.h316 StringRef getFileFormatName() const override;
DObjectFile.h327 virtual StringRef getFileFormatName() const = 0;
DELFObjectFile.h442 StringRef getFileFormatName() const override;
1122 StringRef ELFObjectFile<ELFT>::getFileFormatName() const { in getFileFormatName() function
DMachO.h365 StringRef getFileFormatName() const override;
DCOFF.h964 StringRef getFileFormatName() const override;
/external/llvm/tools/llvm-readobj/
Dllvm-readobj.cpp350 outs() << "Format: " << Obj->getFileFormatName() << "\n"; in dumpObject()
/external/llvm-project/llvm/tools/llvm-readobj/
Dllvm-readobj.cpp483 Writer.printString("Format", Obj.getFileFormatName()); in dumpObject()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Object/
DXCOFFObjectFile.cpp390 StringRef XCOFFObjectFile::getFileFormatName() const { in getFileFormatName() function in llvm::object::XCOFFObjectFile
/external/llvm-project/llvm/lib/Object/
DXCOFFObjectFile.cpp437 StringRef XCOFFObjectFile::getFileFormatName() const { in getFileFormatName() function in llvm::object::XCOFFObjectFile

12