Home
last modified time | relevance | path

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

/external/clang/lib/CodeGen/
DCGDebugInfo.cpp57 assert(LexicalBlockStack.empty() && in ~CGDebugInfo()
94 assert(!DI->LexicalBlockStack.empty()); in init()
96 llvm::DebugLoc::get(0, 0, DI->LexicalBlockStack.back())); in init()
132 if (LexicalBlockStack.empty()) in setLocation()
136 auto *Scope = cast<llvm::DIScope>(LexicalBlockStack.back()); in setLocation()
143 LexicalBlockStack.pop_back(); in setLocation()
144 LexicalBlockStack.emplace_back(DBuilder.createLexicalBlockFile( in setLocation()
148 LexicalBlockStack.pop_back(); in setLocation()
149 LexicalBlockStack.emplace_back( in setLocation()
1727 LexicalBlockStack.emplace_back(&*FwdDecl); in CreateTypeDefinition()
[all …]
DCGDebugInfo.h109 std::vector<llvm::TypedTrackingMDRef<llvm::DIScope>> LexicalBlockStack; variable
/external/llvm-project/clang/lib/CodeGen/
DCGDebugInfo.cpp76 assert(LexicalBlockStack.empty() && in ~CGDebugInfo()
117 assert(!DI->LexicalBlockStack.empty()); in init()
119 0, 0, DI->LexicalBlockStack.back(), DI->getInlinedAt())); in init()
179 if (LexicalBlockStack.empty()) in setLocation()
183 auto *Scope = cast<llvm::DIScope>(LexicalBlockStack.back()); in setLocation()
189 LexicalBlockStack.pop_back(); in setLocation()
190 LexicalBlockStack.emplace_back(DBuilder.createLexicalBlockFile( in setLocation()
194 LexicalBlockStack.pop_back(); in setLocation()
195 LexicalBlockStack.emplace_back( in setLocation()
2411 LexicalBlockStack.emplace_back(&*FwdDecl); in CreateTypeDefinition()
[all …]
DCGDebugInfo.h141 std::vector<llvm::TypedTrackingMDRef<llvm::DIScope>> LexicalBlockStack; variable