Home
last modified time | relevance | path

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

12

/external/swiftshader/third_party/LLVM/tools/llvm-dwarfdump/
Dllvm-dwarfdump.cpp90 << ":\tfile format " << Obj->getFileFormatName() << "\n\n"; in DumpInput()
/external/swiftshader/third_party/LLVM/include/llvm/Object/
DMachO.h38 virtual StringRef getFileFormatName() const;
DCOFF.h142 virtual StringRef getFileFormatName() const;
DObjectFile.h283 virtual StringRef getFileFormatName() const = 0;
/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/tools/llvm-objdump/
Dllvm-objdump.cpp163 << ":\tfile format " << Obj->getFileFormatName() << "\n\n"; in DisassembleObject()
/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/lib/Object/
DCOFFObjectFile.cpp506 StringRef COFFObjectFile::getFileFormatName() const { in getFileFormatName() function in COFFObjectFile
DELFObjectFile.cpp373 virtual StringRef getFileFormatName() const;
1226 ::getFileFormatName() const { in getFileFormatName() function in ELFObjectFile
DMachOObjectFile.cpp625 StringRef MachOObjectFile::getFileFormatName() const { in getFileFormatName() function in llvm::object::MachOObjectFile
/external/llvm/lib/Object/
DCOFFObjectFile.cpp838 StringRef COFFObjectFile::getFileFormatName() const { in getFileFormatName() function in COFFObjectFile
/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

12