Searched refs:InputGlobal (Results 1 – 12 of 12) sorted by relevance
23 class InputGlobal {25 InputGlobal(const WasmGlobal &g, ObjFile *f) in InputGlobal() function49 inline std::string toString(const wasm::InputGlobal *g) { in toString()
60 InputGlobal *g);83 InputGlobal *global);88 InputGlobal *global);98 std::vector<InputGlobal *> syntheticGlobals;
169 for (InputGlobal *g : obj->globals) in markLive()179 for (InputGlobal *g : symtab->syntheticGlobals) in markLive()
33 class InputGlobal; variable140 std::vector<InputGlobal *> globals;
269 for (InputGlobal *g : inputGlobals) in assignIndexes()329 for (InputGlobal *g : inputGlobals) in writeBody()359 void GlobalSection::addGlobal(InputGlobal *global) { in addGlobal()557 for (const InputGlobal *g : out.globalSec->inputGlobals) in numNamedGlobals()609 for (const InputGlobal *g : out.globalSec->inputGlobals) { in writeBody()
35 class InputGlobal; variable336 InputGlobal *global);342 InputGlobal *global;
205 void addGlobal(InputGlobal *global);223 std::vector<InputGlobal *> inputGlobals;
574 static InputGlobal *createGlobal(StringRef name, bool isMutable) { in createGlobal()586 return make<InputGlobal>(wasmGlobal, nullptr); in createGlobal()590 InputGlobal *g = createGlobal(name, isMutable); in createGlobalVariable()595 InputGlobal *g = createGlobal(name, isMutable); in createOptionalGlobal()
235 InputGlobal *global) { in addSyntheticGlobal()246 InputGlobal *global) { in addOptionalGlobalSymbols()366 InputFile *file, InputGlobal *global) { in addDefinedGlobal()
406 globals.emplace_back(make<InputGlobal>(g, this)); in parse()481 InputGlobal *global = in createDefined()
309 InputGlobal *global) in DefinedGlobal()
760 for (InputGlobal *global : symtab->syntheticGlobals) in assignIndexes()765 for (InputGlobal *global : file->globals) in assignIndexes()