Searched refs:MachO (Results 1 - 14 of 14) sorted by relevance

/external/llvm/lib/Object/
H A DMachOObjectFile.cpp16 #include "llvm/Object/MachO.h"
293 if ((MachOType & MachO::NlistMaskType) == MachO::NListTypeUndefined)
299 if (MachOType & MachO::NlistMaskExternal) {
301 if ((MachOType & MachO::NlistMaskType) == MachO::NListTypeUndefined)
305 if (MachOFlags & (MachO::NListDescWeakRef | MachO::NListDescWeakDef))
308 if ((MachOType & MachO::NlistMaskType) == MachO
[all...]
/external/llvm/include/llvm/ADT/
H A DTriple.h110 MachO, enumerator in enum:llvm::Triple::EnvironmentType
312 /// \brief Tests whether the environment is MachO.
315 return getEnvironment() == Triple::MachO || isOSDarwin();
/external/llvm/lib/Target/PowerPC/
H A DPPCMCInstLower.cpp79 MachineModuleInfoMachO &MachO = getMachOMMI(AP); local
83 MachO.getHiddenGVStubEntry(Sym) : MachO.getGVStubEntry(Sym);
/external/llvm/tools/llvm-objdump/
H A DMachODump.cpp10 // This file implements the MachO-specific dumper for llvm-objdump.
16 #include "llvm/Support/MachO.h"
17 #include "llvm/Object/MachO.h"
47 "write it to a graphviz file (MachO-only)"));
60 case llvm::MachO::CPUTypeI386:
63 case llvm::MachO::CPUTypeX86_64:
66 case llvm::MachO::CPUTypeARM:
69 case llvm::MachO::CPUTypePowerPC:
72 case llvm::MachO::CPUTypePowerPC64:
H A Dllvm-objdump.cpp75 MachO("macho", cl::desc("Use MachO specific object file parser"));
77 MachOm("m", cl::desc("Alias for --macho"), cl::aliasopt(MachO));
602 if (MachO && Disassemble) {
/external/llvm/lib/Target/X86/MCTargetDesc/
H A DX86AsmBackend.cpp445 if (TheTriple.isOSDarwin() || TheTriple.getEnvironment() == Triple::MachO)
458 if (TheTriple.isOSDarwin() || TheTriple.getEnvironment() == Triple::MachO)
H A DX86MCTargetDesc.cpp377 if (TheTriple.isOSDarwin() || TheTriple.getEnvironment() == Triple::MachO) {
465 if (TheTriple.isOSDarwin() || TheTriple.getEnvironment() == Triple::MachO)
/external/clang/lib/Driver/
H A DWindowsToolChain.cpp66 if (!UseIntegratedAs && getTriple().getEnvironment() == llvm::Triple::MachO)
/external/llvm/lib/Support/
H A DTriple.cpp134 case MachO: return "macho";
300 .StartsWith("macho", Triple::MachO)
/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;
/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/llvm/lib/MC/
H A DMCObjectFileInfo.cpp20 // MachO
558 (T.isOSDarwin() || T.getEnvironment() == Triple::MachO)) {
/external/llvm/unittests/ADT/
H A DTripleTest.cpp192 for (int Env = 1+Triple::UnknownEnvironment; Env <= Triple::MachO;
/external/clang/lib/Basic/
H A DTargets.cpp4103 if (Triple.isOSDarwin() || Triple.getEnvironment() == llvm::Triple::MachO)

Completed in 327 milliseconds