Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/IR/
H A DDebugInfo.h114 bool addScope(DIScope *Scope);
/llvm-project-15.0.7/llvm/lib/IR/
H A DDebugInfo.cpp246 if (!addScope(Scope)) in processScope()
336 bool DebugInfoFinder::addScope(DIScope *Scope) { in addScope() function in DebugInfoFinder