Home
last modified time | relevance | path

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

/netbsd/external/apache2/llvm/dist/llvm/lib/IR/
H A DIRBuilder.cpp1105 MDNode *DbgInfo) { in CreatePreserveArrayAccessIndex() argument
1125 if (DbgInfo) in CreatePreserveArrayAccessIndex()
1126 Fn->setMetadata(LLVMContext::MD_preserve_access_index, DbgInfo); in CreatePreserveArrayAccessIndex()
1132 Value *Base, unsigned FieldIndex, MDNode *DbgInfo) { in CreatePreserveUnionAccessIndex() argument
1144 if (DbgInfo) in CreatePreserveUnionAccessIndex()
1145 Fn->setMetadata(LLVMContext::MD_preserve_access_index, DbgInfo); in CreatePreserveUnionAccessIndex()
1152 MDNode *DbgInfo) { in CreatePreserveStructAccessIndex() argument
1169 if (DbgInfo) in CreatePreserveStructAccessIndex()
1170 Fn->setMetadata(LLVMContext::MD_preserve_access_index, DbgInfo); in CreatePreserveStructAccessIndex()
/netbsd/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DSelectionDAG.h266 SDDbgInfo *DbgInfo;
1605 return DbgInfo->getSDDbgValues(SD);
1611 bool hasDebugValues() const { return !DbgInfo->empty(); }
1613 SDDbgInfo::DbgIterator DbgBegin() const { return DbgInfo->DbgBegin(); }
1614 SDDbgInfo::DbgIterator DbgEnd() const { return DbgInfo->DbgEnd(); }
1617 return DbgInfo->ByvalParmDbgBegin();
1620 return DbgInfo->ByvalParmDbgEnd();
1624 return DbgInfo->DbgLabelBegin();
1627 return DbgInfo->DbgLabelEnd();
/netbsd/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGBuilder.h324 llvm::MDNode *DbgInfo) { in CreatePreserveStructAccessIndex() argument
331 Index, FieldIndex, DbgInfo), in CreatePreserveStructAccessIndex()
H A DCGExpr.cpp3694 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()
H A DCGBuiltin.cpp11596 llvm::DIType *DbgInfo = getDebugInfo()->getOrCreateStandaloneType( in EmitBPFBuiltinExpr() local
11611 Fn->setMetadata(LLVMContext::MD_preserve_access_index, DbgInfo); in EmitBPFBuiltinExpr()
11621 llvm::DIType *DbgInfo = getDebugInfo()->getOrCreateStandaloneType( in EmitBPFBuiltinExpr() local
11647 Fn->setMetadata(LLVMContext::MD_preserve_access_index, DbgInfo); in EmitBPFBuiltinExpr()
/netbsd/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp921 DbgInfo->erase(N); in DeallocateNode()
1137 DbgInfo = new SDDbgInfo(); in SelectionDAG()
1162 delete DbgInfo; in ~SelectionDAG()
1239 DbgInfo->clear(); in clear()
8682 return new (DbgInfo->getAlloc()) in getDbgValue()
8695 return new (DbgInfo->getAlloc()) in getConstantDbgValue()
8721 return new (DbgInfo->getAlloc()) in getFrameIndexDbgValue()
8733 return new (DbgInfo->getAlloc()) in getVRegDbgValue()
8746 return new (DbgInfo->getAlloc()) in getDbgValueList()
8901 return new (DbgInfo->getAlloc()) SDDbgLabel(Label, DL, O); in getDbgLabel()
[all …]
/netbsd/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DIRBuilder.h2538 MDNode *DbgInfo);
2541 MDNode *DbgInfo);
2545 MDNode *DbgInfo);