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

/external/clang/lib/CodeGen/
H A DTargetInfo.cpp412 class PNaClABIInfo : public ABIInfo { class in namespace:__anon17877
414 PNaClABIInfo(CodeGen::CodeGenTypes &CGT) : ABIInfo(CGT) {} function in class:__anon17877::PNaClABIInfo
427 : TargetCodeGenInfo(new PNaClABIInfo(CGT)) {}
430 void PNaClABIInfo::computeInfo(CGFunctionInfo &FI) const {
438 llvm::Value *PNaClABIInfo::EmitVAArg(llvm::Value *VAListAddr, QualType Ty,
444 ABIArgInfo PNaClABIInfo::classifyArgumentType(QualType Ty) const {
461 ABIArgInfo PNaClABIInfo::classifyReturnType(QualType RetTy) const {
2810 PNaClABIInfo PInfo; // Used for generating calls with pnaclcall callingconv.
4622 PNaClABIInfo PInfo; // Used for generating calls with pnaclcall callingconv.

Completed in 161 milliseconds