Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfCompileUnit.h199 void addScopeRangeList(DIE &ScopeDIE, SmallVector<RangeSpan, 2> Range);
H A DDwarfCompileUnit.cpp559 void DwarfCompileUnit::addScopeRangeList(DIE &ScopeDIE, in addScopeRangeList() function in DwarfCompileUnit
604 addScopeRangeList(Die, std::move(Ranges)); in attachRangesOrLowHighPC()