Home | History | Annotate | Download | only in lib

Lines Matching refs:Func

75       if (llvm::Function *const func = Module.getFunction(expandName))
76 expandFuncs.insert(func);
175 /// to the function specified by Func:
180 void attachDebugInfo(llvm::DIBuilder &DebugInfo, llvm::Function &Func) {
183 for (llvm::Instruction &inst : llvm::instructions(Func)) {
195 Func.getName(), Func.getName(),
199 Func.setSubprogram(ExpandedFunc);
202 llvm::IRBuilder<> ir(&*Func.getEntryBlock().begin());
209 for (llvm::Argument &arg : Func.getArgumentList()) {
250 for (llvm::Instruction &inst : llvm::instructions(Func)) {