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

  /external/llvm/lib/CodeGen/
LexicalScopes.cpp 167 if (D.isLexicalBlock())
218 if (Scope.isLexicalBlock()) {
  /external/llvm/lib/IR/
DebugInfo.cpp 304 /// isLexicalBlock - Return true if the specified tag is DW_TAG_lexical_block.
305 bool DIDescriptor::isLexicalBlock() const {
619 return isLexicalBlock() && DbgNode->getNumOperands() == 7;
763 if (isLexicalBlock())
784 assert((isLexicalBlock() || isLexicalBlockFile() || isFile() ||
933 if (D.isLexicalBlock())
    [all...]
  /external/llvm/include/llvm/IR/
DebugInfo.h 139 bool isLexicalBlock() const;
745 return getScope().isLexicalBlock()
    [all...]
  /external/llvm/lib/CodeGen/AsmPrinter/
WinCodeViewLineTables.cpp 25 D.isLexicalBlockFile() || D.isLexicalBlock()) &&
DwarfDebug.cpp     [all...]
  /external/clang/lib/CodeGen/
CGDebugInfo.cpp 129 } else if (Scope.isLexicalBlock() || Scope.isSubprogram()) {
    [all...]

Completed in 80 milliseconds