Searched refs:LexicalBlocks (Results 1 - 1 of 1) sorted by relevance

/external/llvm/examples/Kaleidoscope/Chapter8/
H A Dtoy.cpp98 std::vector<DIScope *> LexicalBlocks; member in struct:DebugInfo
831 if (LexicalBlocks.empty())
834 Scope = *LexicalBlocks.back();
1250 DIScope *Scope = KSDbgInfo.LexicalBlocks.back();
1277 KSDbgInfo.LexicalBlocks.push_back(&KSDbgInfo.FnScopeMap[Proto]);
1302 KSDbgInfo.LexicalBlocks.pop_back();
1321 KSDbgInfo.LexicalBlocks.pop_back();

Completed in 45 milliseconds