Searched refs:LexicalBlockStack (Results 1 – 2 of 2) sorted by relevance
90 assert(LexicalBlockStack.empty() && in ~CGDebugInfo()131 assert(!DI->LexicalBlockStack.empty()); in init()133 llvm::DILocation::get(DI->LexicalBlockStack.back()->getContext(), 0, 0, in init()134 DI->LexicalBlockStack.back(), DI->getInlinedAt())); in init()194 if (LexicalBlockStack.empty()) in setLocation()198 auto *Scope = cast<llvm::DIScope>(LexicalBlockStack.back()); in setLocation()204 LexicalBlockStack.pop_back(); in setLocation()205 LexicalBlockStack.emplace_back(DBuilder.createLexicalBlockFile( in setLocation()209 LexicalBlockStack.pop_back(); in setLocation()210 LexicalBlockStack.emplace_back( in setLocation()[all …]
144 std::vector<llvm::TypedTrackingMDRef<llvm::DIScope>> LexicalBlockStack; variable