Home
last modified time | relevance | path

Searched refs:ClearDIEs (Results 1 – 5 of 5) sorted by relevance

/external/llvm/lib/DebugInfo/
DDWARFUnit.cpp313 const bool ClearDIEs = extractDIEsIfNeeded(false) > 1; in collectAddressRanges() local
325 if (ClearDIEs) in collectAddressRanges()
/external/lldb/source/Plugins/SymbolFile/DWARF/
DDWARFCompileUnit.h56 void ClearDIEs(bool keep_compile_unit_die);
DDWARFDebugPubnames.cpp203 cu->ClearDIEs (true); in GeneratePubnames()
DDWARFCompileUnit.cpp131 DWARFCompileUnit::ClearDIEs(bool keep_compile_unit_die) in ClearDIEs() function in DWARFCompileUnit
433 ClearDIEs (true); in BuildAddressRangeTable()
DSymbolFileDWARF.cpp2979 dwarf_cu->ClearDIEs (true); in Index()