Lines Matching refs:Function
10 // Collect native machine code information for a function. This allows
12 // function.
17 #include "llvm/Function.h"
54 MachineFunction::MachineFunction(const Function *F, const TargetMachine &TM,
98 /// getOrCreateJumpTableInfo - Get the JumpTableInfo for this function, if it
111 /// dense, and match the ordering of the blocks within the function. If a
289 OS << "# Machine code for function " << Fn->getName() << ":\n";
304 OS << "Function Live Ins: ";
316 OS << "Function Live Outs:";
328 OS << "\n# End machine code for function " << Fn->getName() << ".\n\n";
338 return "CFG for '" + F->getFunction()->getNameStr() + "' function";
421 /// getPICBaseSymbol - Return a function-local symbol to represent the PIC