Lines Matching refs:Function
17 #include "llvm/Function.h"
37 /// startFunction - This callback is invoked when a new machine function is
40 DEBUG(dbgs() << "processing function: "
43 // Get the ELF Section that this function belongs in.
49 // Get the function alignment in bytes
52 // The function must start on its required alignment
58 // Record the function start offset
62 // They need to be emitted before the function because in some targets
69 /// finishFunction - This callback is invoked after the function is completely
72 // Add a symbol to represent the function.
73 const Function *F = MF.getFunction();
87 // now that the MBB label offsets inside the function are known.
100 // If we have emitted any relocations to function-specific objects such as
129 // Clear per-function data structures.