Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfCompileUnit.h202 void attachRangesOrLowHighPC(DIE &D, SmallVector<RangeSpan, 2> Ranges);
204 void attachRangesOrLowHighPC(DIE &D,
H A DDwarfCompileUnit.cpp455 attachRangesOrLowHighPC(*SPDie, BB_List); in updateSubprogramScopeDIE()
604 void DwarfCompileUnit::attachRangesOrLowHighPC( in attachRangesOrLowHighPC() function in DwarfCompileUnit
619 void DwarfCompileUnit::attachRangesOrLowHighPC( in attachRangesOrLowHighPC() function in DwarfCompileUnit
650 attachRangesOrLowHighPC(Die, std::move(List)); in attachRangesOrLowHighPC()
667 attachRangesOrLowHighPC(*ScopeDIE, Scope->getRanges()); in constructInlinedScopeDIE()
697 attachRangesOrLowHighPC(*ScopeDIE, Scope->getRanges()); in constructLexicalScopeDIE()
H A DDwarfDebug.cpp1342 U.attachRangesOrLowHighPC(U.getUnitDie(), TheCU.takeRanges()); in finalizeModuleInfo()