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

  /external/clang/lib/CodeGen/
CGDebugInfo.cpp 51 assert(LexicalBlockStack.empty() &&
92 assert(!DI->LexicalBlockStack.empty());
93 llvm::DIDescriptor Scope(DI->LexicalBlockStack.back());
112 if (LexicalBlockStack.empty()) return;
115 llvm::DIScope Scope(LexicalBlockStack.back());
127 LexicalBlockStack.pop_back();
128 LexicalBlockStack.push_back(N);
133 LexicalBlockStack.pop_back();
134 LexicalBlockStack.push_back(N);
    [all...]
CGDebugInfo.h 90 // LexicalBlockStack - Keep track of our current nested lexical block.
91 std::vector<llvm::TrackingVH<llvm::MDNode> > LexicalBlockStack;
93 // FnBeginRegionCount - Keep track of LexicalBlockStack counter at the
457 /// (= the top of the LexicalBlockStack).

Completed in 814 milliseconds