Searched refs:LexicalBlockStack (Results 1 – 2 of 2) sorted by relevance
76 assert(LexicalBlockStack.empty() && in ~CGDebugInfo()117 assert(!DI->LexicalBlockStack.empty()); in init()119 llvm::DILocation::get(DI->LexicalBlockStack.back()->getContext(), 0, 0, in init()120 DI->LexicalBlockStack.back(), DI->getInlinedAt())); in init()180 if (LexicalBlockStack.empty()) in setLocation()184 auto *Scope = cast<llvm::DIScope>(LexicalBlockStack.back()); in setLocation()190 LexicalBlockStack.pop_back(); in setLocation()191 LexicalBlockStack.emplace_back(DBuilder.createLexicalBlockFile( in setLocation()195 LexicalBlockStack.pop_back(); in setLocation()196 LexicalBlockStack.emplace_back( in setLocation()[all …]
141 std::vector<llvm::TypedTrackingMDRef<llvm::DIScope>> LexicalBlockStack; variable