Home
last modified time | relevance | path

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

/trueos/contrib/llvm/patches/
HDpatch-r262261-llvm-r200112-sparc.diff34 @@ -922,6 +922,9 @@ StringRef ELFObjectFile<ELFT>::getFileFormatName()
44 @@ -937,6 +940,8 @@ StringRef ELFObjectFile<ELFT>::getFileFormatName()
/trueos/contrib/llvm/tools/llvm-readobj/
HDllvm-readobj.cpp203 outs() << "Format: " << Obj->getFileFormatName() << "\n"; in dumpObject()
/trueos/contrib/llvm/include/llvm/Object/
HDMachO.h126 virtual StringRef getFileFormatName() const;
HDCOFF.h311 virtual StringRef getFileFormatName() const;
HDELFObjectFile.h189 virtual StringRef getFileFormatName() const;
909 StringRef ELFObjectFile<ELFT>::getFileFormatName() const { in getFileFormatName() function
HDObjectFile.h367 virtual StringRef getFileFormatName() const = 0;
/trueos/contrib/llvm/lib/DebugInfo/
HDDWARFContext.cpp680 object::RelocVisitor V(Obj->getFileFormatName()); in DWARFContextInMemory()
/trueos/contrib/llvm/tools/llvm-objdump/
HDllvm-objdump.cpp784 << ":\tfile format " << o->getFileFormatName() << "\n\n"; in DumpObject()
/trueos/contrib/llvm/lib/Object/
HDCOFFObjectFile.cpp600 StringRef COFFObjectFile::getFileFormatName() const { in getFileFormatName() function in COFFObjectFile
HDMachOObjectFile.cpp1250 StringRef MachOObjectFile::getFileFormatName() const { in getFileFormatName() function in llvm::object::MachOObjectFile