Lines Matching refs:Function
29 class Function;
121 // References to blockaddress. The key is the function ValID, the value is
122 // a list of references to blocks in that function.
233 // Function Semantic Analysis.
236 Function &F;
241 /// FunctionNumber - If this is an unnamed function, this is the slot
245 PerFunctionState(LLParser &p, Function &f, int FunctionNumber);
248 Function &getFunction() const { return F; }
324 // Function Parsing.
334 bool ParseFunctionHeader(Function *&Fn, bool isDefine);
335 bool ParseFunctionBody(Function &Fn);
375 bool ResolveForwardRefBlockAddresses(Function *TheFn,