Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfCompileUnit.cpp540 DIE *SPDie = getOrCreateSubprogramDIE(SP, includeMinimalInlineScopes()); in updateSubprogramScopeDIE()
561 if (!includeMinimalInlineScopes()) { in updateSubprogramScopeDIE()
1145 !includeMinimalInlineScopes()) in constructSubprogramScopeDIE()
1173 if (!includeMinimalInlineScopes() && !Scope->getInlinedAt()) { in createAndAddScopeChildren()
1185 return includeMinimalInlineScopes() || in createAndAddScopeChildren()
1209 if (includeMinimalInlineScopes()) in constructAbstractSubprogramScopeDIE()
1456 assert(D || includeMinimalInlineScopes()); in finishSubprogramDefinition()
1558 return DD->tuneForGDB() && !includeMinimalInlineScopes() && in hasDwarfPubSections()
1721 applySubprogramAttributes(SP, SPDie, includeMinimalInlineScopes()); in applySubprogramAttributesToDefinition()
1733 bool DwarfCompileUnit::includeMinimalInlineScopes() const { in includeMinimalInlineScopes() function in DwarfCompileUnit
H A DDwarfCompileUnit.h157 bool includeMinimalInlineScopes() const;