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