Home
last modified time | relevance | path

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

/freebsd/contrib/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;
1282 StringRef ELFObjectFile<ELFT>::getFileFormatName() const { in getFileFormatName() function
H A DXCOFFObjectFile.h634 StringRef getFileFormatName() const override;
H A DMachO.h518 StringRef getFileFormatName() const override;
H A DCOFF.h1042 StringRef getFileFormatName() const override;
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/
H A DLVReaderHandler.cpp227 createReader(Filename, Readers, Input, Obj.getFileFormatName())) in handleMach()
247 cast<ObjectFile *>(Input)->getFileFormatName()); in handleObject()
/freebsd/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DObjDumper.cpp96 W.printString("Format", Obj.getFileFormatName()); in printFileSummary()
H A DELFDumper.cpp8299 this->W.printString("Format", Obj.getFileFormatName()); in printFileSummary()
/freebsd/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/contrib/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()
/freebsd/contrib/llvm-project/llvm/lib/Object/
H A DCOFFImportFile.cpp38 StringRef COFFImportFile::getFileFormatName() const { in getFileFormatName() function in llvm::object::COFFImportFile
H A DXCOFFObjectFile.cpp721 StringRef XCOFFObjectFile::getFileFormatName() const { in getFileFormatName() function in llvm::object::XCOFFObjectFile
H A DCOFFObjectFile.cpp1054 StringRef COFFObjectFile::getFileFormatName() const { in getFileFormatName() function in COFFObjectFile
H A DWasmObjectFile.cpp2092 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/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Core/
H A DLVScope.cpp2054 OS << " -> " << getFileFormatName(); in print()
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldELF.cpp661 IsMipsN64ABI = Obj.getFileFormatName() == "elf64-mips"; in setMipsABI()
/freebsd/contrib/llvm-project/llvm/tools/llvm-objdump/
H A Dllvm-objdump.cpp3278 outs() << ":\tfile format " << O->getFileFormatName().lower() << "\n"; in dumpObject()