Home
last modified time | relevance | path

Searched refs:decl_ctx_die (Results 1 – 2 of 2) sorted by relevance

/external/lldb/source/Plugins/SymbolFile/DWARF/
DSymbolFileDWARF.cpp2294 const DWARFDebugInfoEntry *decl_ctx_die = GetDeclContextDIEContainingDIE (cu, die); in ResolveTypeUID() local
2295 switch (decl_ctx_die->Tag()) in ResolveTypeUID()
2308 decl_ctx_die->GetOffset()); in ResolveTypeUID()
3047 const DWARFDebugInfoEntry *decl_ctx_die = NULL; in DIEIsInNamespace() local
3048 …clang::DeclContext *die_clang_decl_ctx = GetClangDeclContextContainingDIE (cu, die, &decl_ctx_die); in DIEIsInNamespace()
3049 if (decl_ctx_die) in DIEIsInNamespace()
3055 if (decl_ctx_die->Tag() != DW_TAG_namespace) in DIEIsInNamespace()
3073 if (decl_ctx_die->Tag() != DW_TAG_namespace) in DIEIsInNamespace()
4618 const DWARFDebugInfoEntry *decl_ctx_die = GetDeclContextDIEContainingDIE (cu, die); in GetClangDeclContextContainingDIE() local
4621 *decl_ctx_die_copy = decl_ctx_die; in GetClangDeclContextContainingDIE()
[all …]
DSymbolFileDWARF.h252 const DWARFDebugInfoEntry **decl_ctx_die);