Home
last modified time | relevance | path

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

/external/lldb/source/Plugins/SymbolFile/DWARF/
DSymbolFileDWARF.h288 flagsGotDebugLineData = (1 << 4), enumerator
DSymbolFileDWARF.cpp644 m_flags.Set (flagsGotDebugLineData); in CalculateAbilities()
758 …return GetCachedSectionData (flagsGotDebugLineData, eSectionTypeDWARFDebugLine, m_data_debug_line); in get_debug_line_data()