Searched refs:DebugProps (Results 1 – 2 of 2) sorted by relevance
165 struct MappingTraits<Kernel::DebugProps::Metadata> {166 static void mapping(IO &YIO, Kernel::DebugProps::Metadata &MD) { in mapping()167 YIO.mapOptional(Kernel::DebugProps::Key::DebuggerABIVersion, in mapping()169 YIO.mapOptional(Kernel::DebugProps::Key::ReservedNumVGPRs, in mapping()171 YIO.mapOptional(Kernel::DebugProps::Key::ReservedFirstVGPR, in mapping()173 YIO.mapOptional(Kernel::DebugProps::Key::PrivateSegmentBufferSGPR, in mapping()175 YIO.mapOptional(Kernel::DebugProps::Key::WavefrontPrivateSegmentOffsetSGPR, in mapping()195 YIO.mapOptional(Kernel::Key::DebugProps, MD.mDebugProps); in mapping()
329 namespace DebugProps {399 constexpr char DebugProps[] = "DebugProps"; variable419 DebugProps::Metadata mDebugProps = DebugProps::Metadata();