Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Object/
H A DSymbolicFile.cpp55 case file_magic::goff_object: in createSymbolicFile()
106 case file_magic::goff_object: in isSymbolicFile()
H A DBinary.cpp58 case file_magic::goff_object: in createBinary()
H A DObjectFile.cpp165 case file_magic::goff_object: in createObjectFile()
/freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DMagic.h31 goff_object, ///< GOFF object file enumerator
/freebsd/contrib/llvm-project/llvm/lib/BinaryFormat/
H A DMagic.cpp74 return file_magic::goff_object; in identify_magic()