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

/external/llvm/lib/Object/
H A DSymbolicFile.cpp56 case sys::fs::file_magic::macho_bundle:
H A DBinary.cpp59 case sys::fs::file_magic::macho_bundle:
H A DObjectFile.cpp73 case sys::fs::file_magic::macho_bundle:
/external/llvm/unittests/Support/
H A DPath.cpp501 const char macho_bundle[] = "\xfe\xed\xfa\xce..........\x00\x08"; member in namespace:__anon26543
527 DEFINE(macho_bundle),
/external/llvm/include/llvm/Support/
H A DFileSystem.h240 macho_bundle, ///< Mach-O Bundle file enumerator in enum:llvm::sys::fs::file_magic::Impl
/external/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyld.cpp749 case sys::fs::file_magic::macho_bundle:
/external/llvm/lib/Support/
H A DPath.cpp1018 case 8: return file_magic::macho_bundle;

Completed in 36 milliseconds