Searched refs:SavedRegsSize (Results 1 - 5 of 5) sorted by relevance

/freebsd-current/contrib/llvm-project/llvm/include/llvm/ObjectYAML/
H A DCodeViewYAMLDebugSections.h53 uint32_t SavedRegsSize; member in struct:llvm::CodeViewYAML::YAMLFrameData
/freebsd-current/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DCodeViewYAMLDebugSections.cpp316 IO.mapOptional("SavedRegsSize", Obj.SavedRegsSize);
523 F.SavedRegsSize = YF.SavedRegsSize;
721 YF.SavedRegsSize = F.SavedRegsSize;
/freebsd-current/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DCodeView.h585 support::ulittle16_t SavedRegsSize; member in struct:llvm::codeview::CallingConvention::ClassOptions::FrameProcedureOptions::FunctionOptions::HfaKind::MemberAccess::MethodKind::MethodOptions::ModifierOptions::PointerKind::PointerMode::PointerOptions::PointerToMemberRepresentation::VFTableSlotKind::WindowsRTClassKind::ExportFlags::FrameData
/freebsd-current/contrib/llvm-project/llvm/tools/llvm-pdbutil/
H A DDumpOutputStyle.cpp1035 uint16_t(FD.SavedRegsSize), HasSEH, HasEH, IsFuncStart,
/freebsd-current/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DCOFFDumper.cpp1266 W.printHex("SavedRegsSize", FD.SavedRegsSize);

Completed in 89 milliseconds