Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Transforms/Instrumentation/
H A DDataFlowSanitizer.cpp332 struct TransformedFunction { struct
333 TransformedFunction(FunctionType *OriginalType, FunctionType *TransformedType, in TransformedFunction() function
347 FunctionType *OriginalType;
350 FunctionType *TransformedType;
357 std::vector<unsigned> ArgumentIndexMapping;
364 transformFunctionAttributes(const TransformedFunction &TransformedFunction, in transformFunctionAttributes()