Home
last modified time | relevance | path

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

/external/llvm/lib/Object/
DObjectFile.cpp66 case sys::fs::file_magic::macho_bundle: in createObjectFile()
DBinary.cpp77 case sys::fs::file_magic::macho_bundle: in createBinary()
/external/llvm/lib/ExecutionEngine/RuntimeDyld/
DRuntimeDyld.cpp520 case sys::fs::file_magic::macho_bundle: in loadObject()
/external/llvm/include/llvm/Support/
DFileSystem.h236 macho_bundle, ///< Mach-O Bundle file enumerator
/external/llvm/lib/Support/
DPath.cpp924 case 8: return file_magic::macho_bundle; in identify_magic()