Home
last modified time | relevance | path

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

/external/clang/lib/CodeGen/
DTargetInfo.cpp4982 class ARMABIInfo : public SwiftABIInfo { class
4995 ARMABIInfo(CodeGenTypes &CGT, ABIKind _Kind) in ARMABIInfo() function in __anoncb30615c0611::ARMABIInfo
5055 ARMTargetCodeGenInfo(CodeGenTypes &CGT, ARMABIInfo::ABIKind K) in ARMTargetCodeGenInfo()
5056 :TargetCodeGenInfo(new ARMABIInfo(CGT, K)) {} in ARMTargetCodeGenInfo()
5058 const ARMABIInfo &getABIInfo() const { in getABIInfo()
5059 return static_cast<const ARMABIInfo&>(TargetCodeGenInfo::getABIInfo()); in getABIInfo()
5108 ARMABIInfo::ABIKind ABI = cast<ARMABIInfo>(getABIInfo()).getABIKind(); in setTargetAttributes()
5109 if (ABI == ARMABIInfo::APCS) in setTargetAttributes()
5126 WindowsARMTargetCodeGenInfo(CodeGenTypes &CGT, ARMABIInfo::ABIKind K) in WindowsARMTargetCodeGenInfo()
5150 void ARMABIInfo::computeInfo(CGFunctionInfo &FI) const { in computeInfo()
[all …]