Home
last modified time | relevance | path

Searched refs:LexicalBlockStack (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGDebugInfo.cpp76 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 …]
H A DCGDebugInfo.h141 std::vector<llvm::TypedTrackingMDRef<llvm::DIScope>> LexicalBlockStack; variable