Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGBuilder.h419 llvm::MDNode *DbgInfo) { in CreatePreserveStructAccessIndex() argument
427 Index, FieldIndex, DbgInfo), in CreatePreserveStructAccessIndex()
434 llvm::MDNode *DbgInfo) { in CreatePreserveUnionAccessIndex() argument
436 Addr.getBasePointer(), FieldIndex, DbgInfo)); in CreatePreserveUnionAccessIndex()
H A DCGExpr.cpp4322 llvm::DIType *DbgInfo = nullptr; in emitArraySubscriptGEP() local
4324 DbgInfo = CGF.getDebugInfo()->getOrCreateStandaloneType(*arrayType, loc); in emitArraySubscriptGEP()
4327 idx, DbgInfo); in emitArraySubscriptGEP()
5110 llvm::DIType *DbgInfo = CGF.getDebugInfo()->getOrCreateStandaloneType( in emitPreserveStructAccess() local
5117 addr, idx, CGF.getDebugInfoFIndex(rec, field->getFieldIndex()), DbgInfo); in emitPreserveStructAccess()
5169 llvm::DIType *DbgInfo = getDebugInfo()->getOrCreateRecordType( in EmitLValueForField() local
5173 DbgInfo); in EmitLValueForField()
5261 llvm::DIType *DbgInfo = getDebugInfo()->getOrCreateStandaloneType(base.getType(), in EmitLValueForField() local
5266 getDebugInfoFIndex(rec, field->getFieldIndex()), DbgInfo), in EmitLValueForField()
H A DCGOpenMPRuntime.cpp1356 if (auto *DbgInfo = CGF.getDebugInfo()) in getIdentStringFromSourceLocation() local
1357 OS << DbgInfo->remapDIPath(PLoc.getFilename()); in getIdentStringFromSourceLocation()
1382 if (auto *DbgInfo = CGF.getDebugInfo()) in emitUpdateLocation() local
1383 FileName = DbgInfo->remapDIPath(PLoc.getFilename()); in emitUpdateLocation()
9171 if (auto *DbgInfo = CGF.getDebugInfo()) in emitMappingInformation() local
9172 FileName = DbgInfo->remapDIPath(PLoc.getFilename()); in emitMappingInformation()
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DIRBuilder.cpp1149 MDNode *DbgInfo) { in CreatePreserveArrayAccessIndex() argument
1167 if (DbgInfo) in CreatePreserveArrayAccessIndex()
1168 Fn->setMetadata(LLVMContext::MD_preserve_access_index, DbgInfo); in CreatePreserveArrayAccessIndex()
1174 Value *Base, unsigned FieldIndex, MDNode *DbgInfo) { in CreatePreserveUnionAccessIndex() argument
1182 if (DbgInfo) in CreatePreserveUnionAccessIndex()
1183 Fn->setMetadata(LLVMContext::MD_preserve_access_index, DbgInfo); in CreatePreserveUnionAccessIndex()
1190 MDNode *DbgInfo) { in CreatePreserveStructAccessIndex() argument
1206 if (DbgInfo) in CreatePreserveStructAccessIndex()
1207 Fn->setMetadata(LLVMContext::MD_preserve_access_index, DbgInfo); in CreatePreserveStructAccessIndex()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DSelectionDAG.h290 SDDbgInfo *DbgInfo;
1976 return DbgInfo->getSDDbgValues(SD);
1982 bool hasDebugValues() const { return !DbgInfo->empty(); }
1984 SDDbgInfo::DbgIterator DbgBegin() const { return DbgInfo->DbgBegin(); }
1985 SDDbgInfo::DbgIterator DbgEnd() const { return DbgInfo->DbgEnd(); }
1988 return DbgInfo->ByvalParmDbgBegin();
1991 return DbgInfo->ByvalParmDbgEnd();
1995 return DbgInfo->DbgLabelBegin();
1998 return DbgInfo->DbgLabelEnd();
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp1142 DbgInfo->erase(N); in DeallocateNode()
1365 DbgInfo = new SDDbgInfo(); in SelectionDAG()
1393 delete DbgInfo; in ~SelectionDAG()
1467 DbgInfo->clear(); in clear()
11560 return new (DbgInfo->getAlloc()) in getDbgValue()
11561 SDDbgValue(DbgInfo->getAlloc(), Var, Expr, SDDbgOperand::fromNode(N, R), in getDbgValue()
11573 return new (DbgInfo->getAlloc()) in getConstantDbgValue()
11574 SDDbgValue(DbgInfo->getAlloc(), Var, Expr, SDDbgOperand::fromConst(C), {}, in getConstantDbgValue()
11599 return new (DbgInfo->getAlloc()) in getFrameIndexDbgValue()
11600 SDDbgValue(DbgInfo->getAlloc(), Var, Expr, SDDbgOperand::fromFrameIdx(FI), in getFrameIndexDbgValue()
[all …]
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DIRBuilder.h2710 MDNode *DbgInfo);
2714 MDNode *DbgInfo);
2719 MDNode *DbgInfo);
/freebsd/contrib/llvm-project/clang/lib/CodeGen/TargetBuiltins/
H A DARM.cpp8005 llvm::DIType *DbgInfo = getDebugInfo()->getOrCreateStandaloneType( in EmitBPFBuiltinExpr() local
8020 Fn->setMetadata(LLVMContext::MD_preserve_access_index, DbgInfo); in EmitBPFBuiltinExpr()
8030 llvm::DIType *DbgInfo = getDebugInfo()->getOrCreateStandaloneType( in EmitBPFBuiltinExpr() local
8056 Fn->setMetadata(LLVMContext::MD_preserve_access_index, DbgInfo); in EmitBPFBuiltinExpr()