Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/clang/lib/CodeGen/Targets/
HDMSP430.cpp58 EmitVAArgInstr(CGF, VAListAddr, Ty, classifyArgumentType(Ty)), Ty), in EmitVAArg()
HDPNaCl.cpp58 EmitVAArgInstr(CGF, VAListAddr, Ty, ABIArgInfo::getDirect()), Ty), in EmitVAArg()
HDAArch64.cpp790 EmitVAArgInstr(CGF, VAListAddr, Ty, ABIArgInfo::getDirect()), Ty), in EmitDarwinVAArg()
/freebsd-13-stable/contrib/llvm-project/clang/lib/CodeGen/
HDABIInfoImpl.h160 Address EmitVAArgInstr(CodeGenFunction &CGF, Address VAListAddr, QualType Ty,
HDABIInfoImpl.cpp78 EmitVAArgInstr(CGF, VAListAddr, Ty, classifyArgumentType(Ty)), Ty), in EmitVAArg()
415 Address CodeGen::EmitVAArgInstr(CodeGenFunction &CGF, Address VAListAddr, in EmitVAArgInstr() function in CodeGen