Searched refs:InputGlobal (Results 1 – 12 of 12) sorted by relevance
59 InputGlobal *g);95 InputGlobal *global);99 DefinedGlobal *addOptionalGlobalSymbol(StringRef name, InputGlobal *global);111 std::vector<InputGlobal *> syntheticGlobals;
58 class InputGlobal : public InputElement {60 InputGlobal(const WasmGlobal &g, ObjFile *f) in InputGlobal() function
162 for (InputGlobal *g : obj->globals) in markLive()175 for (InputGlobal *g : symtab->syntheticGlobals) in markLive()
33 class InputGlobal; variable139 std::vector<InputGlobal *> globals;
35 class InputGlobal; variable353 InputGlobal *global);359 InputGlobal *global;
389 for (InputGlobal *g : inputGlobals) in assignIndexes()464 for (InputGlobal *g : inputGlobals) { in writeBody()519 void GlobalSection::addGlobal(InputGlobal *global) { in addGlobal()747 for (const InputGlobal *g : out.globalSec->inputGlobals) in numNamedGlobals()809 for (const InputGlobal *g : out.globalSec->inputGlobals) { in writeBody()
582 static InputGlobal *createGlobal(StringRef name, bool isMutable) { in createGlobal()588 return make<InputGlobal>(wasmGlobal, nullptr); in createGlobal()592 InputGlobal *g = createGlobal(name, isMutable); in createGlobalVariable()597 InputGlobal *g = createGlobal(name, isMutable); in createOptionalGlobal()
275 void addGlobal(InputGlobal *global);303 std::vector<InputGlobal *> inputGlobals;
243 InputGlobal *global) { in addSyntheticGlobal()253 InputGlobal *global) { in addOptionalGlobalSymbol()386 InputFile *file, InputGlobal *global) { in addDefinedGlobal()
512 globals.emplace_back(make<InputGlobal>(g, this)); in parse()601 InputGlobal *global = in createDefined()
350 InputGlobal *global) in DefinedGlobal()
838 for (InputGlobal *global : symtab->syntheticGlobals) in assignIndexes()843 for (InputGlobal *global : file->globals) in assignIndexes()