Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DDataFlowSanitizer.cpp358 struct TransformedFunction { struct
359 TransformedFunction(FunctionType *OriginalType, FunctionType *TransformedType, in TransformedFunction() argument
373 FunctionType *OriginalType;
376 FunctionType *TransformedType;
383 std::vector<unsigned> ArgumentIndexMapping;
390 transformFunctionAttributes(const TransformedFunction &TransformedFunction, in transformFunctionAttributes()