Searched refs:apple_types (Results 1 – 17 of 17) sorted by relevance
| /llvm-project-15.0.7/llvm/test/MC/RISCV/ |
| H A D | riscv64-64b-pcrel.s | 39 ## .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 D | AppleDWARFIndex.h | 20 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 D | AppleDWARFIndex.cpp | 23 DWARFDataExtractor apple_namespaces, DWARFDataExtractor apple_types, in Create() argument 37 apple_types, debug_str, ".apple_types"); in Create()
|
| H A D | SymbolFileDWARF.cpp | 457 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 D | dwarfdump-accel.test | 54 CHECK: .apple_types contents: 73 VERIFY-NEXT: Verifying .apple_types...
|
| /llvm-project-15.0.7/llvm/test/tools/dsymutil/X86/ |
| H A D | accelerator.test | 33 APPLE-DAG: .apple_types contents: 48 NONE-NOT: .apple_types
|
| H A D | update-one-CU.test | 5 CHECK: .apple_types contents:
|
| H A D | objc.test | 4 CHECK: .apple_types contents:
|
| H A D | basic-lto-dw4-linking-x86.test | 278 CHECK: .apple_types contents:
|
| H A D | basic-lto-linking-x86.test | 277 CHECK: apple_types contents:
|
| /llvm-project-15.0.7/llvm/test/tools/llvm-dwarfdump/X86/ |
| H A D | apple_types_verify_tag.s | 5 # 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 D | coff_debug_info_type.ll | 6 ; CHECK: .section .apple_types
|
| /llvm-project-15.0.7/llvm/docs/CommandGuide/ |
| H A D | dsymutil.rst | 63 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 D | cmdline.test | 16 HELP: --apple-types - Dump the .apple_types section
|
| /llvm-project-15.0.7/llvm/tools/dsymutil/ |
| H A D | Options.td | 146 …or table. Valid options are 'Apple' (.apple_names, .apple_namespaces, .apple_types, .apple_objc), …
|
| /llvm-project-15.0.7/llvm/docs/ |
| H A D | SourceLevelDebugging.rst | 1786 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 D | Dwarf.def | 1192 HANDLE_DWARF_SECTION(AppleTypes, ".apple_types", "apple-types", BoolOption)
|