Home
last modified time | relevance | path

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

/external/llvm/lib/Object/
DSymbolicFile.cpp51 case sys::fs::file_magic::macho_core: in createSymbolicFile()
DBinary.cpp54 case sys::fs::file_magic::macho_core: in createBinary()
DObjectFile.cpp84 case sys::fs::file_magic::macho_core: in createObjectFile()
/external/llvm/unittests/Support/
DPath.cpp733 const char macho_core[] = "\xfe\xed\xfa\xce..........\x00\x04"; variable
764 DEFINE(macho_core), in TEST_F()
/external/llvm/include/llvm/Support/
DFileSystem.h238 macho_core, ///< Mach-O Core File enumerator
/external/llvm/lib/Support/
DPath.cpp1055 case 4: return file_magic::macho_core; in identify_magic()