Searched defs:IsO32 (Results 1 – 4 of 4) sorted by relevance
40 bool IsO32() const { return ThisABI == ABI::O32; } in IsO32() function
42 bool IsO32() const { return ThisABI == ABI::O32; } in IsO32() function
41 bool IsO32() const { return ThisABI == ABI::O32; } in IsO32() function
6183 bool IsO32; member in __anon76b8d3e90a11::MipsABIInfo6206 MIPSTargetCodeGenInfo(CodeGenTypes &CGT, bool IsO32) in MIPSTargetCodeGenInfo()