Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfCompileUnit.h203 void attachRangesOrLowHighPC(DIE &D, SmallVector<RangeSpan, 2> Ranges);
205 void attachRangesOrLowHighPC(DIE &D,
H A DDwarfCompileUnit.cpp460 attachRangesOrLowHighPC(*SPDie, BB_List); in updateSubprogramScopeDIEImpl()
606 void DwarfCompileUnit::attachRangesOrLowHighPC( in attachRangesOrLowHighPC() function in DwarfCompileUnit
621 void DwarfCompileUnit::attachRangesOrLowHighPC( in attachRangesOrLowHighPC() function in DwarfCompileUnit
652 attachRangesOrLowHighPC(Die, std::move(List)); in attachRangesOrLowHighPC()
669 attachRangesOrLowHighPC(*ScopeDIE, Scope->getRanges()); in constructInlinedScopeDIE()
699 attachRangesOrLowHighPC(*ScopeDIE, Scope->getRanges()); in constructLexicalScopeDIE()
H A DDwarfDebug.cpp1368 U.attachRangesOrLowHighPC(U.getUnitDie(), TheCU.takeRanges()); in finalizeModuleInfo()