Searched refs:dwarf_cu (Results 1 - 3 of 3) sorted by relevance

/freebsd-10.2-release/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/
H A DSymbolFileDWARF.h112 virtual lldb_private::Type* ResolveType (DWARFCompileUnit* dwarf_cu, const DWARFDebugInfoEntry* type_die, bool assert_not_being_parsed = true);
304 DWARFCompileUnit* dwarf_cu,
308 lldb::CompUnitSP ParseCompileUnit (DWARFCompileUnit* dwarf_cu, uint32_t cu_idx);
311 lldb_private::CompileUnit* GetCompUnitForDWARFCompUnit(DWARFCompileUnit* dwarf_cu, uint32_t cu_idx = UINT32_MAX);
312 bool GetFunction (DWARFCompileUnit* dwarf_cu, const DWARFDebugInfoEntry* func_die, lldb_private::SymbolContext& sc);
313 lldb_private::Function * ParseCompileUnitFunction (const lldb_private::SymbolContext& sc, DWARFCompileUnit* dwarf_cu, const DWARFDebugInfoEntry *die);
316 DWARFCompileUnit* dwarf_cu,
320 size_t ParseTypes (const lldb_private::SymbolContext& sc, DWARFCompileUnit* dwarf_cu, const DWARFDebugInfoEntry *die, bool parse_siblings, bool parse_children);
321 lldb::TypeSP ParseType (const lldb_private::SymbolContext& sc, DWARFCompileUnit* dwarf_cu, const DWARFDebugInfoEntry *die, bool *type_is_new);
322 lldb_private::Type* ResolveTypeUID (DWARFCompileUnit* dwarf_cu, cons
[all...]
H A DSymbolFileDWARF.cpp311 DWARFCompileUnit* dwarf_cu = NULL; local
317 dwarf_cu = GetDWARFCompileUnit(comp_unit);
318 if (dwarf_cu == 0)
320 GetTypes (dwarf_cu,
321 dwarf_cu->DIE(),
322 dwarf_cu->GetOffset(),
323 dwarf_cu->GetNextCompileUnitOffset(),
335 dwarf_cu = info->GetCompileUnitAtIndex(cu_idx);
336 if (dwarf_cu)
338 GetTypes (dwarf_cu,
900 ParseCompileUnit(DWARFCompileUnit* dwarf_cu, uint32_t cu_idx) argument
996 DWARFCompileUnit* dwarf_cu = info->GetCompileUnitAtIndex(cu_idx); local
1021 ParseCompileUnitFunction(const SymbolContext& sc, DWARFCompileUnit* dwarf_cu, const DWARFDebugInfoEntry *die) argument
1122 DWARFCompileUnit* dwarf_cu = GetDWARFCompileUnit(sc.comp_unit); local
1141 DWARFCompileUnit* dwarf_cu = GetDWARFCompileUnit(sc.comp_unit); local
1165 DWARFCompileUnit* dwarf_cu = GetDWARFCompileUnit(sc.comp_unit); local
1281 ParseFunctionBlocks( const SymbolContext& sc, Block *parent_block, DWARFCompileUnit* dwarf_cu, const DWARFDebugInfoEntry *die, addr_t subprogram_low_pc, uint32_t depth ) argument
1407 ParseTemplateDIE(DWARFCompileUnit* dwarf_cu, const DWARFDebugInfoEntry *die, ClangASTContext::TemplateParameterInfos &template_param_infos) argument
1509 ParseTemplateParameterInfos(DWARFCompileUnit* dwarf_cu, const DWARFDebugInfoEntry *parent_die, ClangASTContext::TemplateParameterInfos &template_param_infos) argument
1663 ClassOrStructIsVirtual(DWARFCompileUnit* dwarf_cu, const DWARFDebugInfoEntry *parent_die) argument
1692 ParseChildMembers( const SymbolContext& sc, DWARFCompileUnit* dwarf_cu, const DWARFDebugInfoEntry *parent_die, ClangASTType &class_clang_type, const LanguageType class_language, std::vector<clang::CXXBaseSpecifier *>& base_classes, std::vector<int>& member_accessibilities, DWARFDIECollection& member_function_dies, DelayedPropertyList& delayed_properties, AccessType& default_accessibility, bool &is_a_class, LayoutInfo &layout_info ) argument
2391 DWARFCompileUnit *dwarf_cu = debug_info->GetCompileUnitContainingDIE (die->GetOffset()).get(); local
2694 ResolveType(DWARFCompileUnit* dwarf_cu, const DWARFDebugInfoEntry* type_die, bool assert_not_being_parsed) argument
2721 GetCompUnitForDWARFCompUnit(DWARFCompileUnit* dwarf_cu, uint32_t cu_idx) argument
2734 GetFunction(DWARFCompileUnit* dwarf_cu, const DWARFDebugInfoEntry* func_die, SymbolContext& sc) argument
2776 DWARFCompileUnit* dwarf_cu = debug_info->GetCompileUnit(cu_offset, &cu_idx).get(); local
2891 DWARFCompileUnit* dwarf_cu = NULL; local
3010 DWARFCompileUnit* dwarf_cu = debug_info->GetCompileUnitAtIndex(cu_idx); local
3194 DWARFCompileUnit* dwarf_cu = NULL; local
3304 DWARFCompileUnit* dwarf_cu = NULL; local
3341 ResolveFunction(dw_offset_t die_offset, DWARFCompileUnit *&dwarf_cu, SymbolContextList& sc_list) argument
3452 DWARFCompileUnit* dwarf_cu = NULL; local
3462 FunctionDieMatchesPartialName(const DWARFDebugInfoEntry* die, const DWARFCompileUnit *dwarf_cu, uint32_t name_type_mask, const char *partial_name, const char *base_name_start, const char *base_name_end) argument
3827 DWARFCompileUnit *dwarf_cu = NULL; local
4015 DWARFCompileUnit* dwarf_cu = NULL; local
4118 DWARFCompileUnit* dwarf_cu = NULL; local
4196 ParseChildParameters(const SymbolContext& sc, clang::DeclContext *containing_decl_ctx, DWARFCompileUnit* dwarf_cu, const DWARFDebugInfoEntry *parent_die, bool skip_artificial, bool &is_static, bool &is_variadic, TypeList* type_list, std::vector<ClangASTType>& function_param_types, std::vector<clang::ParmVarDecl*>& function_param_decls, unsigned &type_quals, ClangASTContext::TemplateParameterInfos &template_param_infos) argument
4371 ParseChildEnumerators( const SymbolContext& sc, lldb_private::ClangASTType &clang_type, bool is_signed, uint32_t enumerator_byte_size, DWARFCompileUnit* dwarf_cu, const DWARFDebugInfoEntry *parent_die ) argument
4450 ParseChildArrayInfo( const SymbolContext& sc, DWARFCompileUnit* dwarf_cu, const DWARFDebugInfoEntry *parent_die, int64_t& first_index, std::vector<uint64_t>& element_orders, uint32_t& byte_stride, uint32_t& bit_stride ) argument
4546 GetTypeForDIE(DWARFCompileUnit *dwarf_cu, const DWARFDebugInfoEntry* die) argument
4600 ResolveNamespaceDIE(DWARFCompileUnit *dwarf_cu, const DWARFDebugInfoEntry *die) argument
4819 DWARFCompileUnit* dwarf_cu = debug_info->GetCompileUnitAtIndex(cu_idx); local
5673 ParseType(const SymbolContext& sc, DWARFCompileUnit* dwarf_cu, const DWARFDebugInfoEntry *die, bool *type_is_new_ptr) argument
7113 ParseTypes( const SymbolContext& sc, DWARFCompileUnit* dwarf_cu, const DWARFDebugInfoEntry *die, bool parse_siblings, bool parse_children ) argument
7158 DWARFCompileUnit* dwarf_cu = GetDWARFCompileUnit(sc.comp_unit); local
7179 DWARFCompileUnit* dwarf_cu = GetDWARFCompileUnit(sc.comp_unit); local
7215 DWARFCompileUnit* dwarf_cu = info->GetCompileUnitContainingDIE(sc.function->GetID()).get(); local
7234 DWARFCompileUnit* dwarf_cu = info->GetCompileUnit(sc.comp_unit->GetID()).get(); local
7311 ParseVariableDIE( const SymbolContext& sc, DWARFCompileUnit* dwarf_cu, const DWARFDebugInfoEntry *die, const lldb::addr_t func_low_pc ) argument
7647 FindBlockContainingSpecification(DWARFCompileUnit* dwarf_cu, const DWARFDebugInfoEntry *die, dw_offset_t spec_block_die_offset, DWARFCompileUnit **result_die_cu_handle) argument
7694 ParseVariables( const SymbolContext& sc, DWARFCompileUnit* dwarf_cu, const lldb::addr_t func_low_pc, const DWARFDebugInfoEntry *orig_die, bool parse_siblings, bool parse_children, VariableList* cc_variable_list ) argument
7899 DWARFCompileUnit* dwarf_cu = NULL; local
[all...]
/freebsd-10.2-release/lib/libdwarf/
H A DMakefile9 dwarf_cu.c \

Completed in 116 milliseconds