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

  /external/llvm/lib/Target/PowerPC/
PPCMCInstLower.cpp 89 MachineModuleInfoMachO &MachO = getMachOMMI(AP);
93 MachO.getHiddenGVStubEntry(Sym) : MachO.getGVStubEntry(Sym);
  /frameworks/compile/mclinker/include/mcld/
IRBuilder.h 46 * to emit binaries in native object format, such as ELF or MachO.
53 MachO,
  /external/llvm/lib/ExecutionEngine/RuntimeDyld/
RuntimeDyldMachO.cpp 163 case macho::RIT_Vanilla: {
172 case macho::RIT_Difference:
173 case macho::RIT_Generic_LocalDifference:
174 case macho::RIT_Generic_PreboundLazyPointer:
196 case macho::RIT_X86_64_Signed1:
197 case macho::RIT_X86_64_Signed2:
198 case macho::RIT_X86_64_Signed4:
199 case macho::RIT_X86_64_Signed:
200 case macho::RIT_X86_64_Unsigned:
201 case macho::RIT_X86_64_Branch:
    [all...]
  /external/llvm/include/llvm/ADT/
Triple.h 123 MachO,
341 /// \brief Tests whether the environment is MachO.
344 return getEnvironment() == Triple::MachO || isOSDarwin();
  /external/chromium_org/v8/src/
gdb-jit.cc 47 class MachO;
49 typedef MachO DebugObject;
501 class MachO BASE_EMBEDDED {
503 explicit MachO(Zone* zone) : zone_(zone), sections_(6, zone) { }
    [all...]
  /external/llvm/include/llvm/Support/
MachO.h 1 //===-- llvm/Support/MachO.h - The MachO file format ------------*- C++ -*-===//
10 // This file defines manifest constants for the MachO object file format.
23 namespace MachO {
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::mach_header_6
    [all...]
  /external/v8/src/
gdb-jit.cc 45 class MachO;
47 typedef MachO DebugObject;
499 class MachO BASE_EMBEDDED {
501 MachO() : sections_(6) { }
    [all...]

Completed in 714 milliseconds