Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfDebug.h883 bool isLexicalScopeDIENull(LexicalScope *Scope);
H A DDwarfCompileUnit.cpp593 if (DD->isLexicalScopeDIENull(Scope)) in constructScopeDIE()
724 if (DD->isLexicalScopeDIENull(Scope)) in constructLexicalScopeDIE()
H A DDwarfDebug.cpp513 bool DwarfDebug::isLexicalScopeDIENull(LexicalScope *Scope) { in isLexicalScopeDIENull() function in DwarfDebug