Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Instrumentation/
H A DDataFlowSanitizer.cpp320 std::vector<unsigned> ArgumentIndexMapping) in TransformedFunction()
322 ArgumentIndexMapping(ArgumentIndexMapping) {} in TransformedFunction()
343 std::vector<unsigned> ArgumentIndexMapping; member
360 for (unsigned I = 0, IE = TransformedFunction.ArgumentIndexMapping.size(); in transformFunctionAttributes()
362 unsigned TransformedIndex = TransformedFunction.ArgumentIndexMapping[I]; in transformFunctionAttributes()
866 std::vector<unsigned> ArgumentIndexMapping; in getCustomFunctionType() local
872 ArgumentIndexMapping.push_back(ArgTypes.size()); in getCustomFunctionType()
876 ArgumentIndexMapping.push_back(ArgTypes.size()); in getCustomFunctionType()
899 ArgumentIndexMapping); in getCustomFunctionType()