Searched refs:GlobalLayout (Results 1 – 1 of 1) sorted by relevance
572 for (auto &GlobalAndOffset : GlobalLayout) { in buildBitSet()840 DenseMap<GlobalTypeMember *, uint64_t> GlobalLayout; in buildBitSetsFromGlobalVariables() local850 GlobalLayout[G] = GVOffset; in buildBitSetsFromGlobalVariables()879 lowerTypeTestCalls(TypeIds, CombinedGlobal, GlobalLayout); in buildBitSetsFromGlobalVariables()1133 BitSetInfo BSI = buildBitSet(TypeId, GlobalLayout); in lowerTypeTestCalls()1520 DenseMap<GlobalTypeMember *, uint64_t> GlobalLayout; in buildBitSetsFromFunctionsNative() local1523 GlobalLayout[Functions[I]] = I * EntrySize; in buildBitSetsFromFunctionsNative()1536 lowerTypeTestCalls(TypeIds, JumpTable, GlobalLayout); in buildBitSetsFromFunctionsNative()1601 DenseMap<GlobalTypeMember *, uint64_t> GlobalLayout; in buildBitSetsFromFunctionsWASM() local1617 GlobalLayout[GTM] = IndirectIndex++; in buildBitSetsFromFunctionsWASM()[all …]