Home
last modified time | relevance | path

Searched refs: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() function
325 TransformedFunction(const TransformedFunction &) = delete;
326 TransformedFunction &operator=(const TransformedFunction &) = delete;
329 TransformedFunction(TransformedFunction &&) = default;
330 TransformedFunction &operator=(TransformedFunction &&) = default;
350 transformFunctionAttributes(const TransformedFunction &TransformedFunction, in transformFunctionAttributes() argument
355 TransformedFunction.TransformedType->getNumParams()); in transformFunctionAttributes()
360 for (unsigned I = 0, IE = TransformedFunction.ArgumentIndexMapping.size(); in transformFunctionAttributes()
362 unsigned TransformedIndex = TransformedFunction.ArgumentIndexMapping[I]; in transformFunctionAttributes()
[all …]