Home
last modified time | relevance | path

Searched refs:apple_namespaces (Results 1 – 11 of 11) sorted by relevance

/llvm-project-15.0.7/lldb/source/Plugins/SymbolFile/DWARF/
H A DAppleDWARFIndex.h20 DWARFDataExtractor apple_namespaces, DWARFDataExtractor apple_types,
25 std::unique_ptr<DWARFMappedHash::MemoryTable> apple_namespaces, in AppleDWARFIndex() argument
29 m_apple_namespaces_up(std::move(apple_namespaces)), in AppleDWARFIndex()
H A DAppleDWARFIndex.cpp23 DWARFDataExtractor apple_namespaces, DWARFDataExtractor apple_types, in Create() argument
32 apple_namespaces, debug_str, ".apple_namespaces"); in Create()
H A DSymbolFileDWARF.cpp457 DWARFDataExtractor apple_names, apple_namespaces, apple_types, apple_objc; in InitializeObject() local
459 LoadSectionData(eSectionTypeDWARFAppleNamespaces, apple_namespaces); in InitializeObject()
463 if (apple_names.GetByteSize() > 0 || apple_namespaces.GetByteSize() > 0 || in InitializeObject()
468 *GetObjectFile()->GetModule(), apple_names, apple_namespaces, in InitializeObject()
/llvm-project-15.0.7/llvm/test/DebugInfo/
H A Ddwarfdump-accel.test60 CHECK: .apple_namespaces contents:
74 VERIFY-NEXT: Verifying .apple_namespaces...
/llvm-project-15.0.7/llvm/test/tools/dsymutil/X86/
H A Daccelerator.test34 APPLE-DAG: .apple_namespaces contents:
49 NONE-NOT: .apple_namespaces
H A Dbasic-lto-dw4-linking-x86.test334 CHECK: .apple_namespaces contents:
H A Dbasic-lto-linking-x86.test333 CHECK: .apple_namespaces contents:
/llvm-project-15.0.7/llvm/test/tools/llvm-dwarfdump/
H A Dcmdline.test14 HELP: --apple-namespaces - Dump the .apple_namespaces section
/llvm-project-15.0.7/llvm/tools/dsymutil/
H A DOptions.td146 …ype of accelerator table. Valid options are 'Apple' (.apple_names, .apple_namespaces, .apple_types…
/llvm-project-15.0.7/llvm/docs/
H A DSourceLevelDebugging.rst1787 the "``.apple_namespaces``" (all namespaces), we currently set the ``Atom``
1862 "``.apple_types``", and "``.apple_namespaces``".
1946 "``.apple_namespaces``" section should contain all ``DW_TAG_namespace`` DIEs.
1994 * "``.apple_namespaces``" -> "``__apple_namespac``" (16 character limit)
/llvm-project-15.0.7/llvm/include/llvm/BinaryFormat/
H A DDwarf.def1193 HANDLE_DWARF_SECTION(AppleNamespaces, ".apple_namespaces", "apple-namespaces",