Lines Matching defs:TheFunction
705 /// TheFunction - The function for which we are holding slot numbers.
706 const Function* TheFunction = nullptr;
799 TheFunction = F;
803 const Function *getFunction() const { return TheFunction; }
973 : TheModule(F ? F->getParent() : nullptr), TheFunction(F),
985 if (TheFunction && !FunctionProcessed)
1056 processFunctionMetadata(*TheFunction);
1059 for(Function::const_arg_iterator AI = TheFunction->arg_begin(),
1060 AE = TheFunction->arg_end(); AI != AE; ++AI)
1067 for (auto &BB : *TheFunction) {
1087 ProcessFunctionHookFn(this, TheFunction, ShouldInitializeAllMetadata);
1188 /// incorporation state is indicated by TheFunction != 0.
1192 TheFunction = nullptr;