Searched refs:GTM (Results 1 – 1 of 1) sorted by relevance
288 auto *GTM = static_cast<GlobalTypeMember *>(Alloc.Allocate( in create() local290 GTM->GO = GO; in create()291 GTM->NTypes = Types.size(); in create()292 GTM->IsJumpTableCanonical = IsJumpTableCanonical; in create()293 GTM->IsExported = IsExported; in create()295 GTM->getTrailingObjects<MDNode *>()); in create()296 return GTM; in create()1362 for (const auto GTM : Functions) { in selectJumpTableArmEncoding() local1363 if (!GTM->isJumpTableCanonical()) { in selectJumpTableArmEncoding()1370 Function *F = cast<Function>(GTM->getGlobal()); in selectJumpTableArmEncoding()[all …]