Searched refs:DbgInfo (Results 1 - 5 of 5) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGBuilder.h306 llvm::MDNode *DbgInfo) {
313 Index, FieldIndex, DbgInfo),
303 CreatePreserveStructAccessIndex(Address Addr, unsigned Index, unsigned FieldIndex, llvm::MDNode *DbgInfo) argument
H A DCGExpr.cpp3496 llvm::DIType *DbgInfo = nullptr; local
3498 DbgInfo = CGF.getDebugInfo()->getOrCreateStandaloneType(*arrayType, loc);
3502 idx, DbgInfo);
4026 llvm::DIType *DbgInfo = CGF.getDebugInfo()->getOrCreateRecordType( local
4033 base, idx, CGF.getDebugInfoFIndex(rec, field->getFieldIndex()), DbgInfo);
4072 llvm::DIType *DbgInfo = getDebugInfo()->getOrCreateRecordType( local
4076 DbgInfo);
4157 llvm::DIType *DbgInfo = getDebugInfo()->getOrCreateRecordType( local
4161 addr.getPointer(), getDebugInfoFIndex(rec, field->getFieldIndex()), DbgInfo),
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DSelectionDAG.h273 SDDbgInfo *DbgInfo; member in class:llvm::SelectionDAG
1426 return DbgInfo->getSDDbgValues(SD);
1432 bool hasDebugValues() const { return !DbgInfo->empty(); }
1434 SDDbgInfo::DbgIterator DbgBegin() const { return DbgInfo->DbgBegin(); }
1435 SDDbgInfo::DbgIterator DbgEnd() const { return DbgInfo->DbgEnd(); }
1438 return DbgInfo->ByvalParmDbgBegin();
1441 return DbgInfo->ByvalParmDbgEnd();
1445 return DbgInfo->DbgLabelBegin();
1448 return DbgInfo->DbgLabelEnd();
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/IR/
H A DIRBuilder.h2719 MDNode *DbgInfo) {
2741 if (DbgInfo)
2742 Fn->setMetadata(LLVMContext::MD_preserve_access_index, DbgInfo);
2748 MDNode *DbgInfo) {
2760 if (DbgInfo)
2761 Fn->setMetadata(LLVMContext::MD_preserve_access_index, DbgInfo);
2768 MDNode *DbgInfo) {
2785 if (DbgInfo)
2786 Fn->setMetadata(LLVMContext::MD_preserve_access_index, DbgInfo);
2717 CreatePreserveArrayAccessIndex(Type *ElTy, Value *Base, unsigned Dimension, unsigned LastIndex, MDNode *DbgInfo) argument
2747 CreatePreserveUnionAccessIndex(Value *Base, unsigned FieldIndex, MDNode *DbgInfo) argument
2766 CreatePreserveStructAccessIndex(Type *ElTy, Value *Base, unsigned Index, unsigned FieldIndex, MDNode *DbgInfo) argument
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp801 DbgInfo->erase(N);
1017 DbgInfo = new SDDbgInfo();
1042 delete DbgInfo;
1119 DbgInfo->clear();
8125 return new (DbgInfo->getAlloc())
8136 return new (DbgInfo->getAlloc()) SDDbgValue(Var, Expr, C, DL, O);
8147 return new (DbgInfo->getAlloc())
8158 return new (DbgInfo->getAlloc())
8268 return new (DbgInfo->getAlloc()) SDDbgLabel(Label, DL, O);
8752 assert(DbgInfo
[all...]

Completed in 215 milliseconds