Home
last modified time | relevance | path

Searched refs:PrologSize (Results 1 – 21 of 21) sorted by relevance

/llvm-project-15.0.7/llvm/test/MC/COFF/
H A Dcv-fpo-csrs.s74 # OBJ-NEXT: PrologSize: 0x7
91 # OBJ-NEXT: PrologSize: 0x6
108 # OBJ-NEXT: PrologSize: 0x5
126 # OBJ-NEXT: PrologSize: 0x4
145 # OBJ-NEXT: PrologSize: 0x3
165 # OBJ-NEXT: PrologSize: 0x0
H A Dcv-fpo-setframe.s77 # OBJ-NEXT: PrologSize: 0x9
94 # OBJ-NEXT: PrologSize: 0x8
111 # OBJ-NEXT: PrologSize: 0x6
128 # OBJ-NEXT: PrologSize: 0x5
146 # OBJ-NEXT: PrologSize: 0x4
165 # OBJ-NEXT: PrologSize: 0x3
H A Dcv-string.s64 .short 0 # PrologSize
/llvm-project-15.0.7/llvm/test/DebugInfo/COFF/
H A Dfpo-csrs.ll81 ; OBJ-NEXT: PrologSize: 0x1
98 ; OBJ-NEXT: PrologSize: 0x0
148 ; OBJ-NEXT: PrologSize: 0x2
165 ; OBJ-NEXT: PrologSize: 0x1
182 ; OBJ-NEXT: PrologSize: 0x0
234 ; OBJ-NEXT: PrologSize: 0x3
251 ; OBJ-NEXT: PrologSize: 0x2
268 ; OBJ-NEXT: PrologSize: 0x1
286 ; OBJ-NEXT: PrologSize: 0x0
344 ; OBJ-NEXT: PrologSize: 0x4
[all …]
H A Dfpo-shrink-wrap.ll44 ; OBJ: PrologSize: 0x9
54 ; OBJ: PrologSize: 0x2
65 ; OBJ: PrologSize: 0x1
77 ; OBJ: PrologSize: 0x0
H A Dvframe-fpo.ll92 ; CODEVIEW-NEXT: PrologSize:
/llvm-project-15.0.7/lld/test/COFF/Inputs/
H A Dpdb-globals.yaml138 PrologSize: 3
146 PrologSize: 2
154 PrologSize: 0
198 PrologSize: 6
206 PrologSize: 5
214 PrologSize: 3
342 PrologSize: 3
350 PrologSize: 2
358 PrologSize: 0
701 PrologSize: 4
[all …]
H A Dpdb-hashes-1.yaml60 PrologSize: 7
68 PrologSize: 6
76 PrologSize: 4
84 PrologSize: 3
343 PrologSize: 6
351 PrologSize: 5
359 PrologSize: 3
H A Dpdb-hashes-2-missing.yaml49 PrologSize: 4
57 PrologSize: 3
65 PrologSize: 1
H A Dpdb-hashes-2.yaml49 PrologSize: 4
57 PrologSize: 3
65 PrologSize: 1
/llvm-project-15.0.7/lld/test/COFF/
H A Dpdb-framedata.yaml78 PrologSize: 6
86 PrologSize: 5
94 PrologSize: 3
163 PrologSize: 7
171 PrologSize: 6
179 PrologSize: 4
187 PrologSize: 3
/llvm-project-15.0.7/llvm/include/llvm/Support/
H A DWin64EH.h136 uint8_t PrologSize; member
/llvm-project-15.0.7/llvm/include/llvm/ObjectYAML/
H A DCodeViewYAMLDebugSections.h52 uint32_t PrologSize; member
/llvm-project-15.0.7/llvm/test/DebugInfo/PDB/Inputs/
H A Ddebug-subsections.yaml88 PrologSize: 5
/llvm-project-15.0.7/llvm/lib/ObjectYAML/
H A DCodeViewYAMLDebugSections.cpp314 IO.mapOptional("PrologSize", Obj.PrologSize); in mapping()
521 F.PrologSize = YF.PrologSize; in toCodeViewSubsection()
719 YF.PrologSize = F.PrologSize; in fromCodeViewSubsection()
/llvm-project-15.0.7/llvm/test/tools/llvm-readobj/COFF/
H A Dunwind-x86_64-image.yaml14 # CHECK-NEXT: PrologSize: 4
/llvm-project-15.0.7/llvm/include/llvm/DebugInfo/CodeView/
H A DCodeView.h584 support::ulittle16_t PrologSize; member
/llvm-project-15.0.7/llvm/tools/llvm-readobj/
H A DWin64EHDumper.cpp319 SW.printNumber("PrologSize", UI.PrologSize); in printUnwindInfo()
H A DCOFFDumper.cpp1124 W.printHex("PrologSize", FD.PrologSize); in printCodeViewSymbolSection()
/llvm-project-15.0.7/llvm/tools/llvm-objdump/
H A DCOFFDump.cpp635 outs() << " Size of prolog: " << static_cast<int>(UI->PrologSize) << "\n"; in printWin64EHUnwindInfo()
/llvm-project-15.0.7/llvm/tools/llvm-pdbutil/
H A DDumpOutputStyle.cpp1032 uint32_t(FD.MaxStackSize), uint16_t(FD.PrologSize), in dumpNewFpo()