Home
last modified time | relevance | path

Searched refs:GlobalLayout (Results 1 – 1 of 1) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DLowerTypeTests.cpp564 for (const auto &GlobalAndOffset : GlobalLayout) { in buildBitSet()
832 DenseMap<GlobalTypeMember *, uint64_t> GlobalLayout; in buildBitSetsFromGlobalVariables() local
842 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() local
1649 GlobalLayout[Functions[I]] = I * EntrySize; in buildBitSetsFromFunctionsNative()
1662 lowerTypeTestCalls(TypeIds, JumpTable, GlobalLayout); in buildBitSetsFromFunctionsNative()
1736 DenseMap<GlobalTypeMember *, uint64_t> GlobalLayout; in buildBitSetsFromFunctionsWASM() local
1752 GlobalLayout[GTM] = IndirectIndex++; in buildBitSetsFromFunctionsWASM()
[all …]