Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Transforms/IPO/
H A DLowerTypeTests.cpp497 const DenseMap<GlobalTypeMember *, uint64_t> &GlobalLayout) { in buildBitSet() argument
502 for (auto &GlobalAndOffset : GlobalLayout) { in buildBitSet()
795 DenseMap<GlobalTypeMember *, uint64_t> GlobalLayout; in buildBitSetsFromGlobalVariables() local
800 lowerTypeTestCalls(TypeIds, CombinedGlobal, GlobalLayout); in buildBitSetsFromGlobalVariables()
1056 BitSetInfo BSI = buildBitSet(TypeId, GlobalLayout); in lowerTypeTestCalls()
1424 DenseMap<GlobalTypeMember *, uint64_t> GlobalLayout; in buildBitSetsFromFunctionsNative() local
1427 GlobalLayout[Functions[I]] = I * EntrySize; in buildBitSetsFromFunctionsNative()
1440 lowerTypeTestCalls(TypeIds, JumpTable, GlobalLayout); in buildBitSetsFromFunctionsNative()
1499 DenseMap<GlobalTypeMember *, uint64_t> GlobalLayout; in buildBitSetsFromFunctionsWASM() local
1515 GlobalLayout[GTM] = IndirectIndex++; in buildBitSetsFromFunctionsWASM()
[all …]