Home
last modified time | relevance | path

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

/external/llvm-project/llvm/test/MC/COFF/
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
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
Dcv-string.s64 .short 0 # PrologSize
/external/llvm-project/llvm/test/DebugInfo/COFF/
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 …]
Dfpo-shrink-wrap.ll44 ; OBJ: PrologSize: 0x9
54 ; OBJ: PrologSize: 0x2
65 ; OBJ: PrologSize: 0x1
77 ; OBJ: PrologSize: 0x0
Dvframe-fpo.ll90 ; CODEVIEW-NEXT: PrologSize:
/external/llvm/tools/llvm-readobj/
DCodeView.h40 ulittle16_t PrologSize; member
DWin64EHDumper.cpp242 SW.printNumber("PrologSize", UI.PrologSize); in printUnwindInfo()
DCOFFDumper.cpp860 W.printHex("PrologSize", FD->PrologSize); in printCodeViewSymbolSection()
/external/llvm/include/llvm/Support/
DWin64EH.h78 uint8_t PrologSize; member
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
DWin64EH.h96 uint8_t PrologSize; member
/external/llvm-project/llvm/include/llvm/Support/
DWin64EH.h102 uint8_t PrologSize; member
/external/llvm-project/llvm/include/llvm/ObjectYAML/
DCodeViewYAMLDebugSections.h52 uint32_t PrologSize; member
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ObjectYAML/
DCodeViewYAMLDebugSections.h52 uint32_t PrologSize; member
/external/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/
DCodeViewYAMLDebugSections.cpp314 IO.mapOptional("PrologSize", Obj.PrologSize); in mapping()
521 F.PrologSize = YF.PrologSize; in toCodeViewSubsection()
719 YF.PrologSize = F.PrologSize; in fromCodeViewSubsection()
/external/llvm-project/llvm/lib/ObjectYAML/
DCodeViewYAMLDebugSections.cpp314 IO.mapOptional("PrologSize", Obj.PrologSize); in mapping()
521 F.PrologSize = YF.PrologSize; in toCodeViewSubsection()
719 YF.PrologSize = F.PrologSize; in fromCodeViewSubsection()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/CodeView/
DCodeView.h576 support::ulittle16_t PrologSize; member
/external/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
DCodeView.h576 support::ulittle16_t PrologSize; member
/external/llvm-project/llvm/tools/llvm-readobj/
DWin64EHDumper.cpp280 SW.printNumber("PrologSize", UI.PrologSize); in printUnwindInfo()
DCOFFDumper.cpp1102 W.printHex("PrologSize", FD.PrologSize); in printCodeViewSymbolSection()
/external/llvm/tools/llvm-objdump/
DCOFFDump.cpp490 outs() << " Size of prolog: " << static_cast<int>(UI->PrologSize) << "\n"; in printWin64EHUnwindInfo()
/external/llvm-project/llvm/tools/llvm-objdump/
DCOFFDump.cpp504 outs() << " Size of prolog: " << static_cast<int>(UI->PrologSize) << "\n"; in printWin64EHUnwindInfo()
/external/llvm-project/llvm/tools/llvm-pdbutil/
DDumpOutputStyle.cpp1141 uint32_t(FD.MaxStackSize), uint16_t(FD.PrologSize), in dumpNewFpo()