Searched defs:isGlobal (Results 1 – 6 of 6) sorted by relevance
47 bool isGlobal() const { return Type == wasm::WASM_SYMBOL_TYPE_GLOBAL; } in isGlobal() function
205 bool isGlobal() const { return (Flags >> S::FB_global) & 1; } in isGlobal() function
339 bool isGlobal() const { return OpKind == MO_GlobalAddress; } in isGlobal() function
63 bool isGlobal() const { return Kind == MachineOperand::MO_GlobalAddress; } in isGlobal() function
2395 bool isGlobal) { in writeConstants()
3202 bool FunctionDecl::isGlobal() const { in isGlobal() function in FunctionDecl