Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/CodeGen/
H A DLiveDebugVariables.cpp1021 LocMapI.setValueUnchecked(v.changeLocNo(v.locNo() - 1)); in splitLocation()
1148 I.setValueUnchecked(Loc.changeLocNo(NewLocNo)); in rewriteLocations()
/freebsd-12.1/contrib/llvm/include/llvm/ADT/
H A DIntervalMap.h1576 void setValueUnchecked(ValT x) { this->unsafeValue() = x; } in setValueUnchecked() function
1715 setValueUnchecked(x); in setValue()