Home
last modified time | relevance | path

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

/external/llvm/tools/llvm-dwarfdump/
Dllvm-dwarfdump.cpp86 outs() << Filename.str() << ":\tfile format " << Obj.getFileFormatName() in DumpObjectFile()
/external/llvm/tools/llvm-readobj/
Dllvm-readobj.cpp304 outs() << "Format: " << Obj->getFileFormatName() << "\n"; in dumpObject()
/external/llvm/include/llvm/Object/
DObjectFile.h260 virtual StringRef getFileFormatName() const = 0;
DELFObjectFile.h325 StringRef getFileFormatName() const override;
821 StringRef ELFObjectFile<ELFT>::getFileFormatName() const { in getFileFormatName() function
DMachO.h260 StringRef getFileFormatName() const override;
DCOFF.h694 StringRef getFileFormatName() const override;
/external/llvm/lib/Object/
DCOFFObjectFile.cpp753 StringRef COFFObjectFile::getFileFormatName() const { in getFileFormatName() function in COFFObjectFile
DMachOObjectFile.cpp993 StringRef MachOObjectFile::getFileFormatName() const { in getFileFormatName() function in MachOObjectFile
/external/llvm/tools/llvm-objdump/
Dllvm-objdump.cpp1496 << ":\tfile format " << o->getFileFormatName() << "\n\n"; in DumpObject()
/external/llvm/lib/ExecutionEngine/RuntimeDyld/
DRuntimeDyldELF.cpp594 IsMipsN64ABI = Obj.getFileFormatName().equals("ELF64-mips"); in setMipsABI()