Home
last modified time | relevance | path

Searched defs:RetSize (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Coroutines/
H A DCoroFrame.cpp628 Optional<TypeSize> RetSize = A.Alloca->getAllocationSizeInBits(DL); in addFieldForAllocas() local
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DTargetInfo.cpp9758 auto RetSize = llvm::alignTo(getContext().getTypeSize(RetTy), 32) / 32; in classifyReturnType() local