Home
last modified time | relevance | path

Searched defs:MachO (Results 1 – 9 of 9) sorted by relevance

/external/llvm/tools/llvm-size/
Dllvm-size.cpp117 static void PrintDarwinSectionSizes(MachOObjectFile *MachO) { in PrintDarwinSectionSizes()
196 static void PrintDarwinSegmentSizes(MachOObjectFile *MachO) { in PrintDarwinSegmentSizes()
286 MachOObjectFile *MachO = dyn_cast<MachOObjectFile>(Obj); in PrintObjectSectionSizes() local
415 MachOObjectFile *MachO = dyn_cast<MachOObjectFile>(o); in checkMachOAndArchFlags() local
474 MachOObjectFile *MachO = dyn_cast<MachOObjectFile>(o); in PrintFileSectionSizes() local
507 MachOObjectFile *MachO = dyn_cast<MachOObjectFile>(o); in PrintFileSectionSizes() local
536 MachOObjectFile *MachO = dyn_cast<MachOObjectFile>(o); in PrintFileSectionSizes() local
583 MachOObjectFile *MachO = dyn_cast<MachOObjectFile>(o); in PrintFileSectionSizes() local
612 MachOObjectFile *MachO = dyn_cast<MachOObjectFile>(o); in PrintFileSectionSizes() local
646 MachOObjectFile *MachO = dyn_cast<MachOObjectFile>(o); in PrintFileSectionSizes() local
[all …]
/external/llvm/tools/llvm-nm/
Dllvm-nm.cpp242 else if (MachOObjectFile *MachO = dyn_cast<MachOObjectFile>(Obj)) in isSymbolList64Bit() local
263 static void darwinPrintSymbol(MachOObjectFile *MachO, SymbolListT::iterator I, in darwinPrintSymbol()
476 MachOObjectFile *MachO = dyn_cast<MachOObjectFile>(Obj); in sortAndPrintSymbolList() local
700 else if (MachOObjectFile *MachO = dyn_cast<MachOObjectFile>(Obj)) in getNMTypeChar() local
780 MachOObjectFile *MachO = dyn_cast<MachOObjectFile>(O); in checkMachOAndArchFlags() local
/external/llvm/lib/Target/PowerPC/
DPPCMCInstLower.cpp93 MachineModuleInfoMachO &MachO = getMachOMMI(AP); in GetSymbolFromOperand() local
/external/llvm/lib/ExecutionEngine/RuntimeDyld/
DRuntimeDyldMachO.cpp552 const MachOObjectFile *MachO = in processSECTDIFFRelocation() local
617 const MachOObjectFile *MachO = in processI386ScatteredVANILLA() local
659 const MachOObjectFile *MachO = static_cast<const MachOObjectFile *>(OF); in processRelocationRef() local
/external/llvm/tools/llvm-objdump/
Dllvm-objdump.cpp459 if (const MachOObjectFile *MachO = dyn_cast<const MachOObjectFile>(Obj)) { in DisassembleObject() local
789 if (const MachOObjectFile *MachO = in PrintSymbolTable() local
/external/llvm/include/llvm/ADT/
DTriple.h145 MachO, enumerator
/external/clang/lib/Driver/
DTools.h28 class MachO; variable
DToolChains.cpp41 MachO::MachO(const Driver &D, const llvm::Triple &Triple, in MachO() function in MachO
/external/chromium_org/v8/src/
Dgdb-jit.cc477 explicit MachO(Zone* zone) : zone_(zone), sections_(6, zone) { } in MachO() function in v8::internal::BASE_EMBEDDED