Searched refs:ParamOffsets (Results 1 – 3 of 3) sorted by relevance
22 llvm::SmallVectorImpl<unsigned> &&ParamOffsets, in Function() argument26 ParamOffsets(std::move(ParamOffsets)), HasThisPointer(HasThisPointer), in Function()
72 SmallVector<unsigned, 8> ParamOffsets; in compileFunc() local83 ParamOffsets.push_back(ParamOffset); in compileFunc()96 ParamOffsets.push_back(ParamOffset); in compileFunc()141 ParamOffsets.push_back(ParamOffset); in compileFunc()155 std::move(ParamDescriptors), std::move(ParamOffsets), in compileFunc()
206 return ParamOffsets[ParamIndex]; in getParamOffset()214 llvm::SmallVectorImpl<unsigned> &&ParamOffsets, bool HasThisPointer,257 llvm::SmallVector<unsigned, 8> ParamOffsets; variable