Searched refs:macho_bundle (Results 1 - 7 of 7) sorted by relevance

/freebsd-current/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DMagic.h39 macho_bundle, ///< Mach-O Bundle file enumerator in enum:llvm::file_magic::Impl
/freebsd-current/contrib/llvm-project/llvm/lib/Object/
H A DSymbolicFile.cpp62 case file_magic::macho_bundle:
113 case file_magic::macho_bundle:
H A DBinary.cpp66 case file_magic::macho_bundle:
H A DObjectFile.cpp188 case file_magic::macho_bundle:
/freebsd-current/contrib/llvm-project/llvm/lib/BinaryFormat/
H A DMagic.cpp192 return file_magic::macho_bundle;
/freebsd-current/contrib/llvm-project/lld/MachO/
H A DDriverUtils.cpp248 magic == file_magic::macho_bundle);
H A DDriver.cpp383 case file_magic::macho_bundle:

Completed in 127 milliseconds