Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
H A DModuleUtils.cpp136 ArrayRef<Type *> InitArgTypes, ArrayRef<Value *> InitArgs, in createSanitizerCtorAndInitFunctions() argument
139 assert(InitArgs.size() == InitArgTypes.size() && in createSanitizerCtorAndInitFunctions()
145 IRB.CreateCall(InitFunction, InitArgs); in createSanitizerCtorAndInitFunctions()
158 ArrayRef<Type *> InitArgTypes, ArrayRef<Value *> InitArgs, in getOrCreateSanitizerCtorAndInitFunctions() argument
173 M, CtorName, InitName, InitArgTypes, InitArgs, VersionCheckName); in getOrCreateSanitizerCtorAndInitFunctions()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/Utils/
H A DModuleUtils.h55 ArrayRef<Type *> InitArgTypes, ArrayRef<Value *> InitArgs,
67 ArrayRef<Type *> InitArgTypes, ArrayRef<Value *> InitArgs,
/netbsd-src/sys/external/bsd/acpica/dist/debugger/
H A Ddbexec.c632 if (Info->InitArgs) in AcpiDbMethodThread()
789 AcpiGbl_DbMethodInfo.InitArgs = 1; in AcpiDbCreateExecutionThread()
943 AcpiGbl_DbMethodInfo.InitArgs = 1; in AcpiDbCreateExecutionThreads()
/netbsd-src/sys/external/bsd/acpica/dist/include/
H A Daclocal.h1445 char InitArgs;
1443 char InitArgs; global() member