Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DDebugProgramInstruction.h76 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;
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DDebugProgramInstruction.cpp17 DbgRecordParamRef<T>::DbgRecordParamRef(const T *Param) in DbgRecordParamRef() function in llvm::DbgRecordParamRef
20 DbgRecordParamRef<T>::DbgRecordParamRef(const MDNode *Param) in DbgRecordParamRef() function in llvm::DbgRecordParamRef
23 template <typename T> T *DbgRecordParamRef<T>::get() const { in get()
27 template class DbgRecordParamRef<DIExpression>; variable
28 template class DbgRecordParamRef<DILabel>; variable
29 template class DbgRecordParamRef<DILocalVariable>; variable