Searched defs:X86_32TargetCodeGenInfo (Results 1 - 1 of 1) sorted by relevance

/external/clang/lib/CodeGen/
H A DTargetInfo.cpp569 class X86_32TargetCodeGenInfo : public TargetCodeGenInfo { class in namespace:__anon17877
571 X86_32TargetCodeGenInfo(CodeGen::CodeGenTypes &CGT, function in class:__anon17877::X86_32TargetCodeGenInfo
1093 bool X86_32TargetCodeGenInfo::isStructReturnInRegABI(
1131 void X86_32TargetCodeGenInfo::SetTargetAttributes(const Decl *D,
1150 bool X86_32TargetCodeGenInfo::initDwarfEHRegSizeTable(
1413 class WinX86_32TargetCodeGenInfo : public X86_32TargetCodeGenInfo {
1417 : X86_32TargetCodeGenInfo(CGT, d, p, w, RegParms) {}
6635 X86_32TargetCodeGenInfo::isStructReturnInRegABI(Triple, CodeGenOpts);
6646 new X86_32TargetCodeGenInfo(Types,

Completed in 101 milliseconds