Searched defs:MachOOF (Results 1 – 3 of 3) sorted by relevance
897 const MachOObjectFile *MachOOF = getOffset() local 905 const MachOObjectFile *MachOOF = getLength() local 913 const MachOObjectFile *MachOOF = getKind() local
2102 static void ProcessMachO(StringRef Name, MachOObjectFile *MachOOF, in ProcessMachO() argument 2572 if (MachOObjectFile *MachOOF = dyn_cast<MachOObjectFile>(&*O)) parseInputMachO() local 2610 if (MachOObjectFile *MachOOF = dyn_cast<MachOObjectFile>(&O)) parseInputMachO() local 2675 if (MachOObjectFile *MachOOF = dyn_cast<MachOObjectFile>(&O)) parseInputMachO() local 2726 if (MachOObjectFile *MachOOF = dyn_cast<MachOObjectFile>(&Obj)) parseInputMachO() local 2753 if (MachOObjectFile *MachOOF = dyn_cast<MachOObjectFile>(O)) parseInputMachO() local 7020 getMachODSymObject(const MachOObjectFile * MachOOF,StringRef Filename,std::unique_ptr<Binary> & DSYMBinary,std::unique_ptr<MemoryBuffer> & DSYMBuf) getMachODSymObject() argument 7121 DisassembleMachO(StringRef Filename,MachOObjectFile * MachOOF,StringRef DisSegName,StringRef DisSectName) DisassembleMachO() argument [all...]
2501 if (const MachOObjectFile *MachOOF = dyn_cast<MachOObjectFile>(&*Obj)) { disassembleObject() local