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.cpp515 DIE *SPDie = getOrCreateSubprogramDIE(SP, includeMinimalInlineScopes()); in updateSubprogramScopeDIE()
530 if (!includeMinimalInlineScopes()) { in updateSubprogramScopeDIE()
1112 !includeMinimalInlineScopes()) in constructSubprogramScopeDIE()
1140 if (!includeMinimalInlineScopes() && !Scope->getInlinedAt()) { in createAndAddScopeChildren()
1152 return includeMinimalInlineScopes() || in createAndAddScopeChildren()
1176 if (includeMinimalInlineScopes()) in constructAbstractSubprogramScopeDIE()
1423 assert(D || includeMinimalInlineScopes()); in finishSubprogramDefinition()
1512 return DD->tuneForGDB() && !includeMinimalInlineScopes() && in hasDwarfPubSections()
1670 applySubprogramAttributes(SP, SPDie, includeMinimalInlineScopes()); in applySubprogramAttributesToDefinition()
1682 bool DwarfCompileUnit::includeMinimalInlineScopes() const { in includeMinimalInlineScopes() function in DwarfCompileUnit
H A DDwarfCompileUnit.h153 bool includeMinimalInlineScopes() const;