Home
last modified time | relevance | path

Searched refs:macho_bundle (Results 1 – 8 of 8) sorted by relevance

/llvm-project-15.0.7/llvm/lib/Object/
H A DSymbolicFile.cpp62 case file_magic::macho_bundle: in createSymbolicFile()
112 case file_magic::macho_bundle: in isSymbolicFile()
H A DBinary.cpp66 case file_magic::macho_bundle: in createBinary()
H A DObjectFile.cpp168 case file_magic::macho_bundle: in createObjectFile()
/llvm-project-15.0.7/llvm/unittests/BinaryFormat/
H A DTestFileMagic.cpp75 const char macho_bundle[] = variable
116 DEFINE(macho_bundle), in TEST_F()
/llvm-project-15.0.7/llvm/include/llvm/BinaryFormat/
H A DMagic.h38 macho_bundle, ///< Mach-O Bundle file enumerator
/llvm-project-15.0.7/llvm/lib/BinaryFormat/
H A DMagic.cpp178 return file_magic::macho_bundle; in identify_magic()
/llvm-project-15.0.7/lld/MachO/
H A DDriverUtils.cpp242 magic == file_magic::macho_bundle); in loadDylib()
H A DDriver.cpp377 case file_magic::macho_bundle: in addFile()