Searched refs:macho_universal_binary (Results 1 - 6 of 6) sorted by relevance

/freebsd-10.1-release/contrib/llvm/lib/Object/
H A DObjectFile.cpp51 case sys::fs::file_magic::macho_universal_binary:
H A DBinary.cpp87 case sys::fs::file_magic::macho_universal_binary: {
/freebsd-10.1-release/contrib/llvm/include/llvm/Support/
H A DFileSystem.h239 macho_universal_binary, ///< Mach-O universal binary enumerator in enum:llvm::sys::fs::file_magic::Impl
/freebsd-10.1-release/contrib/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyld.cpp595 case sys::fs::file_magic::macho_universal_binary:
/freebsd-10.1-release/contrib/llvm/lib/Support/
H A DPath.cpp903 return file_magic::macho_universal_binary;
/freebsd-10.1-release/contrib/llvm/tools/llvm-nm/
H A Dllvm-nm.cpp635 } else if (magic == sys::fs::file_magic::macho_universal_binary) {

Completed in 111 milliseconds