Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Instrumentation/
H A DDataFlowSanitizer.cpp318 struct TransformedFunction { struct
319 TransformedFunction(FunctionType *OriginalType, FunctionType *TransformedType, in TransformedFunction() argument
333 FunctionType *OriginalType;
336 FunctionType *TransformedType;
343 std::vector<unsigned> ArgumentIndexMapping;
350 transformFunctionAttributes(const TransformedFunction &TransformedFunction, in transformFunctionAttributes()