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.h79 StringRef getFileFormatName() const;
H A DGOFFObjectFile.h57 StringRef getFileFormatName() const override { return "GOFF-SystemZ"; } in getFileFormatName() function
H A DWasm.h213 StringRef getFileFormatName() const override;
H A DObjectFile.h340 virtual StringRef getFileFormatName() const = 0;
H A DELFObjectFile.h495 StringRef getFileFormatName() const override;
1287 StringRef ELFObjectFile<ELFT>::getFileFormatName() const { in getFileFormatName() function
H A DMachO.h523 StringRef getFileFormatName() const override;
H A DXCOFFObjectFile.h641 StringRef getFileFormatName() const override;
H A DCOFF.h1096 StringRef getFileFormatName() const override;
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/
H A DLVReaderHandler.cpp229 createReader(Filename, Readers, Input, Obj.getFileFormatName())) in handleMach()
249 cast<ObjectFile *>(Input)->getFileFormatName()); in handleObject()
/freebsd/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DObjDumper.cpp98 W.printString("Format", Obj.getFileFormatName()); in printFileSummary()
H A DELFDumper.cpp8418 this->W.printString("Format", Obj.getFileFormatName()); in printFileSummary()
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Core/
H A DLVReader.h265 StringRef getFileFormatName() const { return FileFormatName; } in getFileFormatName() function
H A DLVScope.h819 StringRef getFileFormatName() const { in getFileFormatName() function
/freebsd/contrib/llvm-project/llvm/tools/llvm-dwarfdump/
H A Dllvm-dwarfdump.cpp706 OS << Filename << ":\tfile format " << Obj.getFileFormatName() << '\n'; in dumpObjectFile()
748 << Obj.getFileFormatName() << "\n"; in verifyObjectFile()
H A DStatistics.cpp861 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.cpp726 StringRef XCOFFObjectFile::getFileFormatName() const { in getFileFormatName() function in llvm::object::XCOFFObjectFile
H A DCOFFObjectFile.cpp1121 StringRef COFFObjectFile::getFileFormatName() const { in getFileFormatName() function in COFFObjectFile
H A DWasmObjectFile.cpp2113 StringRef WasmObjectFile::getFileFormatName() const { return "WASM"; } in getFileFormatName() function in WasmObjectFile
H A DMachOObjectFile.cpp2659 StringRef MachOObjectFile::getFileFormatName() const { in getFileFormatName() function in MachOObjectFile
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Core/
H A DLVScope.cpp2084 OS << " -> " << getFileFormatName(); in printExtra()
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldELF.cpp871 IsMipsN64ABI = Obj.getFileFormatName() == "elf64-mips"; in setMipsABI()
/freebsd/contrib/llvm-project/llvm/tools/llvm-objdump/
H A Dllvm-objdump.cpp3349 outs() << ":\tfile format " << O->getFileFormatName().lower() << "\n"; in dumpObject()