Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/CodeGen/AsmPrinter/
H A DCodeViewDebug.h164 unsigned CSRSize = 0; member
H A DCodeViewDebug.cpp1027 OS.EmitIntValue(FI.FrameSize - FI.CSRSize, 4); in emitDebugInfoForFunction()
1033 OS.EmitIntValue(FI.CSRSize, 4); in emitDebugInfoForFunction()
1292 CurFn->CSRSize = MFI.getCVBytesOfCalleeSavedRegisters(); in beginFunctionImpl()