Home
last modified time | relevance | path

Searched refs:ArgumentIndexMapping (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DDataFlowSanitizer.cpp360 const std::vector<unsigned> &ArgumentIndexMapping) in TransformedFunction()
362 ArgumentIndexMapping(ArgumentIndexMapping) {} in TransformedFunction()
383 std::vector<unsigned> ArgumentIndexMapping; member
400 for (unsigned I = 0, IE = TransformedFunction.ArgumentIndexMapping.size(); in transformFunctionAttributes()
402 unsigned TransformedIndex = TransformedFunction.ArgumentIndexMapping[I]; in transformFunctionAttributes()
888 std::vector<unsigned> ArgumentIndexMapping; in getCustomFunctionType() local
891 ArgumentIndexMapping.push_back(ArgTypes.size()); in getCustomFunctionType()
913 ArgumentIndexMapping); in getCustomFunctionType()