Home
last modified time | relevance | path

Searched refs:BlockInfoHasBeenParsed (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() function
/external/llvm-project/lldb/source/Symbol/
DFunction.cpp345 if (!m_block.BlockInfoHasBeenParsed() && can_create) { in GetBlock()
400 if (m_block.BlockInfoHasBeenParsed()) in Dump()