Home
last modified time | relevance | path

Searched refs:InputGlobal (Results 1 – 12 of 12) sorted by relevance

/llvm-project-15.0.7/lld/wasm/
H A DSymbolTable.h59 InputGlobal *g);
95 InputGlobal *global);
99 DefinedGlobal *addOptionalGlobalSymbol(StringRef name, InputGlobal *global);
111 std::vector<InputGlobal *> syntheticGlobals;
H A DInputElement.h58 class InputGlobal : public InputElement {
60 InputGlobal(const WasmGlobal &g, ObjFile *f) in InputGlobal() function
H A DMarkLive.cpp162 for (InputGlobal *g : obj->globals) in markLive()
175 for (InputGlobal *g : symtab->syntheticGlobals) in markLive()
H A DInputFiles.h33 class InputGlobal; variable
139 std::vector<InputGlobal *> globals;
H A DSymbols.h35 class InputGlobal; variable
353 InputGlobal *global);
359 InputGlobal *global;
H A DSyntheticSections.cpp389 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()
H A DDriver.cpp582 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()
H A DSyntheticSections.h275 void addGlobal(InputGlobal *global);
303 std::vector<InputGlobal *> inputGlobals;
H A DSymbolTable.cpp243 InputGlobal *global) { in addSyntheticGlobal()
253 InputGlobal *global) { in addOptionalGlobalSymbol()
386 InputFile *file, InputGlobal *global) { in addDefinedGlobal()
H A DInputFiles.cpp512 globals.emplace_back(make<InputGlobal>(g, this)); in parse()
601 InputGlobal *global = in createDefined()
H A DSymbols.cpp350 InputGlobal *global) in DefinedGlobal()
H A DWriter.cpp838 for (InputGlobal *global : symtab->syntheticGlobals) in assignIndexes()
843 for (InputGlobal *global : file->globals) in assignIndexes()