Home
last modified time | relevance | path

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

/external/llvm-project/lld/wasm/
DSyntheticSections.h197 uint32_t numGlobals() const { in numGlobals() function
202 bool isNeeded() const override { return numGlobals() > 0; } in isNeeded()
DWriter.cpp602 out.importSec->getNumImportedGlobals() + out.globalSec->numGlobals(); in calculateExports()
1298 log("Defined Globals : " + Twine(out.globalSec->numGlobals())); in run()
DSyntheticSections.cpp328 writeUleb128(os, numGlobals(), "global count"); in writeBody()