Searched refs:DbgInfo (Results 1 – 7 of 7) sorted by relevance
/freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | CGBuilder.h | 413 llvm::MDNode *DbgInfo) { in CreatePreserveStructAccessIndex() argument 421 Index, FieldIndex, DbgInfo), in CreatePreserveStructAccessIndex() 428 llvm::MDNode *DbgInfo) { in CreatePreserveUnionAccessIndex() argument 430 Addr.getBasePointer(), FieldIndex, DbgInfo)); in CreatePreserveUnionAccessIndex()
|
H A D | CGExpr.cpp | 4096 llvm::DIType *DbgInfo = nullptr; in emitArraySubscriptGEP() local 4098 DbgInfo = CGF.getDebugInfo()->getOrCreateStandaloneType(*arrayType, loc); in emitArraySubscriptGEP() 4101 idx, DbgInfo); in emitArraySubscriptGEP() 4778 llvm::DIType *DbgInfo = CGF.getDebugInfo()->getOrCreateStandaloneType( in emitPreserveStructAccess() local 4785 addr, idx, CGF.getDebugInfoFIndex(rec, field->getFieldIndex()), DbgInfo); in emitPreserveStructAccess() 4833 llvm::DIType *DbgInfo = getDebugInfo()->getOrCreateRecordType( in EmitLValueForField() local 4837 DbgInfo); in EmitLValueForField() 4925 llvm::DIType *DbgInfo = getDebugInfo()->getOrCreateStandaloneType(base.getType(), in EmitLValueForField() local 4930 getDebugInfoFIndex(rec, field->getFieldIndex()), DbgInfo), in EmitLValueForField()
|
H A D | CGBuiltin.cpp | 13543 llvm::DIType *DbgInfo = getDebugInfo()->getOrCreateStandaloneType( in EmitBPFBuiltinExpr() local 13558 Fn->setMetadata(LLVMContext::MD_preserve_access_index, DbgInfo); in EmitBPFBuiltinExpr() 13568 llvm::DIType *DbgInfo = getDebugInfo()->getOrCreateStandaloneType( in EmitBPFBuiltinExpr() local 13594 Fn->setMetadata(LLVMContext::MD_preserve_access_index, DbgInfo); in EmitBPFBuiltinExpr()
|
/freebsd/contrib/llvm-project/llvm/lib/IR/ |
H A D | IRBuilder.cpp | 1215 MDNode *DbgInfo) { in CreatePreserveArrayAccessIndex() argument 1236 if (DbgInfo) in CreatePreserveArrayAccessIndex() 1237 Fn->setMetadata(LLVMContext::MD_preserve_access_index, DbgInfo); in CreatePreserveArrayAccessIndex() 1243 Value *Base, unsigned FieldIndex, MDNode *DbgInfo) { in CreatePreserveUnionAccessIndex() argument 1255 if (DbgInfo) in CreatePreserveUnionAccessIndex() 1256 Fn->setMetadata(LLVMContext::MD_preserve_access_index, DbgInfo); in CreatePreserveUnionAccessIndex() 1263 MDNode *DbgInfo) { in CreatePreserveStructAccessIndex() argument 1282 if (DbgInfo) in CreatePreserveStructAccessIndex() 1283 Fn->setMetadata(LLVMContext::MD_preserve_access_index, DbgInfo); in CreatePreserveStructAccessIndex()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
H A D | SelectionDAG.h | 282 SDDbgInfo *DbgInfo; 1847 return DbgInfo->getSDDbgValues(SD); 1853 bool hasDebugValues() const { return !DbgInfo->empty(); } 1855 SDDbgInfo::DbgIterator DbgBegin() const { return DbgInfo->DbgBegin(); } 1856 SDDbgInfo::DbgIterator DbgEnd() const { return DbgInfo->DbgEnd(); } 1859 return DbgInfo->ByvalParmDbgBegin(); 1862 return DbgInfo->ByvalParmDbgEnd(); 1866 return DbgInfo->DbgLabelBegin(); 1869 return DbgInfo->DbgLabelEnd();
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
H A D | SelectionDAG.cpp | 1108 DbgInfo->erase(N); in DeallocateNode() 1329 DbgInfo = new SDDbgInfo(); in SelectionDAG() 1355 delete DbgInfo; in ~SelectionDAG() 1430 DbgInfo->clear(); in clear() 11010 return new (DbgInfo->getAlloc()) in getDbgValue() 11011 SDDbgValue(DbgInfo->getAlloc(), Var, Expr, SDDbgOperand::fromNode(N, R), in getDbgValue() 11023 return new (DbgInfo->getAlloc()) in getConstantDbgValue() 11024 SDDbgValue(DbgInfo->getAlloc(), Var, Expr, SDDbgOperand::fromConst(C), {}, in getConstantDbgValue() 11049 return new (DbgInfo->getAlloc()) in getFrameIndexDbgValue() 11050 SDDbgValue(DbgInfo->getAlloc(), Var, Expr, SDDbgOperand::fromFrameIdx(FI), in getFrameIndexDbgValue() [all …]
|
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/ |
H A D | IRBuilder.h | 2611 MDNode *DbgInfo); 2614 MDNode *DbgInfo); 2618 MDNode *DbgInfo);
|