Home
last modified time | relevance | path

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

/external/llvm-project/lld/wasm/
DSyntheticSections.h199 return inputGlobals.size() + dataAddressGlobals.size() + in numGlobals()
222 std::vector<const DefinedData *> dataAddressGlobals; variable
DSyntheticSections.cpp350 for (const DefinedData *sym : dataAddressGlobals) { in writeBody()
DWriter.cpp632 out.globalSec->dataAddressGlobals.push_back(d); in calculateExports()