Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lld/wasm/
H A DSymbolTable.h59 InputGlobal *g);
93 InputGlobal *global);
97 DefinedGlobal *addOptionalGlobalSymbol(StringRef name, InputGlobal *global);
110 std::vector<InputGlobal *> syntheticGlobals;
H A DInputElement.h59 class InputGlobal : public InputElement {
61 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.h34 class InputGlobal; variable
141 std::vector<InputGlobal *> globals;
H A DSymbols.h38 class InputGlobal; variable
360 InputGlobal *global);
366 InputGlobal *global;
H A DSyntheticSections.cpp391 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()
H A DSyntheticSections.h276 void addGlobal(InputGlobal *global);
304 std::vector<InputGlobal *> inputGlobals;
H A DDriver.cpp718 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()
H A DSymbolTable.cpp251 InputGlobal *global) { in addSyntheticGlobal()
261 InputGlobal *global) { in addOptionalGlobalSymbol()
394 InputFile *file, InputGlobal *global) { in addDefinedGlobal()
H A DInputFiles.cpp514 globals.emplace_back(make<InputGlobal>(g, this)); in parse()
603 InputGlobal *global = in createDefined()
H A DSymbols.cpp357 InputGlobal *global) in DefinedGlobal()
H A DWriter.cpp863 for (InputGlobal *global : symtab->syntheticGlobals) in assignIndexes()
868 for (InputGlobal *global : file->globals) in assignIndexes()