Searched defs:parent_die (Results 1 - 4 of 4) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DManualDWARFIndex.cpp194 const DWARFDebugInfoEntry *parent_die = die.GetParent(); local
H A DDWARFASTParserClang.cpp1926 ParseTemplateParameterInfos( const DWARFDIE &parent_die, ClangASTContext::TemplateParameterInfos &template_param_infos) argument
2206 ParseChildEnumerators( lldb_private::CompilerType &clang_type, bool is_signed, uint32_t enumerator_byte_size, const DWARFDIE &parent_die) argument
2385 ParseSingleMember( const DWARFDIE &die, const DWARFDIE &parent_die, lldb_private::CompilerType &class_clang_type, const lldb::LanguageType class_language, std::vector<int> &member_accessibilities, lldb::AccessType &default_accessibility, DelayedPropertyList &delayed_properties, lldb_private::ClangASTImporter::LayoutInfo &layout_info, FieldInfo &last_field_info) argument
2821 ParseChildMembers( const DWARFDIE &parent_die, CompilerType &class_clang_type, const LanguageType class_language, std::vector<std::unique_ptr<clang::CXXBaseSpecifier>> &base_classes, std::vector<int> &member_accessibilities, std::vector<DWARFDIE> &member_function_dies, DelayedPropertyList &delayed_properties, AccessType &default_accessibility, bool &is_a_class, ClangASTImporter::LayoutInfo &layout_info) argument
2980 ParseChildParameters( clang::DeclContext *containing_decl_ctx, const DWARFDIE &parent_die, bool skip_artificial, bool &is_static, bool &is_variadic, bool &has_template_params, std::vector<CompilerType> &function_param_types, std::vector<clang::ParmVarDecl *> &function_param_decls, unsigned &type_quals) argument
3104 ParseChildArrayInfo(const DWARFDIE &parent_die, const ExecutionContext *exe_ctx) argument
[all...]
H A DSymbolFileDWARF.cpp954 DWARFDIE parent_die = module_die; local
1199 bool SymbolFileDWARF::ClassOrStructIsVirtual(const DWARFDIE &parent_die) { argument
2640 const DWARFDebugInfoEntry *parent_die = die.GetParent().GetDIE(); local
[all...]
/freebsd-11-stable/contrib/gcc/
H A Ddwarf2out.c5588 new_die(enum dwarf_tag tag_value, dw_die_ref parent_die, tree t) argument

Completed in 110 milliseconds