Searched refs:InitArgTypes (Results 1 – 2 of 2) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/ |
| H A D | ModuleUtils.h | 63 ArrayRef<Type *> InitArgTypes, bool Weak = false); 76 ArrayRef<Type *> InitArgTypes, 91 ArrayRef<Type *> InitArgTypes, ArrayRef<Value *> InitArgs,
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
| H A D | ModuleUtils.cpp | 225 ArrayRef<Type *> InitArgTypes, in declareSanitizerInitFunction() argument 229 auto *FnTy = FunctionType::get(VoidTy, InitArgTypes, false); in declareSanitizerInitFunction() 253 ArrayRef<Type *> InitArgTypes, ArrayRef<Value *> InitArgs, in createSanitizerCtorAndInitFunctions() argument 256 assert(InitArgs.size() == InitArgTypes.size() && in createSanitizerCtorAndInitFunctions() 259 declareSanitizerInitFunction(M, InitName, InitArgTypes, Weak); in createSanitizerCtorAndInitFunctions() 298 ArrayRef<Type *> InitArgTypes, ArrayRef<Value *> InitArgs, in getOrCreateSanitizerCtorAndInitFunctions() argument 309 declareSanitizerInitFunction(M, InitName, InitArgTypes, Weak)}; in getOrCreateSanitizerCtorAndInitFunctions() 314 M, CtorName, InitName, InitArgTypes, InitArgs, VersionCheckName, Weak); in getOrCreateSanitizerCtorAndInitFunctions()
|