Home
last modified time | relevance | path

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

/llvm-project/lldb/test/Shell/ObjectFile/PDB/
H A Dobject.test121 PaddingFrameBytes: 0
/llvm-project/llvm/test/DebugInfo/PDB/
H A Dpdb-yaml-symbols.test65 YAML: PaddingFrameBytes: 0
/llvm-project/llvm/test/DebugInfo/COFF/
H A Dvframe-fpo.ll123 ; CODEVIEW-NEXT: PaddingFrameBytes: 0x0
/llvm-project/llvm/lib/DebugInfo/CodeView/
H A DSymbolRecordMapping.cpp318 error(IO.mapInteger(FrameProc.PaddingFrameBytes)); in visitKnownRecord()
H A DSymbolDumper.cpp415 W.printHex("PaddingFrameBytes", FrameProc.PaddingFrameBytes); in visitKnownRecord()
/llvm-project/llvm/lib/ObjectYAML/
H A DCodeViewYAMLSymbols.cpp505 IO.mapRequired("PaddingFrameBytes", Symbol.PaddingFrameBytes); in map()
/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DSymbolRecord.h796 uint32_t PaddingFrameBytes = 0; variable
/llvm-project/llvm/tools/llvm-pdbutil/
H A DMinimalSymbolDumper.cpp687 FP.TotalFrameBytes, FP.PaddingFrameBytes, FP.OffsetToPadding); in visitKnownRecord()