HomeSort by relevance Sort by last modified time
    Searched refs:isLexicalBlock (Results 1 - 5 of 5) sorted by null

  /external/llvm/lib/IR/
DebugInfo.cpp 318 /// isLexicalBlock - Return true if the specified tag is DW_TAG_lexical_block.
319 bool DIDescriptor::isLexicalBlock() const {
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())
    [all...]
  /external/llvm/lib/CodeGen/
LexicalScopes.cpp 163 if (D.isLexicalBlock())
201 if (Scope.isLexicalBlock()) {
  /external/llvm/include/llvm/
DebugInfo.h 119 bool isLexicalBlock() const;
  /external/clang/lib/CodeGen/
CGDebugInfo.cpp 82 } else if (Scope.isLexicalBlock() || Scope.isSubprogram()) {
    [all...]
  /external/llvm/lib/CodeGen/AsmPrinter/
DwarfDebug.cpp     [all...]

Completed in 190 milliseconds