Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/
H A DLiveDebugVariables.cpp485 SpillOffsetMap &SpillOffsets);
491 const SpillOffsetMap &SpillOffsets,
1525 SpillOffsetMap &SpillOffsets) { in rewriteLocations() argument
1578 SpillOffsets.clear(); in rewriteLocations()
1586 SpillOffsets[NewLocNo] = SpillOffset; in rewriteLocations()
1676 ArrayRef<unsigned> SpillOffsets, in insertDebugValue() argument
1723 DIExpression::appendOffset(Ops, SpillOffsets[I]); in insertDebugValue()
1758 const SpillOffsetMap &SpillOffsets, in emitDebugValues() argument
1771 !DbgValue.isUndef() ? SpillOffsets.find(LocNo) : SpillOffsets.end(); in emitDebugValues()
1772 bool Spilled = SpillIt != SpillOffsets.end(); in emitDebugValues()
[all …]