Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/llvm-dwarfdump/
H A Dllvm-dwarfdump.cpp413 OS << Filename << ":\tfile format " << Obj.getFileFormatName() << '\n'; in dumpObjectFile()
447 << Obj.getFileFormatName() << "\n"; in verifyObjectFile()
H A DStatistics.cpp251 StringRef FormatName = Obj.getFileFormatName(); in collectStatsForObjectFile()
/freebsd-12.1/contrib/llvm/include/llvm/Object/
H A DWasm.h200 StringRef getFileFormatName() const override;
H A DObjectFile.h300 virtual StringRef getFileFormatName() const = 0;
H A DELFObjectFile.h379 StringRef getFileFormatName() const override;
1020 StringRef ELFObjectFile<ELFT>::getFileFormatName() const { in getFileFormatName() function
H A DMachO.h367 StringRef getFileFormatName() const override;
H A DCOFF.h940 StringRef getFileFormatName() const override;
/freebsd-12.1/contrib/llvm/tools/llvm-readobj/
H A Dllvm-readobj.cpp439 Writer.printString("Format", Obj->getFileFormatName()); in dumpObject()
/freebsd-12.1/contrib/llvm/lib/Object/
H A DCOFFObjectFile.cpp885 StringRef COFFObjectFile::getFileFormatName() const { in getFileFormatName() function in COFFObjectFile
H A DWasmObjectFile.cpp1425 StringRef WasmObjectFile::getFileFormatName() const { return "WASM"; } in getFileFormatName() function in WasmObjectFile
H A DMachOObjectFile.cpp2480 StringRef MachOObjectFile::getFileFormatName() const { in getFileFormatName() function in MachOObjectFile
/freebsd-12.1/contrib/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldELF.cpp554 IsMipsN64ABI = Obj.getFileFormatName().equals("ELF64-mips"); in setMipsABI()
/freebsd-12.1/contrib/llvm/tools/llvm-objdump/
H A Dllvm-objdump.cpp2371 outs() << ":\tfile format " << O->getFileFormatName() << "\n\n"; in dumpObject()