Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CodeGen/Targets/
H A DX86.cpp166 void rewriteWithInAlloca(CGFunctionInfo &FI) const;
970 rewriteWithInAlloca(FI); in computeInfo()
1026 void X86_32ABIInfo::rewriteWithInAlloca(CGFunctionInfo &FI) const { in rewriteWithInAlloca() function in X86_32ABIInfo