Searched defs:FrameDescEntry (Results 1 – 1 of 1) sorted by relevance
229 struct FrameDescEntry { struct230 uintptr_t pcStart = 0;231 uintptr_t pcEnd = 0;232 uintptr_t lsda = 0;233 uintptr_t instructionsOff = 0;234 uintptr_t instructionsEnd = 0;235 uintptr_t cieAddr = 0;236 CommonInfoEntry cie;