Searched defs:isGlobal (Results 1 – 8 of 8) sorted by relevance
45 bool isGlobal() const { return Type == wasm::WASM_SYMBOL_TYPE_GLOBAL; } in isGlobal() function
160 var isGlobal = context.scopeChain.container == context.checker.gloMod; variable
204 bool isGlobal() const { return (Flags >> S::FB_global) & 1; } in isGlobal() function
337 bool isGlobal() const { return OpKind == MO_GlobalAddress; } in isGlobal() function
70 bool isGlobal() const { return Kind == MachineOperand::MO_GlobalAddress; } in isGlobal() function
2269 bool isGlobal) { in writeConstants()
1192 constexpr bool isGlobal() const noexcept { return format == Format::GLOBAL; } in isGlobal() function
24393 const createToken = (name, value, isGlobal) => { argument