Home
last modified time | relevance | path

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

/external/llvm-project/llvm/lib/IR/
DIRBuilder.cpp1048 MDNode *DbgInfo) { in CreatePreserveArrayAccessIndex() argument
1070 if (DbgInfo) in CreatePreserveArrayAccessIndex()
1071 Fn->setMetadata(LLVMContext::MD_preserve_access_index, DbgInfo); in CreatePreserveArrayAccessIndex()
1077 Value *Base, unsigned FieldIndex, MDNode *DbgInfo) { in CreatePreserveUnionAccessIndex() argument
1089 if (DbgInfo) in CreatePreserveUnionAccessIndex()
1090 Fn->setMetadata(LLVMContext::MD_preserve_access_index, DbgInfo); in CreatePreserveUnionAccessIndex()
1097 MDNode *DbgInfo) { in CreatePreserveStructAccessIndex() argument
1114 if (DbgInfo) in CreatePreserveStructAccessIndex()
1115 Fn->setMetadata(LLVMContext::MD_preserve_access_index, DbgInfo); in CreatePreserveStructAccessIndex()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DSelectionDAG.h273 SDDbgInfo *DbgInfo;
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();
/external/llvm/include/llvm/CodeGen/
DSelectionDAG.h218 SDDbgInfo *DbgInfo;
1215 return DbgInfo->getSDDbgValues(SD);
1225 bool hasDebugValues() const { return !DbgInfo->empty(); }
1227 SDDbgInfo::DbgIterator DbgBegin() { return DbgInfo->DbgBegin(); }
1228 SDDbgInfo::DbgIterator DbgEnd() { return DbgInfo->DbgEnd(); }
1230 return DbgInfo->ByvalParmDbgBegin();
1233 return DbgInfo->ByvalParmDbgEnd();
/external/llvm-project/llvm/include/llvm/CodeGen/
DSelectionDAG.h273 SDDbgInfo *DbgInfo;
1632 return DbgInfo->getSDDbgValues(SD);
1638 bool hasDebugValues() const { return !DbgInfo->empty(); }
1640 SDDbgInfo::DbgIterator DbgBegin() const { return DbgInfo->DbgBegin(); }
1641 SDDbgInfo::DbgIterator DbgEnd() const { return DbgInfo->DbgEnd(); }
1644 return DbgInfo->ByvalParmDbgBegin();
1647 return DbgInfo->ByvalParmDbgEnd();
1651 return DbgInfo->DbgLabelBegin();
1654 return DbgInfo->DbgLabelEnd();
/external/llvm-project/clang/lib/CodeGen/
DCGBuilder.h308 llvm::MDNode *DbgInfo) { in CreatePreserveStructAccessIndex() argument
315 Index, FieldIndex, DbgInfo), in CreatePreserveStructAccessIndex()
DCGExpr.cpp3684 llvm::DIType *DbgInfo = nullptr; in emitArraySubscriptGEP() local
3686 DbgInfo = CGF.getDebugInfo()->getOrCreateStandaloneType(*arrayType, loc); in emitArraySubscriptGEP()
3690 idx, DbgInfo); in emitArraySubscriptGEP()
4235 llvm::DIType *DbgInfo = CGF.getDebugInfo()->getOrCreateStandaloneType( in emitPreserveStructAccess() local
4242 addr, idx, CGF.getDebugInfoFIndex(rec, field->getFieldIndex()), DbgInfo); in emitPreserveStructAccess()
4288 llvm::DIType *DbgInfo = getDebugInfo()->getOrCreateRecordType( in EmitLValueForField() local
4292 DbgInfo); in EmitLValueForField()
4379 llvm::DIType *DbgInfo = getDebugInfo()->getOrCreateStandaloneType(base.getType(), in EmitLValueForField() local
4383 addr.getPointer(), getDebugInfoFIndex(rec, field->getFieldIndex()), DbgInfo), in EmitLValueForField()
DCGBuiltin.cpp11155 llvm::DIType *DbgInfo = getDebugInfo()->getOrCreateStandaloneType( in EmitBPFBuiltinExpr() local
11170 Fn->setMetadata(LLVMContext::MD_preserve_access_index, DbgInfo); in EmitBPFBuiltinExpr()
11180 llvm::DIType *DbgInfo = getDebugInfo()->getOrCreateStandaloneType( in EmitBPFBuiltinExpr() local
11206 Fn->setMetadata(LLVMContext::MD_preserve_access_index, DbgInfo); in EmitBPFBuiltinExpr()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DIRBuilder.h2719 MDNode *DbgInfo) { in CreatePreserveArrayAccessIndex() argument
2741 if (DbgInfo) in CreatePreserveArrayAccessIndex()
2742 Fn->setMetadata(LLVMContext::MD_preserve_access_index, DbgInfo); in CreatePreserveArrayAccessIndex()
2748 MDNode *DbgInfo) { in CreatePreserveUnionAccessIndex() argument
2760 if (DbgInfo) in CreatePreserveUnionAccessIndex()
2761 Fn->setMetadata(LLVMContext::MD_preserve_access_index, DbgInfo); in CreatePreserveUnionAccessIndex()
2768 MDNode *DbgInfo) { in CreatePreserveStructAccessIndex() argument
2785 if (DbgInfo) in CreatePreserveStructAccessIndex()
2786 Fn->setMetadata(LLVMContext::MD_preserve_access_index, DbgInfo); in CreatePreserveStructAccessIndex()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAG.cpp801 DbgInfo->erase(N); in DeallocateNode()
1017 DbgInfo = new SDDbgInfo(); in SelectionDAG()
1042 delete DbgInfo; in ~SelectionDAG()
1119 DbgInfo->clear(); in clear()
8128 return new (DbgInfo->getAlloc()) in getDbgValue()
8139 return new (DbgInfo->getAlloc()) SDDbgValue(Var, Expr, C, DL, O); in getConstantDbgValue()
8150 return new (DbgInfo->getAlloc()) in getFrameIndexDbgValue()
8161 return new (DbgInfo->getAlloc()) in getVRegDbgValue()
8271 return new (DbgInfo->getAlloc()) SDDbgLabel(Label, DL, O); in getDbgLabel()
8755 assert(DbgInfo->getSDDbgValues(SD).empty() || SD->getHasDebugValue()); in AddDbgValue()
[all …]
/external/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAG.cpp669 DbgInfo->erase(N); in DeallocateNode()
890 DbgInfo = new SDDbgInfo(); in SelectionDAG()
904 delete DbgInfo; in ~SelectionDAG()
998 DbgInfo->clear(); in clear()
6219 return new (DbgInfo->getAlloc()) in getDbgValue()
6229 return new (DbgInfo->getAlloc()) SDDbgValue(Var, Expr, C, Off, DL, O); in getConstantDbgValue()
6239 return new (DbgInfo->getAlloc()) SDDbgValue(Var, Expr, FI, Off, DL, O); in getFrameIndexDbgValue()
6649 assert(DbgInfo->getSDDbgValues(SD).empty() || SD->getHasDebugValue()); in AddDbgValue()
6652 DbgInfo->add(DB, SD, isParameter); in AddDbgValue()
/external/llvm-project/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAG.cpp852 DbgInfo->erase(N); in DeallocateNode()
1068 DbgInfo = new SDDbgInfo(); in SelectionDAG()
1093 delete DbgInfo; in ~SelectionDAG()
1170 DbgInfo->clear(); in clear()
8336 return new (DbgInfo->getAlloc()) in getDbgValue()
8347 return new (DbgInfo->getAlloc()) SDDbgValue(Var, Expr, C, DL, O); in getConstantDbgValue()
8358 return new (DbgInfo->getAlloc()) in getFrameIndexDbgValue()
8369 return new (DbgInfo->getAlloc()) in getVRegDbgValue()
8479 return new (DbgInfo->getAlloc()) SDDbgLabel(Label, DL, O); in getDbgLabel()
8956 assert(DbgInfo->getSDDbgValues(SD).empty() || SD->getHasDebugValue()); in AddDbgValue()
[all …]
/external/llvm-project/llvm/include/llvm/IR/
DIRBuilder.h2538 MDNode *DbgInfo);
2541 MDNode *DbgInfo);
2545 MDNode *DbgInfo);