Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
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()
DAppleDWARFIndex.cpp22 DWARFDataExtractor apple_namespaces, DWARFDataExtractor apple_types, in Create() argument
36 apple_types, debug_str, ".apple_types"); in Create()
DSymbolFileDWARF.cpp469 DWARFDataExtractor apple_names, apple_namespaces, apple_types, apple_objc; in InitializeObject() local
472 LoadSectionData(eSectionTypeDWARFAppleTypes, apple_types); in InitializeObject()
477 apple_types, apple_objc, m_context.getOrLoadStrData()); in InitializeObject()
/external/llvm-project/llvm/test/DebugInfo/
Ddwarfdump-accel.test54 CHECK: .apple_types contents:
73 VERIFY-NEXT: Verifying .apple_types...
/external/llvm-project/llvm/test/tools/llvm-dwarfdump/X86/
Dapple_types_verify_tag.s5 # CHECK: Verifying .apple_types...
9 # in llvm-dwarfdump, correctly identifies an invalid DIE tag in .apple_types.
/external/llvm-project/llvm/test/tools/dsymutil/X86/
Dupdate-one-CU.test5 CHECK: .apple_types contents:
Daccelerator.test27 APPLE-DAG: .apple_types contents:
Dobjc.test4 CHECK: .apple_types contents:
Dbasic-lto-linking-x86.test294 CHECK: apple_types contents:
/external/llvm-project/llvm/docs/CommandGuide/
Ddsymutil.rst57 dsymutil currently has better equivalents: .apple_names and .apple_types. When
136 '.apple_types' hashed accelerator tables.
/external/llvm-project/llvm/test/DebugInfo/X86/
Dcoff_debug_info_type.ll6 ; CHECK: .section .apple_types
/external/llvm/test/DebugInfo/X86/
Dcoff_debug_info_type.ll6 ; CHECK: .section .apple_types
/external/llvm/test/DebugInfo/
Ddwarfdump-accel.test50 CHECK: .apple_types contents:
/external/llvm-project/llvm/tools/dsymutil/
DOptions.td88 "has better equivalents: .apple_names and .apple_types. When used in "
/external/llvm/docs/
DSourceLevelDebugging.rst1135 globals), the "``.apple_types``" (names of all types that are defined), and
1211 "``.apple_types``", and "``.apple_namespaces``".
1239 "``.apple_types``" sections should contain an entry for each DWARF DIE whose
1340 * "``.apple_types``" -> "``__apple_types``"
/external/llvm-project/llvm/docs/
DSourceLevelDebugging.rst1742 globals), the "``.apple_types``" (names of all types that are defined), and
1818 "``.apple_types``", and "``.apple_namespaces``".
1846 "``.apple_types``" sections should contain an entry for each DWARF DIE whose
1948 * "``.apple_types``" -> "``__apple_types``"
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/BinaryFormat/
DDwarf.def934 HANDLE_DWARF_SECTION(AppleTypes, ".apple_types", "apple-types")
/external/llvm-project/llvm/include/llvm/BinaryFormat/
DDwarf.def971 HANDLE_DWARF_SECTION(AppleTypes, ".apple_types", "apple-types", BoolOption)