Home
last modified time | relevance | path

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

/llvm-project/lldb/test/Shell/ObjectFile/PDB/
H A Dobject.test120 TotalFrameBytes: 24
/llvm-project/llvm/test/DebugInfo/PDB/
H A Dpdb-yaml-symbols.test64 YAML: TotalFrameBytes: 0
/llvm-project/llvm/test/DebugInfo/COFF/
H A Dvframe-csr.ll69 ; OBJ: TotalFrameBytes: 0x18
H A Dfpo-realign-vframe.ll108 ; OBJ: TotalFrameBytes: 0x14
H A Dvframe-fpo.ll122 ; CODEVIEW-NEXT: TotalFrameBytes: 0xC
/llvm-project/llvm/test/DebugInfo/X86/
H A Ddbg-declare-inalloca.ll69 ; OBJ: TotalFrameBytes: 0x8
/llvm-project/llvm/lib/DebugInfo/CodeView/
H A DSymbolRecordMapping.cpp317 error(IO.mapInteger(FrameProc.TotalFrameBytes)); in visitKnownRecord()
H A DSymbolDumper.cpp414 W.printHex("TotalFrameBytes", FrameProc.TotalFrameBytes); in visitKnownRecord()
/llvm-project/llvm/lib/ObjectYAML/
H A DCodeViewYAMLSymbols.cpp504 IO.mapRequired("TotalFrameBytes", Symbol.TotalFrameBytes); in map()
/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DSymbolRecord.h795 uint32_t TotalFrameBytes = 0; variable
/llvm-project/llvm/tools/llvm-pdbutil/
H A DMinimalSymbolDumper.cpp687 FP.TotalFrameBytes, FP.PaddingFrameBytes, FP.OffsetToPadding); in visitKnownRecord()