Home
last modified time | relevance | path

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

/llvm-project/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/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/llvm/include/llvm/Support/
H A DWin64EH.h156 uint8_t PrologSize; in getVersion()
151 uint8_t PrologSize; global() member
/llvm-project/llvm/include/llvm/ObjectYAML/
H A DCodeViewYAMLDebugSections.h52 uint32_t PrologSize; member
/llvm-project/llvm/lib/ObjectYAML/
H A DCodeViewYAMLDebugSections.cpp312 IO.mapOptional("PrologSize", Obj.PrologSize); in mapping()
519 F.PrologSize = YF.PrologSize; in toCodeViewSubsection()
717 YF.PrologSize = F.PrologSize; in fromCodeViewSubsection()
/llvm-project/lld/test/COFF/
H A Ddelayimports.test53 UNWIND-NEXT: PrologSize: 10
/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DCodeView.h591 support::ulittle16_t PrologSize; member
/llvm-project/llvm/tools/llvm-readobj/
H A DWin64EHDumper.cpp340 SW.printNumber("PrologSize", UI.PrologSize); in printUnwindInfo()
H A DCOFFDumper.cpp1311 W.printHex("PrologSize", FD.PrologSize); in printCodeViewSymbolSection()
/llvm-project/llvm/tools/llvm-objdump/
H A DCOFFDump.cpp667 outs() << " Size of prolog: " << static_cast<int>(UI->PrologSize) << "\n"; in printWin64EHUnwindInfo()
/llvm-project/llvm/tools/llvm-pdbutil/
H A DDumpOutputStyle.cpp1034 uint32_t(FD.MaxStackSize), uint16_t(FD.PrologSize), in dumpNewFpo()