Searched refs:TType (Results 1 – 7 of 7) sorted by relevance
49 const unsigned char *TType; member76 info->TType = p + tmp; in parse_lsda_header()79 info->TType = 0; in parse_lsda_header()99 ptr = (_Unwind_Ptr) (info->TType - (i * 4)); in get_ttype_entry()117 const _Unwind_Word* e = ((const _Unwind_Word*) info->TType) in check_exception_spec()208 info->TType - i, &ptr); in get_ttype_entry()247 const unsigned char *e = info->TType - filter_value - 1; in check_exception_spec()322 const unsigned char *e = info->TType - filter_value - 1; in empty_exception_spec()658 e = ((const _Unwind_Word*) info.TType) - handler_switch_value - 1; in PERSONALITY_FUNCTION()
46 const unsigned char *TType; member73 info->TType = p + tmp; in parse_lsda_header()76 info->TType = 0; in parse_lsda_header()94 info->TType - i, &ptr); in get_ttype_entry()133 const unsigned char *e = info->TType - filter_value - 1; in check_exception_spec()164 const unsigned char *e = info->TType - filter_value - 1; in empty_exception_spec()
34 const unsigned char *TType; member61 info->TType = p + tmp; in parse_lsda_header()64 info->TType = 0; in parse_lsda_header()
3959 * except.c (output_function_exception_table): Align the TType
43 const unsigned char *TType; member70 info->TType = p + tmp; in parse_lsda_header()73 info->TType = 0; in parse_lsda_header()
378 [{uint32_t TType = (uint32_t)N->getZExtValue();379 return TType == 9 || TType == 10 || TType == 16;385 [{uint32_t TType = (uint32_t)N->getZExtValue();386 return TType == 5;392 [{uint32_t TType = (uint32_t)N->getZExtValue();393 return (TType >= 6 && TType <= 8) || TType == 13;399 [{uint32_t TType = (uint32_t)N->getZExtValue();400 return TType == 11 || TType == 12 || TType == 17;
288 if (auto *TType = dyn_cast<DITemplateTypeParameter>(Element)) { in processSubprogram() local289 processType(TType->getType()); in processSubprogram()