Searched defs:isLexicalBlock (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/IR/
H A DDebugInfo.cpp318 /// isLexicalBlock - Return true if the specified tag is DW_TAG_lexical_block.
319 bool DIDescriptor::isLexicalBlock() const { function in class:DIDescriptor
559 return isLexicalBlock() && DbgNode->getNumOperands() == 6;
664 if (isLexicalBlock())
682 if (isLexicalBlock())
816 if (D.isLexicalBlock())
885 else if (S.isLexicalBlock())
918 if (Context.isLexicalBlock())

Completed in 3690 milliseconds