Searched refs:MachOOF (Results 1 - 2 of 2) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Object/
H A DMachO.h704 const MachOObjectFile *MachOOF = local
706 MachO::data_in_code_entry Dice = MachOOF->getDice(DicePimpl);
712 const MachOObjectFile *MachOOF = local
714 MachO::data_in_code_entry Dice = MachOOF->getDice(DicePimpl);
720 const MachOObjectFile *MachOOF = local
722 MachO::data_in_code_entry Dice = MachOOF->getDice(DicePimpl);
/freebsd-13-stable/contrib/llvm-project/llvm/tools/llvm-objdump/
H A DMachODump.cpp1710 static void DisassembleMachO(StringRef Filename, MachOObjectFile *MachOOF,
1907 static void ProcessMachO(StringRef Name, MachOObjectFile *MachOOF, argument
1942 if (Error Err = MachOOF->checkSymbolTable())
1946 for (const SectionRef &Section : MachOOF->sections()) {
1955 StringRef SegName = MachOOF->getSectionFinalSegmentName(Ref);
1956 DisassembleMachO(FileName, MachOOF, SegName, SectName);
1961 if (MachOOF->getHeader().filetype == MachO::MH_KEXT_BUNDLE &&
1962 MachOOF->getHeader().cputype == MachO::CPU_TYPE_ARM64)
1963 DisassembleMachO(FileName, MachOOF, "__TEXT_EXEC", "__text");
1965 DisassembleMachO(FileName, MachOOF, "__TEX
7183 DisassembleMachO(StringRef Filename, MachOObjectFile *MachOOF, StringRef DisSegName, StringRef DisSectName) argument
[all...]

Completed in 167 milliseconds