Searched refs:createExternal (Results 1 – 3 of 3) sorted by relevance
414 static VariableDeclaration *createExternal(VariableDeclarationList *VDL) { in createExternal() function
1582 auto *WasmMemory = VariableDeclaration::createExternal(Globals.get()); in translate()1606 auto *GlobalDataSize = VariableDeclaration::createExternal(Globals.get()); in translate()1613 auto *GlobalNumPages = VariableDeclaration::createExternal(Globals.get()); in translate()
538 VariableDeclaration::createExternal(GlobalVariablePool.get()); in lowerProfileData()