Home
last modified time | relevance | path

Searched refs:isLexicalScopeDIENull (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfDebug.h805 bool isLexicalScopeDIENull(LexicalScope *Scope);
H A DDwarfCompileUnit.cpp560 if (DD->isLexicalScopeDIENull(Scope)) in constructScopeDIE()
690 if (DD->isLexicalScopeDIENull(Scope)) in constructLexicalScopeDIE()
H A DDwarfDebug.cpp534 bool DwarfDebug::isLexicalScopeDIENull(LexicalScope *Scope) { in isLexicalScopeDIENull() function in DwarfDebug