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

  /external/llvm/lib/Analysis/
DebugInfo.cpp 276 /// isLexicalBlock - Return true if the specified tag is DW_TAG_lexical_block.
277 bool DIDescriptor::isLexicalBlock() const {
556 if (isLexicalBlock())
577 if (isLexicalBlock())
977 else if (Scope.isLexicalBlock())
1008 else if (S.isLexicalBlock())
1043 if (Context.isLexicalBlock())
    [all...]
  /external/llvm/lib/CodeGen/
LexicalScopes.cpp 163 if (D.isLexicalBlock())
201 if (Scope.isLexicalBlock()) {
  /external/llvm/include/llvm/Analysis/
DebugInfo.h 123 bool isLexicalBlock() const;
  /external/llvm/lib/CodeGen/AsmPrinter/
DwarfDebug.cpp     [all...]
  /external/clang/lib/CodeGen/
CGDebugInfo.cpp 82 } else if (Scope.isLexicalBlock()) {
    [all...]

Completed in 368 milliseconds