Searched refs:DbgRecordParamRef (Results 1 – 2 of 2) sorted by relevance
76 template <typename T> class DbgRecordParamRef {81 DbgRecordParamRef() = default;84 DbgRecordParamRef(const T *Param);92 explicit DbgRecordParamRef(const MDNode *Param);112 bool operator==(const DbgRecordParamRef &Other) const {115 bool operator!=(const DbgRecordParamRef &Other) const {224 DbgRecordParamRef<DILabel> Label;284 DbgRecordParamRef<DILocalVariable> Variable;285 DbgRecordParamRef<DIExpression> Expression;286 DbgRecordParamRef<DIExpression> AddressExpression;
17 DbgRecordParamRef<T>::DbgRecordParamRef(const T *Param) in DbgRecordParamRef() function in llvm::DbgRecordParamRef20 DbgRecordParamRef<T>::DbgRecordParamRef(const MDNode *Param) in DbgRecordParamRef() function in llvm::DbgRecordParamRef23 template <typename T> T *DbgRecordParamRef<T>::get() const { in get()27 template class DbgRecordParamRef<DIExpression>; variable28 template class DbgRecordParamRef<DILabel>; variable29 template class DbgRecordParamRef<DILocalVariable>; variable