Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfCompileUnit.h201 void attachRangesOrLowHighPC(DIE &D, SmallVector<RangeSpan, 2> Ranges);
203 void attachRangesOrLowHighPC(DIE &D,
H A DDwarfCompileUnit.cpp423 attachRangesOrLowHighPC(*SPDie, BB_List); in updateSubprogramScopeDIE()
592 void DwarfCompileUnit::attachRangesOrLowHighPC( in attachRangesOrLowHighPC() function in DwarfCompileUnit
607 void DwarfCompileUnit::attachRangesOrLowHighPC( in attachRangesOrLowHighPC() function in DwarfCompileUnit
638 attachRangesOrLowHighPC(Die, std::move(List)); in attachRangesOrLowHighPC()
655 attachRangesOrLowHighPC(*ScopeDIE, Scope->getRanges()); in constructInlinedScopeDIE()
685 attachRangesOrLowHighPC(*ScopeDIE, Scope->getRanges()); in constructLexicalScopeDIE()
H A DDwarfDebug.cpp1352 U.attachRangesOrLowHighPC(U.getUnitDie(), TheCU.takeRanges()); in finalizeModuleInfo()