Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/DebugInfo/CodeView/
H A DSymbolRecordMapping.cpp318 error(IO.mapInteger(FrameProc.TotalFrameBytes)); in visitKnownRecord()
H A DSymbolDumper.cpp416 W.printHex("TotalFrameBytes", FrameProc.TotalFrameBytes); in visitKnownRecord()
/freebsd-12.1/contrib/llvm/lib/ObjectYAML/
H A DCodeViewYAMLSymbols.cpp470 IO.mapRequired("TotalFrameBytes", Symbol.TotalFrameBytes); in map()
/freebsd-12.1/contrib/llvm/include/llvm/DebugInfo/CodeView/
H A DSymbolRecord.h769 uint32_t TotalFrameBytes; variable
/freebsd-12.1/contrib/llvm/tools/llvm-pdbutil/
H A DMinimalSymbolDumper.cpp628 FP.TotalFrameBytes, FP.PaddingFrameBytes, FP.OffsetToPadding); in visitKnownRecord()