Searched refs:InitArgs (Results 1 – 6 of 6) sorted by relevance
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/ |
H A D | ModuleUtils.h | 65 ArrayRef<Type *> InitArgTypes, ArrayRef<Value *> InitArgs, 77 ArrayRef<Type *> InitArgTypes, ArrayRef<Value *> InitArgs,
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
H A D | ModuleUtils.cpp | 209 ArrayRef<Type *> InitArgTypes, ArrayRef<Value *> InitArgs, in createSanitizerCtorAndInitFunctions() argument 212 assert(InitArgs.size() == InitArgTypes.size() && in createSanitizerCtorAndInitFunctions() 237 IRB.CreateCall(InitFunction, InitArgs); in createSanitizerCtorAndInitFunctions() 254 ArrayRef<Type *> InitArgTypes, ArrayRef<Value *> InitArgs, in getOrCreateSanitizerCtorAndInitFunctions() argument 270 M, CtorName, InitName, InitArgTypes, InitArgs, VersionCheckName, Weak); in getOrCreateSanitizerCtorAndInitFunctions()
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/ |
H A D | SanitizerBinaryMetadata.cpp | 209 const std::array<Value *, InitTypes.size()> InitArgs = { in run() local 227 (MI->FunctionPrefix + "_add").str(), InitTypes, InitArgs, in run() 233 (MI->FunctionPrefix + "_del").str(), InitTypes, InitArgs, in run()
|
/freebsd/sys/contrib/dev/acpica/components/debugger/ |
H A D | dbexec.c | 738 if (Info->InitArgs) in AcpiDbMethodThread() 895 AcpiGbl_DbMethodInfo.InitArgs = 1; in AcpiDbCreateExecutionThread() 1049 AcpiGbl_DbMethodInfo.InitArgs = 1; in AcpiDbCreateExecutionThreads()
|
/freebsd/sys/contrib/dev/acpica/include/ |
H A D | aclocal.h | 1553 char InitArgs; member
|
/freebsd/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaInit.cpp | 6583 llvm::SmallVector<Expr *> InitArgs; in InitializeFrom() local 6589 InitArgs.emplace_back(new (Context) ArraySubscriptExpr( in InitializeFrom() 6598 InitArgs.emplace_back(Arg); in InitializeFrom() 6601 S.getASTContext(), SourceLocation(), InitArgs, SourceLocation()); in InitializeFrom()
|