/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/ |
H A D | AppleDWARFIndex.cpp | 26 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 D | AppleDWARFIndex.h | 22 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 D | SymbolFileDWARF.cpp | 527 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 D | dwarfdump-accel.test | 64 CHECK: .apple_objc contents: 76 VERIFY-NEXT: Verifying .apple_objc...
|
H A D | accel-imported-declaration.test | 36 VERIFY-NEXT: Verifying .apple_objc...
|
/llvm-project/llvm/test/tools/dsymutil/X86/ |
H A D | update-one-CU.test | 18 CHECK: .apple_objc contents:
|
H A D | objc.test | 24 CHECK: .apple_objc contents:
|
H A D | accelerator.test | 50 NONE-NOT: .apple_objc
|
H A D | basic-lto-dw4-linking-x86.test | 362 CHECK: .apple_objc contents:
|
H A D | basic-lto-linking-x86.test | 363 CHECK: .apple_objc contents:
|
/llvm-project/llvm/test/tools/llvm-dwarfdump/ |
H A D | cmdline.test | 15 HELP: --apple-objc - Dump the .apple_objc section
|
/llvm-project/llvm/test/tools/dsymutil/X86/DWARFLinkerParallel/ |
H A D | odr-predictable-output2.test | 119 VERIFY: Verifying .apple_objc...
|
H A D | odr-predictable-output.test | 116 VERIFY: Verifying .apple_objc...
|
H A D | odr-string.test | 113 VERIFY: Verifying .apple_objc...
|
/llvm-project/llvm/tools/dsymutil/ |
H A D | Options.td | 154 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 D | Dwarf.def | 1322 HANDLE_DWARF_SECTION(AppleObjC, ".apple_objc", "apple-objc", BoolOption)
|
/llvm-project/llvm/docs/ |
H A D | SourceLevelDebugging.rst | 2070 "``.apple_objc``" section should contain all ``DW_TAG_subprogram`` DIEs for an 2106 * "``.apple_objc``" -> "``__apple_objc``"
|