Home
last modified time | relevance | path

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

/aosp_15_r20/external/llvm/include/llvm/Object/
H A DMachO.h493 const MachOObjectFile *MachOOF = in getOffset() local
501 const MachOObjectFile *MachOOF = in getLength() local
509 const MachOObjectFile *MachOOF = in getKind() local
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Object/
H A DMachO.h703 const MachOObjectFile *MachOOF = in getOffset() local
711 const MachOObjectFile *MachOOF = in getLength() local
719 const MachOObjectFile *MachOOF = in getKind() local
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/Object/
H A DMachO.h891 const MachOObjectFile *MachOOF = in getOffset() local
899 const MachOObjectFile *MachOOF = in getLength() local
907 const MachOObjectFile *MachOOF = in getKind() local
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/Object/
DMachO.h897 const MachOObjectFile *MachOOF = in getOffset() local
905 const MachOObjectFile *MachOOF = in getLength() local
913 const MachOObjectFile *MachOOF = in getKind() local
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/Object/
DMachO.h897 const MachOObjectFile *MachOOF = in getOffset() local
905 const MachOObjectFile *MachOOF = in getLength() local
913 const MachOObjectFile *MachOOF = in getKind() local
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/Object/
DMachO.h897 const MachOObjectFile *MachOOF = in getOffset() local
905 const MachOObjectFile *MachOOF = in getLength() local
913 const MachOObjectFile *MachOOF = in getKind() local
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/Object/
DMachO.h898 const MachOObjectFile *MachOOF = in getOffset() local
906 const MachOObjectFile *MachOOF = in getLength() local
914 const MachOObjectFile *MachOOF = in getKind() local
/aosp_15_r20/external/llvm/tools/llvm-objdump/
H A DMachODump.cpp1228 static void ProcessMachO(StringRef Filename, MachOObjectFile *MachOOF, in ProcessMachO()
1614 if (MachOObjectFile *MachOOF = dyn_cast<MachOObjectFile>(&O)) in ParseInputMachO() local
1673 if (MachOObjectFile *MachOOF = dyn_cast<MachOObjectFile>(&O)) in ParseInputMachO() local
1721 if (MachOObjectFile *MachOOF = dyn_cast<MachOObjectFile>(&Obj)) in ParseInputMachO() local
1746 if (MachOObjectFile *MachOOF = dyn_cast<MachOObjectFile>(O)) in ParseInputMachO() local
1765 if (MachOObjectFile *MachOOF = dyn_cast<MachOObjectFile>(&*O)) { in ParseInputMachO() local
6410 static void DisassembleMachO(StringRef Filename, MachOObjectFile *MachOOF, in DisassembleMachO()