Home
last modified time | relevance | path

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

/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DAppleDWARFIndex.cpp26 DWARFDataExtractor apple_objc, DWARFDataExtractor debug_str) { in Create() argument
41 apple_objc.GetAsLLVMDWARF(), llvm_debug_str); in Create()
58 assert(apple_objc.GetByteSize() == 0 || apple_objc.GetSharedDataBuffer()); in Create()
67 apple_types.GetSharedDataBuffer(), apple_objc.GetSharedDataBuffer()); in Create()
H A DAppleDWARFIndex.h22 DWARFDataExtractor apple_objc, DWARFDataExtractor debug_str);
28 std::unique_ptr<llvm::AppleAcceleratorTable> apple_objc, in AppleDWARFIndex() argument
36 m_apple_objc_up(std::move(apple_objc)), in AppleDWARFIndex()
H A DSymbolFileDWARF.cpp527 DWARFDataExtractor apple_names, apple_namespaces, apple_types, apple_objc; in InitializeObject()
531 LoadSectionData(eSectionTypeDWARFAppleObjC, apple_objc); in InitializeObject()
534 apple_types.GetByteSize() > 0 || apple_objc.GetByteSize() > 0) { in InitializeObject()
537 apple_types, apple_objc, m_context.getOrLoadStrData()); in InitializeObject()
514 DWARFDataExtractor apple_names, apple_namespaces, apple_types, apple_objc; InitializeObject() local
/llvm-project/llvm/test/DebugInfo/
H A Ddwarfdump-accel.test64 CHECK: .apple_objc contents:
76 VERIFY-NEXT: Verifying .apple_objc...
H A Daccel-imported-declaration.test36 VERIFY-NEXT: Verifying .apple_objc...
/llvm-project/llvm/test/tools/dsymutil/X86/
H A Dupdate-one-CU.test18 CHECK: .apple_objc contents:
H A Dobjc.test24 CHECK: .apple_objc contents:
H A Daccelerator.test50 NONE-NOT: .apple_objc
H A Dbasic-lto-dw4-linking-x86.test362 CHECK: .apple_objc contents:
H A Dbasic-lto-linking-x86.test363 CHECK: .apple_objc contents:
/llvm-project/llvm/test/tools/llvm-dwarfdump/
H A Dcmdline.test15 HELP: --apple-objc - Dump the .apple_objc section
/llvm-project/llvm/test/tools/dsymutil/X86/DWARFLinkerParallel/
H A Dodr-predictable-output2.test119 VERIFY: Verifying .apple_objc...
H A Dodr-predictable-output.test116 VERIFY: Verifying .apple_objc...
H A Dodr-string.test113 VERIFY: Verifying .apple_objc...
/llvm-project/llvm/tools/dsymutil/
H A DOptions.td154 HelpText<"Specify the desired type of accelerator table. Valid options are 'Apple' (.apple_names, .apple_namespaces, .apple_types, .apple_objc), 'Dwarf' (.debug_names), 'Pub' (.debug_pubnames, .debug_pubtypes), 'Default' and 'None'">,
/llvm-project/llvm/include/llvm/BinaryFormat/
H A DDwarf.def1322 HANDLE_DWARF_SECTION(AppleObjC, ".apple_objc", "apple-objc", BoolOption)
/llvm-project/llvm/docs/
H A DSourceLevelDebugging.rst2070 "``.apple_objc``" section should contain all ``DW_TAG_subprogram`` DIEs for an
2106 * "``.apple_objc``" -> "``__apple_objc``"