Home
last modified time | relevance | path

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

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