Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/lib/IR/
H A DIRBuilder.cpp1294 MDNode *DbgInfo) { in CreatePreserveArrayAccessIndex() argument
1318 if (DbgInfo) in CreatePreserveArrayAccessIndex()
1319 Fn->setMetadata(LLVMContext::MD_preserve_access_index, DbgInfo); in CreatePreserveArrayAccessIndex()
1325 Value *Base, unsigned FieldIndex, MDNode *DbgInfo) { in CreatePreserveUnionAccessIndex() argument
1337 if (DbgInfo) in CreatePreserveUnionAccessIndex()
1338 Fn->setMetadata(LLVMContext::MD_preserve_access_index, DbgInfo); in CreatePreserveUnionAccessIndex()
1345 MDNode *DbgInfo) { in CreatePreserveStructAccessIndex() argument
1366 if (DbgInfo) in CreatePreserveStructAccessIndex()
1367 Fn->setMetadata(LLVMContext::MD_preserve_access_index, DbgInfo); in CreatePreserveStructAccessIndex()
/openbsd/gnu/llvm/llvm/include/llvm/CodeGen/
H A DSelectionDAG.h275 SDDbgInfo *DbgInfo;
1868 return DbgInfo->getSDDbgValues(SD);
1874 bool hasDebugValues() const { return !DbgInfo->empty(); }
1876 SDDbgInfo::DbgIterator DbgBegin() const { return DbgInfo->DbgBegin(); }
1877 SDDbgInfo::DbgIterator DbgEnd() const { return DbgInfo->DbgEnd(); }
1880 return DbgInfo->ByvalParmDbgBegin();
1883 return DbgInfo->ByvalParmDbgEnd();
1887 return DbgInfo->DbgLabelBegin();
1890 return DbgInfo->DbgLabelEnd();
/openbsd/gnu/llvm/clang/lib/CodeGen/
H A DCGBuilder.h358 llvm::MDNode *DbgInfo) { in CreatePreserveStructAccessIndex() argument
365 Index, FieldIndex, DbgInfo), in CreatePreserveStructAccessIndex()
H A DCGExpr.cpp3759 llvm::DIType *DbgInfo = nullptr; in emitArraySubscriptGEP() local
3761 DbgInfo = CGF.getDebugInfo()->getOrCreateStandaloneType(*arrayType, loc); in emitArraySubscriptGEP()
3765 idx, DbgInfo); in emitArraySubscriptGEP()
4314 llvm::DIType *DbgInfo = CGF.getDebugInfo()->getOrCreateStandaloneType( in emitPreserveStructAccess() local
4321 addr, idx, CGF.getDebugInfoFIndex(rec, field->getFieldIndex()), DbgInfo); in emitPreserveStructAccess()
4367 llvm::DIType *DbgInfo = getDebugInfo()->getOrCreateRecordType( in EmitLValueForField() local
4371 DbgInfo); in EmitLValueForField()
4457 llvm::DIType *DbgInfo = getDebugInfo()->getOrCreateStandaloneType(base.getType(), in EmitLValueForField() local
4461 addr.getPointer(), getDebugInfoFIndex(rec, field->getFieldIndex()), DbgInfo), in EmitLValueForField()
H A DCGBuiltin.cpp12287 llvm::DIType *DbgInfo = getDebugInfo()->getOrCreateStandaloneType( in EmitBPFBuiltinExpr() local
12302 Fn->setMetadata(LLVMContext::MD_preserve_access_index, DbgInfo); in EmitBPFBuiltinExpr()
12312 llvm::DIType *DbgInfo = getDebugInfo()->getOrCreateStandaloneType( in EmitBPFBuiltinExpr() local
12338 Fn->setMetadata(LLVMContext::MD_preserve_access_index, DbgInfo); in EmitBPFBuiltinExpr()
/openbsd/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp1063 DbgInfo->erase(N); in DeallocateNode()
1282 DbgInfo = new SDDbgInfo(); in SelectionDAG()
1308 delete DbgInfo; in ~SelectionDAG()
1385 DbgInfo->clear(); in clear()
10085 return new (DbgInfo->getAlloc()) in getDbgValue()
10098 return new (DbgInfo->getAlloc()) in getConstantDbgValue()
10124 return new (DbgInfo->getAlloc()) in getFrameIndexDbgValue()
10136 return new (DbgInfo->getAlloc()) in getVRegDbgValue()
10149 return new (DbgInfo->getAlloc()) in getDbgValueList()
10304 return new (DbgInfo->getAlloc()) SDDbgLabel(Label, DL, O); in getDbgLabel()
[all …]
/openbsd/gnu/llvm/llvm/include/llvm/IR/
H A DIRBuilder.h2492 MDNode *DbgInfo);
2495 MDNode *DbgInfo);
2499 MDNode *DbgInfo);