Searched refs:MaxStackSize (Results 1 – 12 of 12) sorted by relevance
| /openbsd-src/gnu/llvm/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()
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/ObjectYAML/ |
| H A D | CodeViewYAMLDebugSections.h | 50 uint32_t MaxStackSize; member
|
| H A D | XCOFFYAML.h | 58 std::optional<llvm::yaml::Hex64> MaxStackSize; member
|
| /openbsd-src/gnu/llvm/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()
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/X86/MCTargetDesc/ |
| H A D | X86WinCOFFTargetStreamer.cpp | 361 unsigned MaxStackSize = 0; in emitFrameDataRecord() local 378 OS.emitInt32(MaxStackSize); in emitFrameDataRecord()
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/DebugInfo/CodeView/ |
| H A D | CodeView.h | 579 support::ulittle32_t MaxStackSize; member
|
| /openbsd-src/gnu/llvm/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
|
| /openbsd-src/gnu/llvm/llvm/tools/llvm-readobj/ |
| H A D | XCOFFDumper.cpp | 1094 PrintAuxMember(Hex, "Maximum stack size", AuxHeader->MaxStackSize); in printAuxiliaryHeader() 1162 PrintAuxMember(Hex, "Maximum stack size", AuxHeader->MaxStackSize); in printAuxiliaryHeader()
|
| H A D | COFFDumper.cpp | 1177 W.printHex("MaxStackSize", FD.MaxStackSize); in printCodeViewSymbolSection()
|
| /openbsd-src/gnu/llvm/llvm/tools/llvm-pdbutil/ |
| H A D | DumpOutputStyle.cpp | 1033 uint32_t(FD.MaxStackSize), uint16_t(FD.PrologSize), in dumpNewFpo()
|