| /freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | ABIInfoImpl.h | 98 RValue emitVoidPtrVAArg(CodeGenFunction &CGF, Address VAListAddr,
|
| H A D | ABIInfoImpl.cpp | 199 RValue CodeGen::emitVoidPtrVAArg(CodeGenFunction &CGF, Address VAListAddr, in emitVoidPtrVAArg() function in CodeGen
|
| /freebsd/contrib/llvm-project/clang/lib/CodeGen/Targets/ |
| H A D | CSKY.cpp | 70 return emitVoidPtrVAArg(CGF, VAListAddr, Ty, false, TInfo, SlotSize, in EmitVAArg()
|
| H A D | ARC.cpp | 89 return emitVoidPtrVAArg(CGF, VAListAddr, Ty, /*indirect*/ false, in EmitVAArg()
|
| H A D | WebAssembly.cpp | 164 return emitVoidPtrVAArg(CGF, VAListAddr, Ty, IsIndirect, in EmitVAArg()
|
| H A D | PPC.cpp | 264 return emitVoidPtrVAArg(CGF, VAListAddr, Ty, /*Indirect*/ false, TypeInfo, in EmitVAArg() 437 return emitVoidPtrVAArg(CGF, VAList, Ty, in EmitVAArg() 1001 return emitVoidPtrVAArg(CGF, VAListAddr, Ty, /*Indirect*/ false, TypeInfo, in EmitVAArg()
|
| H A D | Sparc.cpp | 320 return emitVoidPtrVAArg(CGF, VAListAddr, Ty, in EmitVAArg()
|
| H A D | NVPTX.cpp | 236 return emitVoidPtrVAArg(CGF, VAListAddr, Ty, /*IsIndirect=*/false, in EmitVAArg()
|
| H A D | Mips.cpp | 395 RValue Res = emitVoidPtrVAArg(CGF, VAListAddr, Ty, /*indirect*/ false, TyInfo, in EmitVAArg()
|
| H A D | LoongArch.cpp | 435 return emitVoidPtrVAArg(CGF, VAListAddr, Ty, in EmitVAArg()
|
| H A D | AArch64.cpp | 1146 return emitVoidPtrVAArg(CGF, VAListAddr, Ty, IsIndirect, TyInfo, SlotSize, in EmitDarwinVAArg() 1158 return emitVoidPtrVAArg(CGF, VAListAddr, Ty, IsIndirect, in EmitMSVAArg()
|
| H A D | RISCV.cpp | 771 return emitVoidPtrVAArg(CGF, VAListAddr, Ty, IsIndirect, TInfo, SlotSize, in EmitVAArg()
|
| H A D | ARM.cpp | 842 return emitVoidPtrVAArg(CGF, VAListAddr, Ty, IsIndirect, TyInfo, SlotSize, in EmitVAArg()
|
| H A D | AMDGPU.cpp | 137 return emitVoidPtrVAArg(CGF, VAListAddr, Ty, IsIndirect, in EmitVAArg()
|
| H A D | X86.cpp | 1087 return emitVoidPtrVAArg(CGF, VAListAddr, Ty, /*Indirect*/ false, TypeInfo, in EmitVAArg() 3274 return emitVoidPtrVAArg(CGF, VAListAddr, Ty, IsIndirect, in EmitMSVAArg() 3493 return emitVoidPtrVAArg(CGF, VAListAddr, Ty, IsIndirect, in EmitVAArg()
|