Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Object/
H A DSymbolicFile.cpp56 case file_magic::goff_object: in createSymbolicFile()
106 case file_magic::goff_object: in isSymbolicFile()
H A DBinary.cpp59 case file_magic::goff_object: in createBinary()
H A DObjectFile.cpp148 case file_magic::goff_object: in createObjectFile()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DMagic.h30 goff_object, ///< GOFF object file enumerator
/freebsd-13.1/contrib/llvm-project/llvm/lib/BinaryFormat/
H A DMagic.cpp76 return file_magic::goff_object; in identify_magic()