Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DCOFFImportDumper.cpp26 Writer.printString("Format", File->getFileFormatName()); in dumpCOFFImportFile()
H A DObjDumper.cpp96 W.printString("Format", Obj.getFileFormatName()); in printFileSummary()
H A DELFDumper.cpp8058 this->W.printString("Format", Obj.getFileFormatName()); in printFileSummary()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Object/
H A DCOFFImportFile.h96 StringRef getFileFormatName() const;
H A DGOFFObjectFile.h53 StringRef getFileFormatName() const override { return "GOFF-SystemZ"; } in getFileFormatName() function
H A DWasm.h207 StringRef getFileFormatName() const override;
H A DObjectFile.h338 virtual StringRef getFileFormatName() const = 0;
H A DELFObjectFile.h456 StringRef getFileFormatName() const override;
1207 StringRef ELFObjectFile<ELFT>::getFileFormatName() const { in getFileFormatName() function
H A DMachO.h518 StringRef getFileFormatName() const override;
H A DXCOFFObjectFile.h627 StringRef getFileFormatName() const override;
H A DCOFF.h1042 StringRef getFileFormatName() const override;
/freebsd-14.2/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/
H A DLVReaderHandler.cpp226 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 DLVReader.h238 StringRef getFileFormatName() const { return FileFormatName; } in getFileFormatName() function
H A DLVScope.h791 StringRef getFileFormatName() const { in getFileFormatName() function
/freebsd-14.2/contrib/llvm-project/llvm/tools/llvm-dwarfdump/
H A Dllvm-dwarfdump.cpp663 OS << Filename << ":\tfile format " << Obj.getFileFormatName() << '\n'; in dumpObjectFile()
705 << Obj.getFileFormatName() << "\n"; in verifyObjectFile()
H A DStatistics.cpp848 StringRef FormatName = Obj.getFileFormatName(); in collectStatsForObjectFile()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Object/
H A DCOFFImportFile.cpp36 StringRef COFFImportFile::getFileFormatName() const { in getFileFormatName() function in llvm::object::COFFImportFile
H A DXCOFFObjectFile.cpp715 StringRef XCOFFObjectFile::getFileFormatName() const { in getFileFormatName() function in llvm::object::XCOFFObjectFile
H A DCOFFObjectFile.cpp1055 StringRef COFFObjectFile::getFileFormatName() const { in getFileFormatName() function in COFFObjectFile
H A DWasmObjectFile.cpp1910 StringRef WasmObjectFile::getFileFormatName() const { return "WASM"; } in getFileFormatName() function in WasmObjectFile
H A DMachOObjectFile.cpp2660 StringRef MachOObjectFile::getFileFormatName() const { in getFileFormatName() function in MachOObjectFile
/freebsd-14.2/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Core/
H A DLVScope.cpp2054 OS << " -> " << getFileFormatName(); in printExtra()
/freebsd-14.2/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldELF.cpp662 IsMipsN64ABI = Obj.getFileFormatName().equals("elf64-mips"); in setMipsABI()
/freebsd-14.2/contrib/llvm-project/llvm/tools/llvm-objdump/
H A Dllvm-objdump.cpp3126 outs() << ":\tfile format " << O->getFileFormatName().lower() << "\n"; in dumpObject()