Home
last modified time | relevance | path

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

/external/llvm-project/lldb/include/lldb/Symbol/
DBlock.h335 bool BlockInfoHasBeenParsed() const { return m_parsed_block_info; } in BlockInfoHasBeenParsed()
370 bool m_parsed_block_info : 1, ///< Set to true if this block and it's children variable
/external/llvm-project/lldb/source/Symbol/
DBlock.cpp25 m_inlineInfoSP(), m_variable_list_sp(), m_parsed_block_info(false), in Block()
476 m_parsed_block_info = b; in SetBlockInfoHasBeenParsed()