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.h901 bool isLexicalScopeDIENull(LexicalScope *Scope);
H A DDwarfCompileUnit.cpp639 if (DD->isLexicalScopeDIENull(Scope)) in constructScopeDIE()
770 if (DD->isLexicalScopeDIENull(Scope)) in constructLexicalScopeDIE()
H A DDwarfDebug.cpp523 bool DwarfDebug::isLexicalScopeDIENull(LexicalScope *Scope) { in isLexicalScopeDIENull() function in DwarfDebug