Home
last modified time | relevance | path

Searched refs:InitArgs (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DModuleUtils.h65 ArrayRef<Type *> InitArgTypes, ArrayRef<Value *> InitArgs,
77 ArrayRef<Type *> InitArgTypes, ArrayRef<Value *> InitArgs,
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DModuleUtils.cpp209 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 DSanitizerBinaryMetadata.cpp209 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 Ddbexec.c738 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 Daclocal.h1553 char InitArgs; member
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaInit.cpp6583 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()