Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Transforms/Instrumentation/
H A DDataFlowSanitizer.cpp350 struct TransformedFunction { struct
351 TransformedFunction(FunctionType *OriginalType, FunctionType *TransformedType, in TransformedFunction() function
365 FunctionType *OriginalType;
368 FunctionType *TransformedType;
375 std::vector<unsigned> ArgumentIndexMapping;
382 transformFunctionAttributes(const TransformedFunction &TransformedFunction, in transformFunctionAttributes()