Home
last modified time | relevance | path

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

/external/lldb/source/Plugins/SymbolFile/DWARF/
DSymbolFileDWARF.h112 …RFCompileUnit* dwarf_cu, const DWARFDebugInfoEntry* type_die, bool assert_not_being_parsed = true);
322 …TypeUID (DWARFCompileUnit* dwarf_cu, const DWARFDebugInfoEntry* die, bool assert_not_being_parsed);
DSymbolFileDWARF.cpp282 const bool assert_not_being_parsed = true; in GetTypes() local
283 Type *type = ResolveTypeUID (cu, die, assert_not_being_parsed); in GetTypes()
2271 const bool assert_not_being_parsed = true; in ResolveTypeUID() local
2272 return ResolveTypeUID (cu_sp.get(), type_die, assert_not_being_parsed); in ResolveTypeUID()
2279 …ResolveTypeUID (DWARFCompileUnit* cu, const DWARFDebugInfoEntry* die, bool assert_not_being_parsed) in ResolveTypeUID() argument
2646 …ype (DWARFCompileUnit* dwarf_cu, const DWARFDebugInfoEntry* type_die, bool assert_not_being_parsed) in ResolveType() argument
2655 if (assert_not_being_parsed) in ResolveType()
4604 bool assert_not_being_parsed = true; in GetClangDeclContextForDIE() local
4605 ResolveTypeUID (cu, die, assert_not_being_parsed); in GetClangDeclContextForDIE()