Searched refs:apple_types (Results 1 – 4 of 4) sorted by relevance
| /src/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/ |
| H A D | AppleDWARFIndex.cpp | 25 DWARFDataExtractor apple_namespaces, DWARFDataExtractor apple_types, in Create() argument 38 apple_types.GetAsLLVMDWARF(), llvm_debug_str); in Create() 57 assert(apple_types.GetByteSize() == 0 || apple_types.GetSharedDataBuffer()); in Create() 67 apple_types.GetSharedDataBuffer(), apple_objc.GetSharedDataBuffer()); in Create()
|
| H A D | AppleDWARFIndex.h | 21 DWARFDataExtractor apple_namespaces, DWARFDataExtractor apple_types, 27 std::unique_ptr<llvm::AppleAcceleratorTable> apple_types, in AppleDWARFIndex() argument 35 m_apple_types_up(std::move(apple_types)), in AppleDWARFIndex()
|
| H A D | SymbolFileDWARF.cpp | 521 DWARFDataExtractor apple_names, apple_namespaces, apple_types, apple_objc; in InitializeObject() local 524 LoadSectionData(eSectionTypeDWARFAppleTypes, apple_types); in InitializeObject() 528 apple_types.GetByteSize() > 0 || apple_objc.GetByteSize() > 0) { in InitializeObject() 531 apple_types, apple_objc, m_context.getOrLoadStrData()); in InitializeObject()
|
| /src/contrib/llvm-project/llvm/include/llvm/BinaryFormat/ |
| H A D | Dwarf.def | 1314 HANDLE_DWARF_SECTION(AppleTypes, ".apple_types", "apple-types", BoolOption)
|