Home
last modified time | relevance | path

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

/external/llvm-project/lld/wasm/
DSyntheticSections.h110 return numImportedGlobals; in getNumImportedGlobals()
126 unsigned numImportedGlobals = 0; variable
DSyntheticSections.cpp109 sym->setGOTIndex(numImportedGlobals++); in addGOTEntry()
119 g->setGlobalIndex(numImportedGlobals++); in addImport()