Home
last modified time | relevance | path

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

/external/llvm/tools/llvm-dwarfdump/
Dllvm-dwarfdump.cpp86 outs() << Filename.str() << ":\tfile format " << Obj.getFileFormatName() in DumpObjectFile()
/external/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;
/external/llvm/include/llvm/Object/
DObjectFile.h264 virtual StringRef getFileFormatName() const = 0;
DELFObjectFile.h333 StringRef getFileFormatName() const override;
837 StringRef ELFObjectFile<ELFT>::getFileFormatName() const { in getFileFormatName() function
DMachO.h263 StringRef getFileFormatName() const override;
DCOFF.h768 StringRef getFileFormatName() const override;
/external/llvm/tools/llvm-readobj/
Dllvm-readobj.cpp350 outs() << "Format: " << Obj->getFileFormatName() << "\n"; in dumpObject()
/external/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
/external/llvm/lib/Object/
DCOFFObjectFile.cpp838 StringRef COFFObjectFile::getFileFormatName() const { in getFileFormatName() function in COFFObjectFile
DMachOObjectFile.cpp1145 StringRef MachOObjectFile::getFileFormatName() const { in getFileFormatName() function in MachOObjectFile
/external/llvm/tools/llvm-objdump/
Dllvm-objdump.cpp1663 outs() << ":\tfile format " << o->getFileFormatName() << "\n\n"; in DumpObject()
/external/llvm/lib/ExecutionEngine/RuntimeDyld/
DRuntimeDyldELF.cpp594 IsMipsN64ABI = Obj.getFileFormatName().equals("ELF64-mips"); in setMipsABI()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/RuntimeDyld/
DRuntimeDyldELF.cpp557 IsMipsN64ABI = Obj.getFileFormatName().equals("ELF64-mips"); in setMipsABI()