Searched refs:InputGlobal (Results 1 – 12 of 12) sorted by relevance
59 InputGlobal *g);93 InputGlobal *global);97 DefinedGlobal *addOptionalGlobalSymbol(StringRef name, InputGlobal *global);110 std::vector<InputGlobal *> syntheticGlobals;
59 class InputGlobal : public InputElement {61 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()
34 class InputGlobal; variable141 std::vector<InputGlobal *> globals;
38 class InputGlobal; variable360 InputGlobal *global);366 InputGlobal *global;
391 for (InputGlobal *g : inputGlobals) in assignIndexes()466 for (InputGlobal *g : inputGlobals) { in writeBody()521 void GlobalSection::addGlobal(InputGlobal *global) { in addGlobal()748 for (const InputGlobal *g : out.globalSec->inputGlobals) in numNamedGlobals()810 for (const InputGlobal *g : out.globalSec->inputGlobals) { in writeBody()
276 void addGlobal(InputGlobal *global);304 std::vector<InputGlobal *> inputGlobals;
718 static InputGlobal *createGlobal(StringRef name, bool isMutable) { in createGlobal()724 return make<InputGlobal>(wasmGlobal, nullptr); in createGlobal()728 InputGlobal *g = createGlobal(name, isMutable); in createGlobalVariable()733 InputGlobal *g = createGlobal(name, isMutable); in createOptionalGlobal()
251 InputGlobal *global) { in addSyntheticGlobal()261 InputGlobal *global) { in addOptionalGlobalSymbol()394 InputFile *file, InputGlobal *global) { in addDefinedGlobal()
514 globals.emplace_back(make<InputGlobal>(g, this)); in parse()603 InputGlobal *global = in createDefined()
357 InputGlobal *global) in DefinedGlobal()
863 for (InputGlobal *global : symtab->syntheticGlobals) in assignIndexes()868 for (InputGlobal *global : file->globals) in assignIndexes()