Searched refs:MachO (Results 26 - 30 of 30) sorted by relevance

12

/freebsd-10.2-release/contrib/llvm/lib/MC/
H A DMCObjectDisassembler.cpp22 #include "llvm/Object/MachO.h"
25 #include "llvm/Support/MachO.h"
500 // MachO MCObjectDisassembler implementation.
545 if (Load.C.cmd == MachO::LC_MAIN) {
547 ((const MachO::entry_point_command *)Load.Ptr)->entryoff;
H A DMCObjectFileInfo.cpp20 // MachO
733 (T.isOSDarwin() || T.getEnvironment() == Triple::MachO)) {
/freebsd-10.2-release/contrib/llvm/lib/Support/
H A DTriple.cpp153 case MachO: return "macho";
305 .StartsWith("macho", Triple::MachO)
/freebsd-10.2-release/contrib/llvm/include/llvm/Support/
H A DMachO.h1 //===-- llvm/Support/MachO.h - The MachO file format ------------*- C++ -*-===//
10 // This file defines manifest constants for the MachO object file format.
22 namespace MachO { namespace in namespace:llvm
25 // Constants for the "magic" field in llvm::MachO::mach_header and
26 // llvm::MachO::mach_header_64
36 // Constants for the "filetype" field in llvm::MachO::mach_header and
37 // llvm::MachO::mach_header_64
52 // Constant bits for the "flags" field in llvm::MachO::mach_header and
53 // llvm::MachO
[all...]
/freebsd-10.2-release/contrib/llvm/tools/clang/lib/Basic/
H A DTargets.cpp5824 if (Triple.isOSDarwin() || Triple.getEnvironment() == llvm::Triple::MachO)

Completed in 132 milliseconds

12