Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-dwarfdump/
H A Dllvm-dwarfdump.cpp459 OS << Filename << ":\tfile format " << Obj.getFileFormatName() << '\n'; in dumpObjectFile()
493 << Obj.getFileFormatName() << "\n"; in verifyObjectFile()
H A DStatistics.cpp720 StringRef FormatName = Obj.getFileFormatName(); in collectStatsForObjectFile()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Object/
H A DWasm.h207 StringRef getFileFormatName() const override;
H A DXCOFFObjectFile.h316 StringRef getFileFormatName() const override;
H A DObjectFile.h327 virtual StringRef getFileFormatName() const = 0;
H A DELFObjectFile.h430 StringRef getFileFormatName() const override;
1157 StringRef ELFObjectFile<ELFT>::getFileFormatName() const { in getFileFormatName() function
H A DMachO.h365 StringRef getFileFormatName() const override;
H A DCOFF.h987 StringRef getFileFormatName() const override;
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-readobj/
H A Dllvm-readobj.cpp488 Writer.printString("Format", Obj.getFileFormatName()); in dumpObject()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Object/
H A DXCOFFObjectFile.cpp436 StringRef XCOFFObjectFile::getFileFormatName() const { in getFileFormatName() function in llvm::object::XCOFFObjectFile
H A DCOFFObjectFile.cpp941 StringRef COFFObjectFile::getFileFormatName() const { in getFileFormatName() function in COFFObjectFile
H A DWasmObjectFile.cpp1752 StringRef WasmObjectFile::getFileFormatName() const { return "WASM"; } in getFileFormatName() function in WasmObjectFile
H A DMachOObjectFile.cpp2555 StringRef MachOObjectFile::getFileFormatName() const { in getFileFormatName() function in MachOObjectFile
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldELF.cpp622 IsMipsN64ABI = Obj.getFileFormatName().equals("elf64-mips"); in setMipsABI()
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-objdump/
H A Dllvm-objdump.cpp2220 outs() << ":\tfile format " << O->getFileFormatName().lower() << "\n"; in dumpObject()