Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Object/
DXCOFFObjectFile.h290 StringRef getFileFormatName() const override;
DWasm.h201 StringRef getFileFormatName() const override;
DObjectFile.h320 virtual StringRef getFileFormatName() const = 0;
DELFObjectFile.h425 StringRef getFileFormatName() const override;
1056 StringRef ELFObjectFile<ELFT>::getFileFormatName() const { in getFileFormatName() function
DMachO.h364 StringRef getFileFormatName() const override;
DCOFF.h941 StringRef getFileFormatName() const override;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Object/
DXCOFFObjectFile.cpp390 StringRef XCOFFObjectFile::getFileFormatName() const { in getFileFormatName() function in llvm::object::XCOFFObjectFile
DCOFFObjectFile.cpp883 StringRef COFFObjectFile::getFileFormatName() const { in getFileFormatName() function in COFFObjectFile
DWasmObjectFile.cpp1530 StringRef WasmObjectFile::getFileFormatName() const { return "WASM"; } in getFileFormatName() function in WasmObjectFile
DMachOObjectFile.cpp2543 StringRef MachOObjectFile::getFileFormatName() const { in getFileFormatName() function in MachOObjectFile
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/RuntimeDyld/
DRuntimeDyldELF.cpp557 IsMipsN64ABI = Obj.getFileFormatName().equals("ELF64-mips"); in setMipsABI()