Home
last modified time | relevance | path

Searched refs:InitArgTypes (Results 1 – 2 of 2) sorted by relevance

/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DModuleUtils.cpp116 ArrayRef<Type *> InitArgTypes) { in declareSanitizerInitFunction() argument
120 FunctionType::get(Type::getVoidTy(M.getContext()), InitArgTypes, false), in declareSanitizerInitFunction()
138 ArrayRef<Type *> InitArgTypes, ArrayRef<Value *> InitArgs, in createSanitizerCtorAndInitFunctions() argument
141 assert(InitArgs.size() == InitArgTypes.size() && in createSanitizerCtorAndInitFunctions()
144 declareSanitizerInitFunction(M, InitName, InitArgTypes); in createSanitizerCtorAndInitFunctions()
160 ArrayRef<Type *> InitArgTypes, ArrayRef<Value *> InitArgs, in getOrCreateSanitizerCtorAndInitFunctions() argument
170 return {Ctor, declareSanitizerInitFunction(M, InitName, InitArgTypes)}; in getOrCreateSanitizerCtorAndInitFunctions()
175 M, CtorName, InitName, InitArgTypes, InitArgs, VersionCheckName); in getOrCreateSanitizerCtorAndInitFunctions()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DModuleUtils.h43 ArrayRef<Type *> InitArgTypes);
55 ArrayRef<Type *> InitArgTypes, ArrayRef<Value *> InitArgs,
67 ArrayRef<Type *> InitArgTypes, ArrayRef<Value *> InitArgs,