Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DSwiftCallingConv.cpp800 unsigned IndirectAS) { in classifyExpandedType() argument
805 /*AddrSpace=*/IndirectAS, in classifyExpandedType()
815 unsigned IndirectAS = CGM.getDataLayout().getAllocaAddrSpace(); in classifyType() local
822 /*AddrSpace=*/IndirectAS, /*byval=*/false); in classifyType()
829 IndirectAS); in classifyType()
845 return classifyExpandedType(lowering, forReturn, alignment, IndirectAS); in classifyType()