Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/
DLowerTypeTests.cpp1600 unsigned GlobalIndex = 0; in buildBitSetsFromDisjointSet() local
1607 TypeMembers[I->second].insert(GlobalIndex); in buildBitSetsFromDisjointSet()
1609 GlobalIndices[GTM] = GlobalIndex; in buildBitSetsFromDisjointSet()
1610 GlobalIndex++; in buildBitSetsFromDisjointSet()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Object/
DWasmObjectFile.cpp533 unsigned GlobalIndex = Info.ElementIndex - NumImportedGlobals; in parseLinkingSectionSymtab() local
534 wasm::WasmGlobal &Global = Globals[GlobalIndex]; in parseLinkingSectionSymtab()