Home
last modified time | relevance | path

Searched defs:getArgTypes (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/CIR/CodeGen/
H A DCIRGenFunctionInfo.h79 CanQualType *getArgTypes() { return getTrailingObjects(); } in getArgTypes() function
80 const CanQualType *getArgTypes() const { return getTrailingObjects(); } in getArgTypes() function
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DRealtimeSanitizer.cpp30 static SmallVector<Type *> getArgTypes(ArrayRef<Value *> FunctionArgs) { in getArgTypes() function
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DTargetTransformInfo.h161 const SmallVectorImpl<Type *> &getArgTypes() const { return ParamTys; } in getArgTypes() function