Searched refs:DbgInfo (Results 1 – 7 of 7) sorted by relevance
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/IR/ |
| D | IRBuilder.cpp | 1145 MDNode *DbgInfo) { in CreatePreserveArrayAccessIndex() argument 1169 if (DbgInfo) in CreatePreserveArrayAccessIndex() 1170 Fn->setMetadata(LLVMContext::MD_preserve_access_index, DbgInfo); in CreatePreserveArrayAccessIndex() 1176 Value *Base, unsigned FieldIndex, MDNode *DbgInfo) { in CreatePreserveUnionAccessIndex() argument 1188 if (DbgInfo) in CreatePreserveUnionAccessIndex() 1189 Fn->setMetadata(LLVMContext::MD_preserve_access_index, DbgInfo); in CreatePreserveUnionAccessIndex() 1196 MDNode *DbgInfo) { in CreatePreserveStructAccessIndex() argument 1217 if (DbgInfo) in CreatePreserveStructAccessIndex() 1218 Fn->setMetadata(LLVMContext::MD_preserve_access_index, DbgInfo); in CreatePreserveStructAccessIndex()
|
| /freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
| D | SelectionDAG.h | 266 SDDbgInfo *DbgInfo; 1612 return DbgInfo->getSDDbgValues(SD); 1618 bool hasDebugValues() const { return !DbgInfo->empty(); } 1620 SDDbgInfo::DbgIterator DbgBegin() const { return DbgInfo->DbgBegin(); } 1621 SDDbgInfo::DbgIterator DbgEnd() const { return DbgInfo->DbgEnd(); } 1624 return DbgInfo->ByvalParmDbgBegin(); 1627 return DbgInfo->ByvalParmDbgEnd(); 1631 return DbgInfo->DbgLabelBegin(); 1634 return DbgInfo->DbgLabelEnd();
|
| /freebsd-12-stable/contrib/llvm-project/clang/lib/CodeGen/ |
| D | CGBuilder.h | 326 llvm::MDNode *DbgInfo) { in CreatePreserveStructAccessIndex() argument 333 Index, FieldIndex, DbgInfo), in CreatePreserveStructAccessIndex()
|
| D | CGExpr.cpp | 3694 llvm::DIType *DbgInfo = nullptr; in emitArraySubscriptGEP() local 3696 DbgInfo = CGF.getDebugInfo()->getOrCreateStandaloneType(*arrayType, loc); in emitArraySubscriptGEP() 3700 idx, DbgInfo); in emitArraySubscriptGEP() 4247 llvm::DIType *DbgInfo = CGF.getDebugInfo()->getOrCreateStandaloneType( in emitPreserveStructAccess() local 4254 addr, idx, CGF.getDebugInfoFIndex(rec, field->getFieldIndex()), DbgInfo); in emitPreserveStructAccess() 4300 llvm::DIType *DbgInfo = getDebugInfo()->getOrCreateRecordType( in EmitLValueForField() local 4304 DbgInfo); in EmitLValueForField() 4391 llvm::DIType *DbgInfo = getDebugInfo()->getOrCreateStandaloneType(base.getType(), in EmitLValueForField() local 4395 addr.getPointer(), getDebugInfoFIndex(rec, field->getFieldIndex()), DbgInfo), in EmitLValueForField()
|
| D | CGBuiltin.cpp | 11701 llvm::DIType *DbgInfo = getDebugInfo()->getOrCreateStandaloneType( in EmitBPFBuiltinExpr() local 11716 Fn->setMetadata(LLVMContext::MD_preserve_access_index, DbgInfo); in EmitBPFBuiltinExpr() 11726 llvm::DIType *DbgInfo = getDebugInfo()->getOrCreateStandaloneType( in EmitBPFBuiltinExpr() local 11752 Fn->setMetadata(LLVMContext::MD_preserve_access_index, DbgInfo); in EmitBPFBuiltinExpr()
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
| D | SelectionDAG.cpp | 922 DbgInfo->erase(N); in DeallocateNode() 1138 DbgInfo = new SDDbgInfo(); in SelectionDAG() 1163 delete DbgInfo; in ~SelectionDAG() 1240 DbgInfo->clear(); in clear() 8767 return new (DbgInfo->getAlloc()) in getDbgValue() 8768 SDDbgValue(DbgInfo->getAlloc(), Var, Expr, SDDbgOperand::fromNode(N, R), in getDbgValue() 8780 return new (DbgInfo->getAlloc()) in getConstantDbgValue() 8781 SDDbgValue(DbgInfo->getAlloc(), Var, Expr, SDDbgOperand::fromConst(C), {}, in getConstantDbgValue() 8806 return new (DbgInfo->getAlloc()) in getFrameIndexDbgValue() 8807 SDDbgValue(DbgInfo->getAlloc(), Var, Expr, SDDbgOperand::fromFrameIdx(FI), in getFrameIndexDbgValue() [all …]
|
| /freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/IR/ |
| D | IRBuilder.h | 2585 MDNode *DbgInfo); 2588 MDNode *DbgInfo); 2592 MDNode *DbgInfo);
|