Searched defs:Arg (Results 1 – 5 of 5) sorted by relevance
54 struct Arg { struct55 int argc;56 char **argv;
60 bool IsDerefNeeded(llvm::Function *F, llvm::Argument &Arg) { in IsDerefNeeded()97 for (auto &Arg: F->getArgumentList()) { in FillArgsToDeref() local
504 for (const auto &Arg : CalleeFunction.getArgumentList()) { in finishArgList() local536 [I32Ty](int32_t Arg) { return llvm::ConstantInt::get(I32Ty, Arg); }); in GEPHelper()
102 inline void GoogleOnceInit(ProtobufOnceType* once, void (*init_func)(Arg), in GoogleOnceInit()
1482 for (const auto &Arg : Args) { in genExportReduceAllocationVariant() local