Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/IR/
H A DDebugInfo.h122 bool addScope(DIScope *Scope);
/openbsd-src/gnu/llvm/llvm/lib/IR/
H A DDebugInfo.cpp262 if (!addScope(Scope)) in processScope()
352 bool DebugInfoFinder::addScope(DIScope *Scope) { in addScope() function in DebugInfoFinder