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

/external/clang/lib/CodeGen/
H A DTargetInfo.cpp4614 class NaClARMABIInfo : public ABIInfo { class in namespace:__anon17880
4616 NaClARMABIInfo(CodeGen::CodeGenTypes &CGT, ARMABIInfo::ABIKind Kind) function in class:__anon17880::NaClARMABIInfo
4629 : TargetCodeGenInfo(new NaClARMABIInfo(CGT, Kind)) {}
4634 void NaClARMABIInfo::computeInfo(CGFunctionInfo &FI) const {
4641 llvm::Value *NaClARMABIInfo::EmitVAArg(llvm::Value *VAListAddr, QualType Ty,

Completed in 203 milliseconds