Searched defs:isGlobal (Results 1 – 8 of 8) sorted by relevance
47 bool isGlobal() const { return Type == wasm::WASM_SYMBOL_TYPE_GLOBAL; } in isGlobal() function
209 bool isGlobal() const { return (Flags >> S::FB_global) & 1; } in isGlobal() function
182 bool isGlobal() const { return binding == llvm::ELF::STB_GLOBAL; } in isGlobal() function
347 bool isGlobal() const { return OpKind == MO_GlobalAddress; } in isGlobal() function
64 bool isGlobal() const { return Kind == MachineOperand::MO_GlobalAddress; } in isGlobal() function
1916 bool isGlobal) { in writeConstants()
2625 bool isGlobal) { in writeConstants()
3498 bool FunctionDecl::isGlobal() const { in isGlobal() function in FunctionDecl