Searched defs:MachO (Results 1 – 9 of 9) sorted by relevance
117 static void PrintDarwinSectionSizes(MachOObjectFile *MachO) { in PrintDarwinSectionSizes()196 static void PrintDarwinSegmentSizes(MachOObjectFile *MachO) { in PrintDarwinSegmentSizes()286 MachOObjectFile *MachO = dyn_cast<MachOObjectFile>(Obj); in PrintObjectSectionSizes() local415 MachOObjectFile *MachO = dyn_cast<MachOObjectFile>(o); in checkMachOAndArchFlags() local474 MachOObjectFile *MachO = dyn_cast<MachOObjectFile>(o); in PrintFileSectionSizes() local507 MachOObjectFile *MachO = dyn_cast<MachOObjectFile>(o); in PrintFileSectionSizes() local536 MachOObjectFile *MachO = dyn_cast<MachOObjectFile>(o); in PrintFileSectionSizes() local583 MachOObjectFile *MachO = dyn_cast<MachOObjectFile>(o); in PrintFileSectionSizes() local612 MachOObjectFile *MachO = dyn_cast<MachOObjectFile>(o); in PrintFileSectionSizes() local646 MachOObjectFile *MachO = dyn_cast<MachOObjectFile>(o); in PrintFileSectionSizes() local[all …]
242 else if (MachOObjectFile *MachO = dyn_cast<MachOObjectFile>(Obj)) in isSymbolList64Bit() local263 static void darwinPrintSymbol(MachOObjectFile *MachO, SymbolListT::iterator I, in darwinPrintSymbol()476 MachOObjectFile *MachO = dyn_cast<MachOObjectFile>(Obj); in sortAndPrintSymbolList() local700 else if (MachOObjectFile *MachO = dyn_cast<MachOObjectFile>(Obj)) in getNMTypeChar() local780 MachOObjectFile *MachO = dyn_cast<MachOObjectFile>(O); in checkMachOAndArchFlags() local
93 MachineModuleInfoMachO &MachO = getMachOMMI(AP); in GetSymbolFromOperand() local
552 const MachOObjectFile *MachO = in processSECTDIFFRelocation() local617 const MachOObjectFile *MachO = in processI386ScatteredVANILLA() local659 const MachOObjectFile *MachO = static_cast<const MachOObjectFile *>(OF); in processRelocationRef() local
459 if (const MachOObjectFile *MachO = dyn_cast<const MachOObjectFile>(Obj)) { in DisassembleObject() local789 if (const MachOObjectFile *MachO = in PrintSymbolTable() local
145 MachO, enumerator
28 class MachO; variable
41 MachO::MachO(const Driver &D, const llvm::Triple &Triple, in MachO() function in MachO
477 explicit MachO(Zone* zone) : zone_(zone), sections_(6, zone) { } in MachO() function in v8::internal::BASE_EMBEDDED