Searched refs:GlobalLayout (Results 1 – 1 of 1) sorted by relevance
497 const DenseMap<GlobalTypeMember *, uint64_t> &GlobalLayout) { in buildBitSet() argument502 for (auto &GlobalAndOffset : GlobalLayout) { in buildBitSet()795 DenseMap<GlobalTypeMember *, uint64_t> GlobalLayout; in buildBitSetsFromGlobalVariables() local800 lowerTypeTestCalls(TypeIds, CombinedGlobal, GlobalLayout); in buildBitSetsFromGlobalVariables()1056 BitSetInfo BSI = buildBitSet(TypeId, GlobalLayout); in lowerTypeTestCalls()1424 DenseMap<GlobalTypeMember *, uint64_t> GlobalLayout; in buildBitSetsFromFunctionsNative() local1427 GlobalLayout[Functions[I]] = I * EntrySize; in buildBitSetsFromFunctionsNative()1440 lowerTypeTestCalls(TypeIds, JumpTable, GlobalLayout); in buildBitSetsFromFunctionsNative()1499 DenseMap<GlobalTypeMember *, uint64_t> GlobalLayout; in buildBitSetsFromFunctionsWASM() local1515 GlobalLayout[GTM] = IndirectIndex++; in buildBitSetsFromFunctionsWASM()[all …]