Home
last modified time | relevance | path

Searched refs:getFileFormatName (Results 1 – 23 of 23) 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-7.0/llvm/tools/llvm-dwarfdump/
DStatistics.cpp198 StringRef FormatName = Obj.getFileFormatName(); in collectStatsForObjectFile()
Dllvm-dwarfdump.cpp400 OS << Filename << ":\tfile format " << Obj.getFileFormatName() << '\n'; in dumpObjectFile()
434 << Obj.getFileFormatName() << "\n"; in verifyObjectFile()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Object/
DWasm.h191 StringRef getFileFormatName() const override;
DObjectFile.h286 virtual StringRef getFileFormatName() const = 0;
DELFObjectFile.h374 StringRef getFileFormatName() const override;
1001 StringRef ELFObjectFile<ELFT>::getFileFormatName() const { in getFileFormatName() function
DMachO.h367 StringRef getFileFormatName() const override;
DCOFF.h937 StringRef getFileFormatName() const override;
/external/llvm/include/llvm/Object/
DObjectFile.h264 virtual StringRef getFileFormatName() const = 0;
DELFObjectFile.h333 StringRef getFileFormatName() const override;
834 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-7.0/llvm/tools/llvm-readobj/
Dllvm-readobj.cpp411 Writer.printString("Format", Obj->getFileFormatName()); in dumpObject()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Object/
DWasmObjectFile.cpp1278 StringRef WasmObjectFile::getFileFormatName() const { return "WASM"; } in getFileFormatName() function in WasmObjectFile
DCOFFObjectFile.cpp883 StringRef COFFObjectFile::getFileFormatName() const { in getFileFormatName() function in COFFObjectFile
DMachOObjectFile.cpp2480 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-7.0/llvm/lib/ExecutionEngine/RuntimeDyld/
DRuntimeDyldELF.cpp554 IsMipsN64ABI = Obj.getFileFormatName().equals("ELF64-mips"); in setMipsABI()
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-objdump/
Dllvm-objdump.cpp2261 outs() << ":\tfile format " << o->getFileFormatName() << "\n\n"; in DumpObject()