HomeSort by: relevance | last modified time | path
    Searched refs:LexicalBlocks (Results 1 - 3 of 3) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/examples/Kaleidoscope/Chapter9/
toy.cpp 95 std::vector<DIScope *> LexicalBlocks;
847 if (LexicalBlocks.empty())
850 Scope = LexicalBlocks.back();
1261 KSDbgInfo.LexicalBlocks.push_back(SP);
1298 KSDbgInfo.LexicalBlocks.pop_back();
1314 KSDbgInfo.LexicalBlocks.pop_back();
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
CodeViewDebug.h 145 std::unordered_map<const DILexicalBlockBase*, LexicalBlock> LexicalBlocks;
192 // and LexicalBlocks.
CodeViewDebug.cpp 2868 auto BlockInsertion = CurFn->LexicalBlocks.insert({DILB, LexicalBlock()});

Completed in 100 milliseconds