Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/IR/
H A DDebugInfo.cpp1845 DIExpression::FragmentInfo VariableSlice(0, 0); in getFragmentOrEntireVariable() local
1848 VariableSlice.SizeInBits = *Sz; in getFragmentOrEntireVariable()
1850 VariableSlice.OffsetInBits = Frag->OffsetInBits; in getFragmentOrEntireVariable()
1851 return VariableSlice; in getFragmentOrEntireVariable()
1856 DIExpression::FragmentInfo VariableSlice(0, 0); in getFragmentOrEntireVariable() local
1859 VariableSlice.SizeInBits = *Sz; in getFragmentOrEntireVariable()
1861 VariableSlice.OffsetInBits = Frag->OffsetInBits; in getFragmentOrEntireVariable()
1862 return VariableSlice; in getFragmentOrEntireVariable()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/IR/
H A DIntrinsicInst.h403 DIExpression::FragmentInfo VariableSlice(0, 0); in getFragmentOrEntireVariable()
406 VariableSlice.SizeInBits = *Sz; in getFragmentOrEntireVariable()
408 VariableSlice.OffsetInBits = Frag->OffsetInBits; in getFragmentOrEntireVariable()
409 return VariableSlice; in getFragmentOrEntireVariable()