Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/CodeView/
H A DSymbolRecordMapping.cpp318 error(IO.mapInteger(FrameProc.PaddingFrameBytes)); in visitKnownRecord()
H A DSymbolDumper.cpp417 W.printHex("PaddingFrameBytes", FrameProc.PaddingFrameBytes); in visitKnownRecord()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ObjectYAML/
H A DCodeViewYAMLSymbols.cpp493 IO.mapRequired("PaddingFrameBytes", Symbol.PaddingFrameBytes); in map()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/CodeView/
H A DSymbolRecord.h776 uint32_t PaddingFrameBytes = 0; variable
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-pdbutil/
H A DMinimalSymbolDumper.cpp658 FP.TotalFrameBytes, FP.PaddingFrameBytes, FP.OffsetToPadding); in visitKnownRecord()