Home
last modified time | relevance | path

Searched refs:addGlobal (Results 1 – 6 of 6) sorted by relevance

/external/swiftshader/third_party/subzero/src/
DIceCfg.h150 void addGlobal(VariableDeclaration *Global) { in addGlobal() function
DIceTargetLoweringARM32.cpp907 Func->addGlobal(Gotoff); in createGotoffRelocation()
DIceTargetLoweringX86BaseImpl.h6245 Func->addGlobal(Mask);
/external/llvm-project/lld/wasm/
DSyntheticSections.h205 void addGlobal(InputGlobal *global);
DWriter.cpp761 out.globalSec->addGlobal(global); in assignIndexes()
766 out.globalSec->addGlobal(global); in assignIndexes()
DSyntheticSections.cpp359 void GlobalSection::addGlobal(InputGlobal *global) { in addGlobal() function in lld::wasm::GlobalSection