Searched refs:LexicalBlockStack (Results 1 – 2 of 2) sorted by relevance
81 assert(LexicalBlockStack.empty() && in ~CGDebugInfo()122 assert(!DI->LexicalBlockStack.empty()); in init()124 llvm::DILocation::get(DI->LexicalBlockStack.back()->getContext(), 0, 0, in init()125 DI->LexicalBlockStack.back(), DI->getInlinedAt())); in init()185 if (LexicalBlockStack.empty()) in setLocation()189 auto *Scope = cast<llvm::DIScope>(LexicalBlockStack.back()); in setLocation()195 LexicalBlockStack.pop_back(); in setLocation()196 LexicalBlockStack.emplace_back(DBuilder.createLexicalBlockFile( in setLocation()200 LexicalBlockStack.pop_back(); in setLocation()201 LexicalBlockStack.emplace_back( in setLocation()[all …]
140 std::vector<llvm::TypedTrackingMDRef<llvm::DIScope>> LexicalBlockStack; variable