Home
last modified time | relevance | path

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

/external/llvm-project/lld/wasm/
DSyntheticSections.cpp269 for (InputGlobal *g : inputGlobals) in assignIndexes()
329 for (InputGlobal *g : inputGlobals) in writeBody()
363 inputGlobals.push_back(global); in addGlobal()
557 for (const InputGlobal *g : out.globalSec->inputGlobals) in numNamedGlobals()
609 for (const InputGlobal *g : out.globalSec->inputGlobals) { in writeBody()
DSyntheticSections.h199 return inputGlobals.size() + dataAddressGlobals.size() + in numGlobals()
223 std::vector<InputGlobal *> inputGlobals; variable