Home
last modified time | relevance | path

Searched defs:MachOOF (Results 1 – 3 of 3) sorted by relevance

/freebsd-src/contrib/llvm-project/llvm/include/llvm/Object/
H A DMachO.h897 const MachOObjectFile *MachOOF = getOffset() local
905 const MachOObjectFile *MachOOF = getLength() local
913 const MachOObjectFile *MachOOF = getKind() local
/freebsd-src/contrib/llvm-project/llvm/tools/llvm-objdump/
H A DMachODump.cpp2102 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...]
H A Dllvm-objdump.cpp2501 if (const MachOObjectFile *MachOOF = dyn_cast<MachOObjectFile>(&*Obj)) { disassembleObject() local