Searched refs:IsRaw (Results 1 – 2 of 2) sorted by relevance
865 bool IsRaw = (Magic.size() >= 4 && Magic[0] == 'C' && Magic[1] == 'P' && in ExecuteAction() local867 Out << " Module format: " << (IsRaw ? "raw" : "obj") << "\n"; in ExecuteAction()
3661 bool IsRaw = false; in LookupLiteralOperator() local3669 IsRaw = true; in LookupLiteralOperator()3730 } else if (AllowRaw && IsRaw) { in LookupLiteralOperator()