Searched refs:GlobalLayout (Results 1 – 1 of 1) sorted by relevance
564 for (const auto &GlobalAndOffset : GlobalLayout) { in buildBitSet()832 DenseMap<GlobalTypeMember *, uint64_t> GlobalLayout; in buildBitSetsFromGlobalVariables() local842 GlobalLayout[G] = GVOffset; in buildBitSetsFromGlobalVariables()871 lowerTypeTestCalls(TypeIds, CombinedGlobal, GlobalLayout); in buildBitSetsFromGlobalVariables()1122 BitSetInfo BSI = buildBitSet(TypeId, GlobalLayout); in lowerTypeTestCalls()1646 DenseMap<GlobalTypeMember *, uint64_t> GlobalLayout; in buildBitSetsFromFunctionsNative() local1649 GlobalLayout[Functions[I]] = I * EntrySize; in buildBitSetsFromFunctionsNative()1662 lowerTypeTestCalls(TypeIds, JumpTable, GlobalLayout); in buildBitSetsFromFunctionsNative()1736 DenseMap<GlobalTypeMember *, uint64_t> GlobalLayout; in buildBitSetsFromFunctionsWASM() local1752 GlobalLayout[GTM] = IndirectIndex++; in buildBitSetsFromFunctionsWASM()[all …]