Home
last modified time | relevance | path

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

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