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

/external/clang/lib/CodeGen/
H A DTargetInfo.cpp1667 /// X86_64ABIInfo - The X86_64 ABI information.
1668 class X86_64ABIInfo : public ABIInfo { class in namespace:__anon1350
1778 X86_64ABIInfo(CodeGen::CodeGenTypes &CGT, X86AVXABILevel AVXLevel) : function in class:__anon1350::X86_64ABIInfo
1841 : TargetCodeGenInfo(new X86_64ABIInfo(CGT, AVXLevel)) {}
1843 const X86_64ABIInfo &getABIInfo() const {
1844 return static_cast<const X86_64ABIInfo&>(TargetCodeGenInfo::getABIInfo());
2028 void X86_64ABIInfo::postMerge(unsigned AggregateSize, Class &Lo,
2061 X86_64ABIInfo::Class X86_64ABIInfo::merge(Class Accum, Class Field) {
2101 void X86_64ABIInfo
[all...]

Completed in 62 milliseconds