Home
last modified time | relevance | path

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

/external/llvm/lib/Object/
DSymbolicFile.cpp58 case sys::fs::file_magic::macho_kext_bundle: in createSymbolicFile()
DBinary.cpp61 case sys::fs::file_magic::macho_kext_bundle: in createBinary()
DObjectFile.cpp91 case sys::fs::file_magic::macho_kext_bundle: in createObjectFile()
/external/llvm/unittests/Support/
DPath.cpp740 const char macho_kext_bundle[] = "\xfe\xed\xfa\xce..........\x00\x0b"; variable
771 DEFINE(macho_kext_bundle), in TEST_F()
/external/llvm/include/llvm/Support/
DFileSystem.h245 macho_kext_bundle, ///< Mach-O kext bundle file enumerator
/external/llvm/lib/Support/
DPath.cpp1062 case 11: return file_magic::macho_kext_bundle; in identify_magic()