Searched refs:FromFunction (Results 1 – 4 of 4) sorted by relevance
| /llvm-project-15.0.7/bolt/include/bolt/Passes/ |
| H A D | Instrumentation.h | 49 void createIndCallDescription(const BinaryFunction &FromFunction, 54 const BinaryFunction &FromFunction, uint32_t From, 59 const BinaryFunction &FromFunction, uint32_t From, 86 BinaryFunction &FromFunction, 99 BinaryFunction &FromFunction, uint32_t From);
|
| /llvm-project-15.0.7/bolt/lib/Passes/ |
| H A D | Instrumentation.cpp | 109 CD.FromLoc.FuncString = getFunctionNameIndex(FromFunction); in createCallDescription() 123 const BinaryFunction &FromFunction, uint32_t From) { in createIndCallDescription() argument 125 ICD.FromLoc.FuncString = getFunctionNameIndex(FromFunction); in createIndCallDescription() 151 ED.FromLoc.FuncString = getFunctionNameIndex(FromFunction); in createEdgeDescription() 211 BinaryFunction &FromFunction, in instrumentIndirectTarget() argument 213 auto L = FromFunction.getBinaryContext().scopeLock(); in instrumentIndirectTarget() 215 createIndCallDescription(FromFunction, From); in instrumentIndirectTarget() 217 BinaryContext &BC = FromFunction.getBinaryContext(); in instrumentIndirectTarget() 232 BinaryBasicBlock::iterator &Iter, BinaryFunction &FromFunction, in instrumentOneTarget() argument 237 auto L = FromFunction.getBinaryContext().scopeLock(); in instrumentOneTarget() [all …]
|
| /llvm-project-15.0.7/clang/test/SemaCXX/ |
| H A D | attr-musttail.cpp | 148 void FromFunction() { in FromFunction() function
|
| /llvm-project-15.0.7/clang/lib/Sema/ |
| H A D | SemaOverload.cpp | 2904 const FunctionProtoType *FromFunction = tryGetFunctionProtoType(FromType), in HandleFunctionTypeMismatch() local 2908 if (!FromFunction || !ToFunction) { in HandleFunctionTypeMismatch() 2913 if (FromFunction->getNumParams() != ToFunction->getNumParams()) { in HandleFunctionTypeMismatch() 2915 << FromFunction->getNumParams(); in HandleFunctionTypeMismatch() 2921 if (!FunctionParamTypesAreEqual(FromFunction, ToFunction, &ArgPos)) { in HandleFunctionTypeMismatch() 2924 << FromFunction->getParamType(ArgPos); in HandleFunctionTypeMismatch() 2929 if (!Context.hasSameType(FromFunction->getReturnType(), in HandleFunctionTypeMismatch() 2932 << FromFunction->getReturnType(); in HandleFunctionTypeMismatch() 2936 if (FromFunction->getMethodQuals() != ToFunction->getMethodQuals()) { in HandleFunctionTypeMismatch() 2938 << FromFunction->getMethodQuals(); in HandleFunctionTypeMismatch() [all …]
|