Home
last modified time | relevance | path

Searched refs:Mach (Results 1 – 25 of 112) sorted by relevance

12345

/llvm-project-15.0.7/lldb/examples/python/
H A Dmach_o.py420 class Mach: class
520 self.magic = Mach.Magic()
610 self.magic = Mach.Magic()
818 self.arch = Mach.Arch(0, 0)
822 self.flags = Mach.Flags(0)
837 self.magic = Mach.Magic()
861 lc = Mach.LoadCommand()
1554 section = Mach.Section()
1825 mach_a = Mach()
1826 mach_b = Mach()
[all …]
/llvm-project-15.0.7/llvm/test/DebugInfo/
H A Ddwarfdump-macho-universal.test4 CHECK: fat-test.o(x86_64): file format Mach-O 64-bit x86-64
9 CHECK: fat-test.o(i386): file format Mach-O 32-bit i386
14 CHECK: fat-test.o(x86_64h): file format Mach-O 64-bit x86-64
/llvm-project-15.0.7/llvm/test/tools/llvm-dwarfdump/X86/
H A Darchive.test3 CHECK: libfat-test.a(x86_64)(fat-test.o): file format Mach-O 64-bit x86-64
5 CHECK: libfat-test.a(i386)(fat-test.o): file format Mach-O 32-bit i386
11 I386: file format Mach-O 32-bit i386
/llvm-project-15.0.7/llvm/tools/llvm-objdump/
H A DObjdumpOpts.td271 HelpText<"Print Mach-O universal headers (requires --macho)">,
275 HelpText<"Print the offset to each archive member for Mach-O archives "
289 "Mach-O objects (requires --macho)">,
294 "Mach-O objects (requires --macho)">,
299 "Mach-O objects (requires --macho)">,
310 "Mach-O files (requires --macho)">,
315 "dylib Mach-O file (requires --macho)">,
320 "Mach-O file (requires --macho)">,
324 HelpText<"Print the info for Mach-O objects in non-verbose or "
330 "for Mach-O files (requires --macho)">,
[all …]
/llvm-project-15.0.7/lldb/docs/status/
H A Dfeatures.rst8 …* Object file parsers for executable file formats. Support currently includes Mach-O (32 and 64-bi…
9 …bject files contained within a file. Support currently includes universal Mach-O files & BSD Archi…
10 …tract debug information from object files. Support currently includes DWARF & Mach-O symbol tables.
/llvm-project-15.0.7/llvm/utils/gn/secondary/lldb/source/Plugins/SymbolVendor/MacOSX/
H A DBUILD.gn7 "//lldb/source/Plugins/ObjectFile/Mach-O",
11 # Reaches into Plugins/ObjectFile/Mach-O.
/llvm-project-15.0.7/llvm/test/tools/llvm-readobj/MachO/
H A Dfile-headers.test6 # I386-NEXT:Format: Mach-O 32-bit i386
37 # X86-64-NEXT:Format: Mach-O 64-bit x86-64
70 # PPC-NEXT:Format: Mach-O 32-bit ppc
102 # PPC64-NEXT:Format: Mach-O 64-bit ppc64
136 # ARM-NEXT:Format: Mach-O arm
H A Duniversal-x86_64.i386.test15 MULTIHEADER: Format: Mach-O 64-bit x86-64
34 MULTIHEADER: Format: Mach-O 32-bit i386
55 MULTISECTIONS: Format: Mach-O 64-bit x86-64
111 MULTISECTIONS: Format: Mach-O 32-bit i386
153 MULTIHEADER-ARCHIVE: Format: Mach-O 64-bit x86-64
170 MULTIHEADER-ARCHIVE: Format: Mach-O 32-bit i386
187 MULTISECTIONS-ARCHIVE: Format: Mach-O 64-bit x86-64
264 MULTISECTIONS-ARCHIVE: Format: Mach-O 32-bit i386
/llvm-project-15.0.7/llvm/test/tools/llvm-objcopy/MachO/
H A Duniversal-object.test1 # This test verifies that llvm-objcopy copies a univeral Mach-O object file properly.
6 ## Case 1: copy a universal object containing regular Mach-O objects.
42 …ORTED_UNIVERSAL_OBJECT: slice for 'arm64' of the universal Mach-O binary {{.*}} is not a Mach-O ob…
/llvm-project-15.0.7/llvm/tools/llvm-size/
H A DOpts.td19 // Mach-O specific options.
20 def grp_mach_o : OptionGroup<"kind">, HelpText<"OPTIONS (Mach-O specific)">;
21 def arch_EQ : Joined<["--"], "arch=">, HelpText<"architecture(s) from a Mach-O file to dump">, Grou…
/llvm-project-15.0.7/llvm/utils/gn/secondary/lldb/source/Plugins/JITLoader/GDB/
H A DBUILD.gn21 "//lldb/source/Plugins/ObjectFile/Mach-O",
28 # Reaches into Plugins/ObjectFile/Mach-O.
/llvm-project-15.0.7/llvm/docs/CommandGuide/
H A Dllvm-otool.rst1 llvm-otool - Mach-O dumping tool
14 :program:`llvm-otool` is a tool for dumping Mach-O files.
24 Select slice of universal Mach-O file.
H A Dllvm-size.rst32 Architecture(s) from Mach-O universal binaries to display information for.
51 Mach-O files in ``darwin`` format.
68 For Mach-O files, the output format is slightly different:
103 ``darwin`` format only affects Mach-O input files. If an input of a different
H A Dllvm-cxxfilt.rst54 except Mach-O based hosts.
59 demangling. On by default on Mach-O based platforms.
/llvm-project-15.0.7/llvm/test/tools/llvm-objdump/MachO/
H A Ddisassemble-g-dsym.test16 ## neither a Mach-O object nor Universal binary.
26 # BAD_INPUT_AR: error: [[DSYMFILE]] is not a Mach-O or Universal file type.
27 # BAD_INPUT_OBJ: error: [[DSYMFILE]] is not a Mach-O file type.
H A Dmalformed.test3 MALFORMED-NEXT: Mach header
/llvm-project-15.0.7/lld/
H A DCODE_OWNERS.TXT18 D: Old Mach-O backend
26 D: New Mach-O backend
/llvm-project-15.0.7/llvm/utils/gn/secondary/lldb/tools/lldb-server/
H A DBUILD.gn42 deps += [ "//lldb/source/Plugins/ObjectFile/Mach-O" ]
51 # Reaches into Plugins/ObjectFile/Mach-O.
/llvm-project-15.0.7/lldb/source/Plugins/ObjectContainer/
H A DCMakeLists.txt2 add_subdirectory(Universal-Mach-O)
/llvm-project-15.0.7/llvm/test/ObjectYAML/MachO/
H A Dfat_macho_i386_x86_64.yaml1 ## This file contains test cases for generating Fat Mach-O binaries.
3 ## a) Test that yaml2obj emits Fat Mach-O binary and obj2yaml converts it
/llvm-project-15.0.7/lldb/source/Plugins/ObjectFile/
H A DCMakeLists.txt4 add_subdirectory(Mach-O)
/llvm-project-15.0.7/clang-tools-extra/docs/clang-tidy/checks/clang-analyzer/
H A Dosx.MIG.rst6 Find violations of the Mach Interface Generator calling convention
/llvm-project-15.0.7/llvm/test/tools/llvm-nm/ARM/
H A Dmacho-print-size.test3 @ CHECK: warning: sizes with --print-size for Mach-O files are always zero.
/llvm-project-15.0.7/llvm/utils/gn/secondary/lldb/source/Plugins/ObjectContainer/Universal-Mach-O/
H A DBUILD.gn1 static_library("Universal-Mach-O") {
/llvm-project-15.0.7/llvm/test/DebugInfo/X86/
H A Ddwarf64-support.ll20 ; DWARF64 is enabled only for ELF targets. The switch should be ignored for Mach-O.
28 ; MACHO: file format Mach-O 64-bit x86-64

12345