Searched refs:MSFunc (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/IR/
H A DMangler.cpp111 const Function *MSFunc = nullptr; local
114 if ((MSFunc = dyn_cast<Function>(GV))) {
115 CC = MSFunc->getCallingConv();
124 if (!MSFunc)
131 FunctionType *FT = MSFunc->getFunctionType();
135 (FT->getNumParams() == 1 && MSFunc->hasStructRetAttr())))
136 AddFastCallStdCallSuffix(OS, MSFunc, *DL);

Completed in 54 milliseconds