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

  /external/llvm/lib/CodeGen/
LexicalScopes.cpp 163 if (D.isLexicalBlock())
201 if (Scope.isLexicalBlock()) {
  /external/llvm/lib/IR/
DebugInfo.cpp 292 /// isLexicalBlock - Return true if the specified tag is DW_TAG_lexical_block.
293 bool DIDescriptor::isLexicalBlock() const {
574 return isLexicalBlock() && DbgNode->getNumOperands() == 6;
705 if (isLexicalBlock())
841 if (D.isLexicalBlock())
958 if (Scope.isLexicalBlock()) {
973 if (Context.isLexicalBlock())
    [all...]
  /external/llvm/include/llvm/
DebugInfo.h 128 bool isLexicalBlock() const;
  /external/clang/lib/CodeGen/
CGDebugInfo.cpp 128 } else if (Scope.isLexicalBlock() || Scope.isSubprogram()) {
    [all...]
  /external/llvm/lib/CodeGen/AsmPrinter/
DwarfDebug.cpp     [all...]

Completed in 223 milliseconds