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

/external/llvm/lib/IR/
H A DMangler.cpp120 const Function *MSFunc = dyn_cast<Function>(GV); local
122 MSFunc = nullptr; // Don't mangle when \01 is present.
124 MSFunc ? MSFunc->getCallingConv() : (unsigned)CallingConv::C;
127 MSFunc = nullptr;
128 if (MSFunc) {
137 if (!MSFunc)
145 FunctionType *FT = MSFunc->getFunctionType();
149 (FT->getNumParams() == 1 && MSFunc->hasStructRetAttr())))
150 addByteCountSuffix(OS, MSFunc, *D
[all...]

Completed in 158 milliseconds