Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Instrumentation/
DDataFlowSanitizer.cpp220 std::vector<unsigned> ArgumentIndexMapping) in TransformedFunction()
223 ArgumentIndexMapping(ArgumentIndexMapping) {} in TransformedFunction()
244 std::vector<unsigned> ArgumentIndexMapping; member
261 for (unsigned i=0, ie = TransformedFunction.ArgumentIndexMapping.size(); in TransformFunctionAttributes()
263 unsigned TransformedIndex = TransformedFunction.ArgumentIndexMapping[i]; in TransformFunctionAttributes()
513 std::vector<unsigned> ArgumentIndexMapping; in getCustomFunctionType() local
519 ArgumentIndexMapping.push_back(ArgTypes.size()); in getCustomFunctionType()
523 ArgumentIndexMapping.push_back(ArgTypes.size()); in getCustomFunctionType()
536 ArgumentIndexMapping); in getCustomFunctionType()