Home
last modified time | relevance | path

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

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