Searched defs:MachO (Results 1 - 4 of 4) sorted by relevance

/external/llvm/lib/Target/PowerPC/
H A DPPCMCInstLower.cpp80 MachineModuleInfoMachO &MachO = getMachOMMI(AP); local
84 MachO.getHiddenGVStubEntry(Sym) : MachO.getGVStubEntry(Sym);
/external/llvm/include/llvm/ADT/
H A DTriple.h117 MachO, enumerator in enum:llvm::Triple::EnvironmentType
335 /// \brief Tests whether the environment is MachO.
338 return getEnvironment() == Triple::MachO || isOSDarwin();
/external/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.
23 namespace MachO { namespace in namespace:llvm
26 // Constants for the "magic" field in llvm::MachO::mach_header and
27 // llvm::MachO::mach_header_64
35 // Constants for the "filetype" field in llvm::MachO::mach_header and
36 // llvm::MachO::mach_header_64
49 // Constant bits for the "flags" field in llvm::MachO::mach_header and
50 // llvm::MachO
[all...]
/external/v8/src/
H A Dgdb-jit.cc45 class MachO;
47 typedef MachO DebugObject;
499 class MachO BASE_EMBEDDED {
501 MachO() : sections_(6) { } function in class:v8::BASE_EMBEDDED
1910 MachO mach_o;

Completed in 2390 milliseconds