Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DLowerTypeTests.cpp572 for (auto &GlobalAndOffset : GlobalLayout) { in buildBitSet()
840 DenseMap<GlobalTypeMember *, uint64_t> GlobalLayout; in buildBitSetsFromGlobalVariables() local
850 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() local
1523 GlobalLayout[Functions[I]] = I * EntrySize; in buildBitSetsFromFunctionsNative()
1536 lowerTypeTestCalls(TypeIds, JumpTable, GlobalLayout); in buildBitSetsFromFunctionsNative()
1601 DenseMap<GlobalTypeMember *, uint64_t> GlobalLayout; in buildBitSetsFromFunctionsWASM() local
1617 GlobalLayout[GTM] = IndirectIndex++; in buildBitSetsFromFunctionsWASM()
[all …]