Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-dwarfdump/
H A Dllvm-dwarfdump.cpp464 OS << Filename << ":\tfile format " << Obj.getFileFormatName() << '\n'; in dumpObjectFile()
498 << Obj.getFileFormatName() << "\n"; in verifyObjectFile()
H A DStatistics.cpp720 StringRef FormatName = Obj.getFileFormatName(); in collectStatsForObjectFile()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Object/
H A DWasm.h207 StringRef getFileFormatName() const override;
H A DObjectFile.h330 virtual StringRef getFileFormatName() const = 0;
H A DXCOFFObjectFile.h361 StringRef getFileFormatName() const override;
H A DELFObjectFile.h430 StringRef getFileFormatName() const override;
1161 StringRef ELFObjectFile<ELFT>::getFileFormatName() const { in getFileFormatName() function
H A DMachO.h365 StringRef getFileFormatName() const override;
H A DCOFF.h987 StringRef getFileFormatName() const override;
/freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-readobj/
H A Dllvm-readobj.cpp335 Writer.printString("Format", Obj.getFileFormatName()); in dumpObject()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Object/
H A DXCOFFObjectFile.cpp438 StringRef XCOFFObjectFile::getFileFormatName() const { in getFileFormatName() function in llvm::object::XCOFFObjectFile
H A DCOFFObjectFile.cpp948 StringRef COFFObjectFile::getFileFormatName() const { in getFileFormatName() function in COFFObjectFile
H A DWasmObjectFile.cpp1753 StringRef WasmObjectFile::getFileFormatName() const { return "WASM"; } in getFileFormatName() function in WasmObjectFile
H A DMachOObjectFile.cpp2561 StringRef MachOObjectFile::getFileFormatName() const { in getFileFormatName() function in MachOObjectFile
/freebsd-13.1/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldELF.cpp622 IsMipsN64ABI = Obj.getFileFormatName().equals("elf64-mips"); in setMipsABI()
/freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-objdump/
H A Dllvm-objdump.cpp2303 outs() << ":\tfile format " << O->getFileFormatName().lower() << "\n"; in dumpObject()