Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DTargetInfo.cpp6836 class MIPSTargetCodeGenInfo : public TargetCodeGenInfo { class
6839 MIPSTargetCodeGenInfo(CodeGenTypes &CGT, bool IsO32) in MIPSTargetCodeGenInfo() function in __anon2eb210400b11::MIPSTargetCodeGenInfo
7191 MIPSTargetCodeGenInfo::initDwarfEHRegSizeTable(CodeGen::CodeGenFunction &CGF, in initDwarfEHRegSizeTable()
9283 return SetCGInfo(new MIPSTargetCodeGenInfo(Types, true)); in getTargetCodeGenInfo()
9287 return SetCGInfo(new MIPSTargetCodeGenInfo(Types, false)); in getTargetCodeGenInfo()