Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DDataFlowSanitizer.cpp307 struct TransformedFunction { struct
308 TransformedFunction(FunctionType *OriginalType, FunctionType *TransformedType, in TransformedFunction() function
322 FunctionType *OriginalType;
325 FunctionType *TransformedType;
332 std::vector<unsigned> ArgumentIndexMapping;
339 transformFunctionAttributes(const TransformedFunction &TransformedFunction, in transformFunctionAttributes()