Searched refs:getFileFormatName (Results 1 – 11 of 11) sorted by relevance
290 StringRef getFileFormatName() const override;
201 StringRef getFileFormatName() const override;
320 virtual StringRef getFileFormatName() const = 0;
425 StringRef getFileFormatName() const override;1056 StringRef ELFObjectFile<ELFT>::getFileFormatName() const { in getFileFormatName() function
364 StringRef getFileFormatName() const override;
941 StringRef getFileFormatName() const override;
390 StringRef XCOFFObjectFile::getFileFormatName() const { in getFileFormatName() function in llvm::object::XCOFFObjectFile
883 StringRef COFFObjectFile::getFileFormatName() const { in getFileFormatName() function in COFFObjectFile
1530 StringRef WasmObjectFile::getFileFormatName() const { return "WASM"; } in getFileFormatName() function in WasmObjectFile
2543 StringRef MachOObjectFile::getFileFormatName() const { in getFileFormatName() function in MachOObjectFile
557 IsMipsN64ABI = Obj.getFileFormatName().equals("ELF64-mips"); in setMipsABI()