Home
last modified time | relevance | path

Searched refs:MachOOF (Results 1 – 5 of 5) sorted by relevance

/external/llvm/include/llvm/Object/
DMachO.h493 const MachOObjectFile *MachOOF = in getOffset() local
495 MachO::data_in_code_entry Dice = MachOOF->getDice(DicePimpl); in getOffset()
501 const MachOObjectFile *MachOOF = in getLength() local
503 MachO::data_in_code_entry Dice = MachOOF->getDice(DicePimpl); in getLength()
509 const MachOObjectFile *MachOOF = in getKind() local
511 MachO::data_in_code_entry Dice = MachOOF->getDice(DicePimpl); in getKind()
/external/llvm-project/llvm/include/llvm/Object/
DMachO.h705 const MachOObjectFile *MachOOF = in getOffset() local
707 MachO::data_in_code_entry Dice = MachOOF->getDice(DicePimpl); in getOffset()
713 const MachOObjectFile *MachOOF = in getLength() local
715 MachO::data_in_code_entry Dice = MachOOF->getDice(DicePimpl); in getLength()
721 const MachOObjectFile *MachOOF = in getKind() local
723 MachO::data_in_code_entry Dice = MachOOF->getDice(DicePimpl); in getKind()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Object/
DMachO.h703 const MachOObjectFile *MachOOF = in getOffset() local
705 MachO::data_in_code_entry Dice = MachOOF->getDice(DicePimpl); in getOffset()
711 const MachOObjectFile *MachOOF = in getLength() local
713 MachO::data_in_code_entry Dice = MachOOF->getDice(DicePimpl); in getLength()
719 const MachOObjectFile *MachOOF = in getKind() local
721 MachO::data_in_code_entry Dice = MachOOF->getDice(DicePimpl); in getKind()
/external/llvm-project/llvm/tools/llvm-objdump/
DMachODump.cpp1711 static void DisassembleMachO(StringRef Filename, MachOObjectFile *MachOOF,
1908 static void ProcessMachO(StringRef Name, MachOObjectFile *MachOOF, in ProcessMachO() argument
1943 if (Error Err = MachOOF->checkSymbolTable()) in ProcessMachO()
1947 for (const SectionRef &Section : MachOOF->sections()) { in ProcessMachO()
1956 StringRef SegName = MachOOF->getSectionFinalSegmentName(Ref); in ProcessMachO()
1957 DisassembleMachO(FileName, MachOOF, SegName, SectName); in ProcessMachO()
1962 if (MachOOF->getHeader().filetype == MachO::MH_KEXT_BUNDLE && in ProcessMachO()
1963 MachOOF->getHeader().cputype == MachO::CPU_TYPE_ARM64) in ProcessMachO()
1964 DisassembleMachO(FileName, MachOOF, "__TEXT_EXEC", "__text"); in ProcessMachO()
1966 DisassembleMachO(FileName, MachOOF, "__TEXT", "__text"); in ProcessMachO()
[all …]
/external/llvm/tools/llvm-objdump/
DMachODump.cpp1047 static void DisassembleMachO(StringRef Filename, MachOObjectFile *MachOOF,
1228 static void ProcessMachO(StringRef Filename, MachOObjectFile *MachOOF, in ProcessMachO() argument
1246 DisassembleMachO(Filename, MachOOF, "__TEXT", "__text"); in ProcessMachO()
1248 PrintIndirectSymbols(MachOOF, !NonVerbose); in ProcessMachO()
1250 PrintDataInCodeTable(MachOOF, !NonVerbose); in ProcessMachO()
1252 PrintLinkOptHints(MachOOF); in ProcessMachO()
1254 PrintRelocations(MachOOF); in ProcessMachO()
1256 PrintSectionHeaders(MachOOF); in ProcessMachO()
1258 PrintSectionContents(MachOOF); in ProcessMachO()
1260 DumpSectionContents(Filename, MachOOF, !NonVerbose); in ProcessMachO()
[all …]