/freebsd/contrib/llvm-project/llvm/include/llvm/Object/ |
H A D | COFFImportFile.h | 78 StringRef getFileFormatName() const;
|
H A D | GOFFObjectFile.h | 56 StringRef getFileFormatName() const override { return "GOFF-SystemZ"; } in getFileFormatName() function
|
H A D | Wasm.h | 212 StringRef getFileFormatName() const override;
|
H A D | ObjectFile.h | 339 virtual StringRef getFileFormatName() const = 0;
|
H A D | ELFObjectFile.h | 489 StringRef getFileFormatName() const override; 1282 StringRef ELFObjectFile<ELFT>::getFileFormatName() const { in getFileFormatName() function
|
H A D | XCOFFObjectFile.h | 634 StringRef getFileFormatName() const override;
|
H A D | MachO.h | 518 StringRef getFileFormatName() const override;
|
H A D | COFF.h | 1042 StringRef getFileFormatName() const override;
|
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/ |
H A D | LVReaderHandler.cpp | 227 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 D | ObjDumper.cpp | 96 W.printString("Format", Obj.getFileFormatName()); in printFileSummary()
|
H A D | ELFDumper.cpp | 8299 this->W.printString("Format", Obj.getFileFormatName()); in printFileSummary()
|
/freebsd/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/contrib/llvm-project/llvm/tools/llvm-dwarfdump/ |
H A D | llvm-dwarfdump.cpp | 693 OS << Filename << ":\tfile format " << Obj.getFileFormatName() << '\n'; in dumpObjectFile() 735 << Obj.getFileFormatName() << "\n"; in verifyObjectFile()
|
H A D | Statistics.cpp | 859 StringRef FormatName = Obj.getFileFormatName(); in collectStatsForObjectFile()
|
/freebsd/contrib/llvm-project/llvm/lib/Object/ |
H A D | COFFImportFile.cpp | 38 StringRef COFFImportFile::getFileFormatName() const { in getFileFormatName() function in llvm::object::COFFImportFile
|
H A D | XCOFFObjectFile.cpp | 721 StringRef XCOFFObjectFile::getFileFormatName() const { in getFileFormatName() function in llvm::object::XCOFFObjectFile
|
H A D | COFFObjectFile.cpp | 1054 StringRef COFFObjectFile::getFileFormatName() const { in getFileFormatName() function in COFFObjectFile
|
H A D | WasmObjectFile.cpp | 2092 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/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Core/ |
H A D | LVScope.cpp | 2054 OS << " -> " << getFileFormatName(); in print()
|
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/ |
H A D | RuntimeDyldELF.cpp | 661 IsMipsN64ABI = Obj.getFileFormatName() == "elf64-mips"; in setMipsABI()
|
/freebsd/contrib/llvm-project/llvm/tools/llvm-objdump/ |
H A D | llvm-objdump.cpp | 3278 outs() << ":\tfile format " << O->getFileFormatName().lower() << "\n"; in dumpObject()
|