Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfCompileUnit.cpp500 DIE *SPDie = getOrCreateSubprogramDIE(SP, includeMinimalInlineScopes()); in updateSubprogramScopeDIE()
515 if (!includeMinimalInlineScopes()) { in updateSubprogramScopeDIE()
1097 !includeMinimalInlineScopes()) in constructSubprogramScopeDIE()
1125 if (!includeMinimalInlineScopes() && !Scope->getInlinedAt()) { in createAndAddScopeChildren()
1137 return includeMinimalInlineScopes() || in createAndAddScopeChildren()
1161 if (includeMinimalInlineScopes()) in constructAbstractSubprogramScopeDIE()
1402 assert(D || includeMinimalInlineScopes()); in finishSubprogramDefinition()
1491 return DD->tuneForGDB() && !includeMinimalInlineScopes() && in hasDwarfPubSections()
1649 applySubprogramAttributes(SP, SPDie, includeMinimalInlineScopes()); in applySubprogramAttributesToDefinition()
1661 bool DwarfCompileUnit::includeMinimalInlineScopes() const { in includeMinimalInlineScopes() function in DwarfCompileUnit
H A DDwarfCompileUnit.h153 bool includeMinimalInlineScopes() const;