Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DLiveDebugVariables.cpp483 SpillOffsetMap &SpillOffsets);
489 const SpillOffsetMap &SpillOffsets,
1514 SpillOffsetMap &SpillOffsets) { in rewriteLocations() argument
1566 SpillOffsets.clear(); in rewriteLocations()
1574 SpillOffsets[NewLocNo] = SpillOffset; in rewriteLocations()
1664 ArrayRef<unsigned> SpillOffsets, in insertDebugValue() argument
1711 DIExpression::appendOffset(Ops, SpillOffsets[I]); in insertDebugValue()
1746 const SpillOffsetMap &SpillOffsets, in emitDebugValues() argument
1759 !DbgValue.isUndef() ? SpillOffsets.find(LocNo) : SpillOffsets.end(); in emitDebugValues()
1760 bool Spilled = SpillIt != SpillOffsets.end(); in emitDebugValues()
[all …]