| /freebsd-14.2/contrib/llvm-project/llvm/tools/llvm-readobj/ |
| H A D | COFFImportDumper.cpp | 26 Writer.printString("Format", File->getFileFormatName()); in dumpCOFFImportFile()
|
| H A D | ObjDumper.cpp | 96 W.printString("Format", Obj.getFileFormatName()); in printFileSummary()
|
| H A D | ELFDumper.cpp | 8058 this->W.printString("Format", Obj.getFileFormatName()); in printFileSummary()
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Object/ |
| H A D | COFFImportFile.h | 96 StringRef getFileFormatName() const;
|
| H A D | GOFFObjectFile.h | 53 StringRef getFileFormatName() const override { return "GOFF-SystemZ"; } in getFileFormatName() function
|
| H A D | Wasm.h | 207 StringRef getFileFormatName() const override;
|
| H A D | ObjectFile.h | 338 virtual StringRef getFileFormatName() const = 0;
|
| H A D | ELFObjectFile.h | 456 StringRef getFileFormatName() const override; 1207 StringRef ELFObjectFile<ELFT>::getFileFormatName() const { in getFileFormatName() function
|
| H A D | MachO.h | 518 StringRef getFileFormatName() const override;
|
| H A D | XCOFFObjectFile.h | 627 StringRef getFileFormatName() const override;
|
| H A D | COFF.h | 1042 StringRef getFileFormatName() const override;
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/ |
| H A D | LVReaderHandler.cpp | 226 createReader(Filename, Readers, Input, Obj.getFileFormatName())) in handleMach() 246 cast<ObjectFile *>(Input)->getFileFormatName()); in handleObject()
|
| /freebsd-14.2/contrib/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
|
| /freebsd-14.2/contrib/llvm-project/llvm/tools/llvm-dwarfdump/ |
| H A D | llvm-dwarfdump.cpp | 663 OS << Filename << ":\tfile format " << Obj.getFileFormatName() << '\n'; in dumpObjectFile() 705 << Obj.getFileFormatName() << "\n"; in verifyObjectFile()
|
| H A D | Statistics.cpp | 848 StringRef FormatName = Obj.getFileFormatName(); in collectStatsForObjectFile()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Object/ |
| H A D | COFFImportFile.cpp | 36 StringRef COFFImportFile::getFileFormatName() const { in getFileFormatName() function in llvm::object::COFFImportFile
|
| H A D | XCOFFObjectFile.cpp | 715 StringRef XCOFFObjectFile::getFileFormatName() const { in getFileFormatName() function in llvm::object::XCOFFObjectFile
|
| H A D | COFFObjectFile.cpp | 1055 StringRef COFFObjectFile::getFileFormatName() const { in getFileFormatName() function in COFFObjectFile
|
| H A D | WasmObjectFile.cpp | 1910 StringRef WasmObjectFile::getFileFormatName() const { return "WASM"; } in getFileFormatName() function in WasmObjectFile
|
| H A D | MachOObjectFile.cpp | 2660 StringRef MachOObjectFile::getFileFormatName() const { in getFileFormatName() function in MachOObjectFile
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Core/ |
| H A D | LVScope.cpp | 2054 OS << " -> " << getFileFormatName(); in printExtra()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/ |
| H A D | RuntimeDyldELF.cpp | 662 IsMipsN64ABI = Obj.getFileFormatName().equals("elf64-mips"); in setMipsABI()
|
| /freebsd-14.2/contrib/llvm-project/llvm/tools/llvm-objdump/ |
| H A D | llvm-objdump.cpp | 3126 outs() << ":\tfile format " << O->getFileFormatName().lower() << "\n"; in dumpObject()
|