| /llvm-project-15.0.7/llvm/test/MC/COFF/ |
| H A D | cv-fpo-csrs.s | 73 # OBJ-NEXT: MaxStackSize: 0x0 90 # OBJ-NEXT: MaxStackSize: 0x0 107 # OBJ-NEXT: MaxStackSize: 0x0 125 # OBJ-NEXT: MaxStackSize: 0x0 144 # OBJ-NEXT: MaxStackSize: 0x0 164 # OBJ-NEXT: MaxStackSize: 0x0
|
| H A D | cv-fpo-setframe.s | 76 # OBJ-NEXT: MaxStackSize: 0x0 93 # OBJ-NEXT: MaxStackSize: 0x0 110 # OBJ-NEXT: MaxStackSize: 0x0 127 # OBJ-NEXT: MaxStackSize: 0x0 145 # OBJ-NEXT: MaxStackSize: 0x0 164 # OBJ-NEXT: MaxStackSize: 0x0
|
| H A D | cv-string.s | 62 .long 0 # MaxStackSize
|
| /llvm-project-15.0.7/llvm/test/DebugInfo/COFF/ |
| H A D | fpo-csrs.ll | 80 ; OBJ-NEXT: MaxStackSize: 0x0 97 ; OBJ-NEXT: MaxStackSize: 0x0 147 ; OBJ-NEXT: MaxStackSize: 0x0 164 ; OBJ-NEXT: MaxStackSize: 0x0 181 ; OBJ-NEXT: MaxStackSize: 0x0 233 ; OBJ-NEXT: MaxStackSize: 0x0 250 ; OBJ-NEXT: MaxStackSize: 0x0 267 ; OBJ-NEXT: MaxStackSize: 0x0 285 ; OBJ-NEXT: MaxStackSize: 0x0 343 ; OBJ-NEXT: MaxStackSize: 0x0 [all …]
|
| H A D | vframe-fpo.ll | 91 ; CODEVIEW-NEXT: MaxStackSize: 0x0
|
| /llvm-project-15.0.7/lld/test/COFF/Inputs/ |
| H A D | pdb-globals.yaml | 136 MaxStackSize: 0 144 MaxStackSize: 0 152 MaxStackSize: 0 196 MaxStackSize: 0 204 MaxStackSize: 0 212 MaxStackSize: 0 340 MaxStackSize: 0 348 MaxStackSize: 0 356 MaxStackSize: 0 699 MaxStackSize: 0 [all …]
|
| H A D | pdb-hashes-1.yaml | 58 MaxStackSize: 0 66 MaxStackSize: 0 74 MaxStackSize: 0 82 MaxStackSize: 0 341 MaxStackSize: 0 349 MaxStackSize: 0 357 MaxStackSize: 0
|
| H A D | pdb-hashes-2-missing.yaml | 47 MaxStackSize: 0 55 MaxStackSize: 0 63 MaxStackSize: 0
|
| H A D | pdb-hashes-2.yaml | 47 MaxStackSize: 0 55 MaxStackSize: 0 63 MaxStackSize: 0
|
| /llvm-project-15.0.7/lld/test/COFF/ |
| H A D | pdb-framedata.yaml | 76 MaxStackSize: 0 84 MaxStackSize: 0 92 MaxStackSize: 0 161 MaxStackSize: 0 169 MaxStackSize: 0 177 MaxStackSize: 0 185 MaxStackSize: 0
|
| /llvm-project-15.0.7/llvm/lib/Target/AMDGPU/ |
| H A D | R600ControlFlowFinalizer.cpp | 39 unsigned MaxStackSize; member 45 MaxStackSize(cc == CallingConv::AMDGPU_VS ? 1 : 0) {} in CFStack() 134 MaxStackSize = std::max(CurrentStackSize, MaxStackSize); in updateMaxStackSize() 665 MFI->CFStackSize = CFStack.MaxStackSize; in runOnMachineFunction()
|
| /llvm-project-15.0.7/llvm/include/llvm/ObjectYAML/ |
| H A D | CodeViewYAMLDebugSections.h | 50 uint32_t MaxStackSize; member
|
| H A D | XCOFFYAML.h | 57 Optional<llvm::yaml::Hex64> MaxStackSize; member
|
| /llvm-project-15.0.7/llvm/test/DebugInfo/PDB/Inputs/ |
| H A D | debug-subsections.yaml | 86 MaxStackSize: 3
|
| /llvm-project-15.0.7/llvm/lib/ObjectYAML/ |
| H A D | CodeViewYAMLDebugSections.cpp | 312 IO.mapOptional("MaxStackSize", Obj.MaxStackSize); in mapping() 519 F.MaxStackSize = YF.MaxStackSize; in toCodeViewSubsection() 717 YF.MaxStackSize = F.MaxStackSize; in fromCodeViewSubsection()
|
| H A D | XCOFFEmitter.cpp | 417 W.write<uint64_t>(InitAuxFileHdr.MaxStackSize.value_or(yaml::Hex64(0))); in writeAuxFileHeader() 420 W.write<uint32_t>(InitAuxFileHdr.MaxStackSize.value_or(yaml::Hex64(0))); in writeAuxFileHeader()
|
| H A D | XCOFFYAML.cpp | 197 IO.mapOptional("MaxStackSize", AuxHdr.MaxStackSize); in mapping()
|
| /llvm-project-15.0.7/llvm/lib/Target/X86/MCTargetDesc/ |
| H A D | X86WinCOFFTargetStreamer.cpp | 361 unsigned MaxStackSize = 0; in emitFrameDataRecord() local 378 OS.emitInt32(MaxStackSize); in emitFrameDataRecord()
|
| /llvm-project-15.0.7/llvm/include/llvm/Object/ |
| H A D | XCOFFObjectFile.h | 99 support::ubig32_t MaxStackSize; ///< If the value is 0, the system default member 145 support::ubig64_t MaxStackSize; member
|
| /llvm-project-15.0.7/llvm/include/llvm/DebugInfo/CodeView/ |
| H A D | CodeView.h | 582 support::ulittle32_t MaxStackSize; member
|
| /llvm-project-15.0.7/llvm/tools/llvm-readobj/ |
| H A D | XCOFFDumper.cpp | 818 PrintAuxMember(Hex, "Maximum stack size", AuxHeader->MaxStackSize); in printAuxiliaryHeader() 886 PrintAuxMember(Hex, "Maximum stack size", AuxHeader->MaxStackSize); in printAuxiliaryHeader()
|
| H A D | COFFDumper.cpp | 1123 W.printHex("MaxStackSize", FD.MaxStackSize); in printCodeViewSymbolSection()
|
| /llvm-project-15.0.7/llvm/tools/llvm-pdbutil/ |
| H A D | DumpOutputStyle.cpp | 1032 uint32_t(FD.MaxStackSize), uint16_t(FD.PrologSize), in dumpNewFpo()
|