HomeSort by relevance Sort by last modified time
    Searched refs:macho_core (Results 1 - 7 of 7) sorted by null

  /external/llvm/lib/Object/
SymbolicFile.cpp 52 case sys::fs::file_magic::macho_core:
Binary.cpp 55 case sys::fs::file_magic::macho_core:
ObjectFile.cpp 69 case sys::fs::file_magic::macho_core:
  /external/llvm/unittests/Support/
Path.cpp 496 const char macho_core[] = "\xfe\xed\xfa\xce..........\x00\x04"; member in namespace:__anon31154
523 DEFINE(macho_core),
  /external/llvm/include/llvm/Support/
FileSystem.h 236 macho_core, ///< Mach-O Core File enumerator in enum:llvm::sys::fs::file_magic::Impl
  /external/llvm/lib/ExecutionEngine/RuntimeDyld/
RuntimeDyld.cpp 745 case sys::fs::file_magic::macho_core:
  /external/llvm/lib/Support/
Path.cpp 1014 case 4: return file_magic::macho_core;

Completed in 1161 milliseconds