Searched refs:MIPSTargetCodeGenInfo (Results 1 - 1 of 1) sorted by relevance

/external/clang/lib/CodeGen/
H A DTargetInfo.cpp5131 class MIPSTargetCodeGenInfo : public TargetCodeGenInfo { class in namespace:__anon17884
5134 MIPSTargetCodeGenInfo(CodeGenTypes &CGT, bool IsO32) function in class:__anon17884::MIPSTargetCodeGenInfo
5407 MIPSTargetCodeGenInfo::initDwarfEHRegSizeTable(CodeGen::CodeGenFunction &CGF,
6568 return *(TheTargetCodeGenInfo = new MIPSTargetCodeGenInfo(Types, true));
6572 return *(TheTargetCodeGenInfo = new MIPSTargetCodeGenInfo(Types, false));

Completed in 71 milliseconds