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

/freebsd-11-stable/contrib/llvm-project/llvm/tools/llvm-dwarfdump/
H A Dllvm-dwarfdump.cpp422 OS << Filename << ":\tfile format " << Obj.getFileFormatName() << '\n';
456 << Obj.getFileFormatName() << "\n";
H A DStatistics.cpp459 StringRef FormatName = Obj.getFileFormatName();
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Object/
H A DXCOFFObjectFile.h290 StringRef getFileFormatName() const override;
H A DWasm.h201 StringRef getFileFormatName() const override;
H A DObjectFile.h320 virtual StringRef getFileFormatName() const = 0;
H A DELFObjectFile.h425 StringRef getFileFormatName() const override;
1056 StringRef ELFObjectFile<ELFT>::getFileFormatName() const { function in class:llvm::object::ELFObjectFile
H A DMachO.h364 StringRef getFileFormatName() const override;
H A DCOFF.h941 StringRef getFileFormatName() const override;
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Object/
H A DXCOFFObjectFile.cpp390 StringRef XCOFFObjectFile::getFileFormatName() const { function in class:llvm::object::XCOFFObjectFile
H A DCOFFObjectFile.cpp883 StringRef COFFObjectFile::getFileFormatName() const { function in class:COFFObjectFile
H A DWasmObjectFile.cpp1530 StringRef WasmObjectFile::getFileFormatName() const { return "WASM"; } function in class:WasmObjectFile
H A DMachOObjectFile.cpp2543 StringRef MachOObjectFile::getFileFormatName() const { function in class:MachOObjectFile
/freebsd-11-stable/contrib/llvm-project/llvm/tools/llvm-readobj/
H A Dllvm-readobj.cpp456 Writer.printString("Format", Obj->getFileFormatName());
/freebsd-11-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldELF.cpp557 IsMipsN64ABI = Obj.getFileFormatName().equals("ELF64-mips");
/freebsd-11-stable/contrib/llvm-project/llvm/tools/llvm-objdump/
H A Dllvm-objdump.cpp2159 outs() << ":\tfile format " << O->getFileFormatName() << "\n\n";

Completed in 283 milliseconds