Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DTargetInfo.cpp1244 class X86_32TargetCodeGenInfo : public TargetCodeGenInfo { class
1246 X86_32TargetCodeGenInfo(CodeGen::CodeGenTypes &CGT, bool DarwinVectorABI, in X86_32TargetCodeGenInfo() function in __anon0040e4080111::X86_32TargetCodeGenInfo
1351 void X86_32TargetCodeGenInfo::addReturnRegisterOutputs( in addReturnRegisterOutputs()
2141 bool X86_32TargetCodeGenInfo::isStructReturnInRegABI( in isStructReturnInRegABI()
2185 void X86_32TargetCodeGenInfo::setTargetAttributes( in setTargetAttributes()
2199 bool X86_32TargetCodeGenInfo::initDwarfEHRegSizeTable( in initDwarfEHRegSizeTable()
2669 class WinX86_32TargetCodeGenInfo : public X86_32TargetCodeGenInfo {
2674 : X86_32TargetCodeGenInfo(CGT, DarwinVectorABI, RetSmallStructInRegABI, in WinX86_32TargetCodeGenInfo()
2707 X86_32TargetCodeGenInfo::setTargetAttributes(D, GV, CGM); in setTargetAttributes()
12349 X86_32TargetCodeGenInfo::isStructReturnInRegABI(Triple, CodeGenOpts); in getTargetCodeGenInfo()
[all …]