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

/external/clang/lib/CodeGen/
H A DTargetInfo.cpp3092 // Based on ARMABIInfo::EmitVAArg, adjusted for 64-bit machine.
3834 class ARMABIInfo : public ABIInfo { class in namespace:__anon17879
3851 ARMABIInfo(CodeGenTypes &CGT, ABIKind _Kind) : ABIInfo(CGT), Kind(_Kind), function in class:__anon17879::ARMABIInfo
3904 ARMTargetCodeGenInfo(CodeGenTypes &CGT, ARMABIInfo::ABIKind K)
3905 :TargetCodeGenInfo(new ARMABIInfo(CGT, K)) {}
3907 const ARMABIInfo &getABIInfo() const {
3908 return static_cast<const ARMABIInfo&>(TargetCodeGenInfo::getABIInfo());
3957 if (cast<ARMABIInfo>(getABIInfo()).getABIKind() == ARMABIInfo::APCS)
3975 void ARMABIInfo
[all...]

Completed in 116 milliseconds