Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Transforms/Instrumentation/
H A DDataFlowSanitizer.cpp334 std::vector<unsigned> ArgumentIndexMapping) in TransformedFunction()
336 ArgumentIndexMapping(ArgumentIndexMapping) {} in TransformedFunction()
357 std::vector<unsigned> ArgumentIndexMapping; member
374 for (unsigned I = 0, IE = TransformedFunction.ArgumentIndexMapping.size(); in transformFunctionAttributes()
376 unsigned TransformedIndex = TransformedFunction.ArgumentIndexMapping[I]; in transformFunctionAttributes()
817 std::vector<unsigned> ArgumentIndexMapping; in getCustomFunctionType() local
820 ArgumentIndexMapping.push_back(ArgTypes.size()); in getCustomFunctionType()
842 ArgumentIndexMapping); in getCustomFunctionType()