Home
last modified time | relevance | path

Searched refs:goff_object (Results 1 – 6 of 6) sorted by relevance

/llvm-project-15.0.7/llvm/lib/Object/
H A DSymbolicFile.cpp55 case file_magic::goff_object: in createSymbolicFile()
105 case file_magic::goff_object: in isSymbolicFile()
H A DBinary.cpp58 case file_magic::goff_object: in createBinary()
H A DObjectFile.cpp148 case file_magic::goff_object: in createObjectFile()
/llvm-project-15.0.7/llvm/unittests/BinaryFormat/
H A DTestFileMagic.cpp59 const char goff_object[] = "\x03\xF0\x00"; variable
107 DEFINE(goff_object), in TEST_F()
/llvm-project-15.0.7/llvm/include/llvm/BinaryFormat/
H A DMagic.h30 goff_object, ///< GOFF object file enumerator
/llvm-project-15.0.7/llvm/lib/BinaryFormat/
H A DMagic.cpp74 return file_magic::goff_object; in identify_magic()