Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGDebugInfo.cpp127 assert(LexicalBlockStack.empty() && in ~CGDebugInfo()
262 assert(!DI->LexicalBlockStack.empty()); in init()
264 llvm::DILocation::get(DI->LexicalBlockStack.back()->getContext(), 0, 0, in init()
265 DI->LexicalBlockStack.back(), DI->getInlinedAt())); in init()
332 if (LexicalBlockStack.empty()) in setLocation()
336 auto *Scope = cast<llvm::DIScope>(LexicalBlockStack.back()); in setLocation()
342 LexicalBlockStack.pop_back(); in setLocation()
343 LexicalBlockStack.emplace_back(DBuilder.createLexicalBlockFile( in setLocation()
347 LexicalBlockStack.pop_back(); in setLocation()
348 LexicalBlockStack.emplace_back( in setLocation()
[all …]
H A DCGDebugInfo.h151 std::vector<llvm::TypedTrackingMDRef<llvm::DIScope>> LexicalBlockStack; variable