Home
last modified time | relevance | path

Searched refs:apple_types (Results 1 – 17 of 17) sorted by relevance

/llvm-project-15.0.7/llvm/test/MC/RISCV/
H A Driscv64-64b-pcrel.s39 ## .apple_names/.apple_types are fixed-size and do not need fixups.
42 .section .apple_types
44 .word .Ltypes0-.apple_types
/llvm-project-15.0.7/lldb/source/Plugins/SymbolFile/DWARF/
H A DAppleDWARFIndex.h20 DWARFDataExtractor apple_namespaces, DWARFDataExtractor apple_types,
26 std::unique_ptr<DWARFMappedHash::MemoryTable> apple_types, in AppleDWARFIndex() argument
30 m_apple_types_up(std::move(apple_types)), in AppleDWARFIndex()
H A DAppleDWARFIndex.cpp23 DWARFDataExtractor apple_namespaces, DWARFDataExtractor apple_types, in Create() argument
37 apple_types, debug_str, ".apple_types"); in Create()
H A DSymbolFileDWARF.cpp457 DWARFDataExtractor apple_names, apple_namespaces, apple_types, apple_objc; in InitializeObject() local
460 LoadSectionData(eSectionTypeDWARFAppleTypes, apple_types); in InitializeObject()
464 apple_types.GetByteSize() > 0 || apple_objc.GetByteSize() > 0) { in InitializeObject()
469 apple_types, apple_objc, m_context.getOrLoadStrData()); in InitializeObject()
/llvm-project-15.0.7/llvm/test/DebugInfo/
H A Ddwarfdump-accel.test54 CHECK: .apple_types contents:
73 VERIFY-NEXT: Verifying .apple_types...
/llvm-project-15.0.7/llvm/test/tools/dsymutil/X86/
H A Daccelerator.test33 APPLE-DAG: .apple_types contents:
48 NONE-NOT: .apple_types
H A Dupdate-one-CU.test5 CHECK: .apple_types contents:
H A Dobjc.test4 CHECK: .apple_types contents:
H A Dbasic-lto-dw4-linking-x86.test278 CHECK: .apple_types contents:
H A Dbasic-lto-linking-x86.test277 CHECK: apple_types contents:
/llvm-project-15.0.7/llvm/test/tools/llvm-dwarfdump/X86/
H A Dapple_types_verify_tag.s5 # CHECK: Verifying .apple_types...
9 # in llvm-dwarfdump, correctly identifies an invalid DIE tag in .apple_types.
/llvm-project-15.0.7/llvm/test/DebugInfo/X86/
H A Dcoff_debug_info_type.ll6 ; CHECK: .section .apple_types
/llvm-project-15.0.7/llvm/docs/CommandGuide/
H A Ddsymutil.rst63 dsymutil currently has better equivalents: .apple_names and .apple_types. When
147 '.apple_types' hashed accelerator tables.
/llvm-project-15.0.7/llvm/test/tools/llvm-dwarfdump/
H A Dcmdline.test16 HELP: --apple-types - Dump the .apple_types section
/llvm-project-15.0.7/llvm/tools/dsymutil/
H A DOptions.td146 …or table. Valid options are 'Apple' (.apple_names, .apple_namespaces, .apple_types, .apple_objc), …
/llvm-project-15.0.7/llvm/docs/
H A DSourceLevelDebugging.rst1786 globals), the "``.apple_types``" (names of all types that are defined), and
1862 "``.apple_types``", and "``.apple_namespaces``".
1890 "``.apple_types``" sections should contain an entry for each DWARF DIE whose
1993 * "``.apple_types``" -> "``__apple_types``"
/llvm-project-15.0.7/llvm/include/llvm/BinaryFormat/
H A DDwarf.def1192 HANDLE_DWARF_SECTION(AppleTypes, ".apple_types", "apple-types", BoolOption)