Searched refs:IsAsmModule (Results 1 – 2 of 2) sorted by relevance
228 if (scope_info->IsAsmModule()) current_scope->asm_module_ = true; in DeserializeScopeChain()
4144 bool IsAsmModule() { return AsmModuleField::decode(Flags()); } in IsAsmModule() function