Home
last modified time | relevance | path

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

/external/llvm-project/lld/wasm/
DInputGlobal.h23 class InputGlobal {
25 InputGlobal(const WasmGlobal &g, ObjFile *f) in InputGlobal() function
49 inline std::string toString(const wasm::InputGlobal *g) { in toString()
DSymbolTable.h60 InputGlobal *g);
83 InputGlobal *global);
88 InputGlobal *global);
98 std::vector<InputGlobal *> syntheticGlobals;
DMarkLive.cpp169 for (InputGlobal *g : obj->globals) in markLive()
179 for (InputGlobal *g : symtab->syntheticGlobals) in markLive()
DInputFiles.h33 class InputGlobal; variable
140 std::vector<InputGlobal *> globals;
DSyntheticSections.cpp269 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()
DSymbols.h35 class InputGlobal; variable
336 InputGlobal *global);
342 InputGlobal *global;
DSyntheticSections.h205 void addGlobal(InputGlobal *global);
223 std::vector<InputGlobal *> inputGlobals;
DDriver.cpp574 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()
DSymbolTable.cpp235 InputGlobal *global) { in addSyntheticGlobal()
246 InputGlobal *global) { in addOptionalGlobalSymbols()
366 InputFile *file, InputGlobal *global) { in addDefinedGlobal()
DInputFiles.cpp406 globals.emplace_back(make<InputGlobal>(g, this)); in parse()
481 InputGlobal *global = in createDefined()
DSymbols.cpp309 InputGlobal *global) in DefinedGlobal()
DWriter.cpp760 for (InputGlobal *global : symtab->syntheticGlobals) in assignIndexes()
765 for (InputGlobal *global : file->globals) in assignIndexes()