Home
last modified time | relevance | path

Searched refs:Dbg (Results 1 – 10 of 10) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DStackFrameLayoutAnalysisPass.cpp270 SmallVector<MachineInstr *> Dbg; in genSlotDbgMapping() local
271 MI.collectDebugValues(Dbg); in genSlotDbgMapping()
273 for (MachineInstr *MI : Dbg) in genSlotDbgMapping()
H A DAssignmentTrackingAnalysis.cpp1931 auto *Dbg = dyn_cast<DbgInfoIntrinsic>(&*II); in process() local
1932 if (!Dbg) in process()
1935 processDbgInstruction(*Dbg, LiveSet); in process()
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DTypeFinder.cpp93 for (const auto &Dbg : I.getDbgRecordRange()) { in run() local
96 dyn_cast<DbgVariableRecord>(&Dbg)) { in run()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGDumper.cpp922 for (SDDbgValue *Dbg : G->GetDbgValues(this)) in print_details()
923 if (!Dbg->isInvalidated()) in print_details()
924 Dbg->print(OS); in print_details()
1033 for (auto *Dbg : make_range(DbgBegin(), DbgEnd())) in dump() local
1034 Dbg->dump(); in dump()
1037 for (auto *Dbg : make_range(ByvalParmDbgBegin(), ByvalParmDbgEnd())) in dump() local
1038 Dbg->dump(); in dump()
H A DSelectionDAG.cpp11100 for (SDDbgValue *Dbg : GetDbgValues(FromNode)) { in transferDbgValues()
11101 if (Dbg->isInvalidated()) in transferDbgValues()
11109 auto NewLocOps = Dbg->copyLocationOps(); in transferDbgValues()
11122 DIVariable *Var = Dbg->getVariable(); in transferDbgValues()
11123 auto *Expr = Dbg->getExpression(); in transferDbgValues()
11139 auto AdditionalDependencies = Dbg->getAdditionalDependencies(); in transferDbgValues()
11142 Var, Expr, NewLocOps, AdditionalDependencies, Dbg->isIndirect(), in transferDbgValues()
11143 Dbg->getDebugLoc(), std::max(ToNode->getIROrder(), Dbg->getOrder()), in transferDbgValues()
11144 Dbg->isVariadic()); in transferDbgValues()
11149 Dbg->setIsInvalidated(); in transferDbgValues()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/PDB/DIA/
H A DDIATable.cpp48 return PDB_TableType::Dbg; in getTableType()
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPULowerBufferFatPointers.cpp572 for (auto *Dbg : at::getAssignmentMarkers(&SI)) in visitStoreInst() local
573 Dbg->setValue(IntV); in visitStoreInst()
970 for (auto *Dbg : Dbgs) { in killAndReplaceSplitInstructions() local
971 IRB.SetInsertPoint(Dbg); in killAndReplaceSplitInstructions()
975 auto *OffDbg = cast<DbgValueInst>(Dbg->clone()); in killAndReplaceSplitInstructions()
976 copyMetadata(OffDbg, Dbg); in killAndReplaceSplitInstructions()
983 DIExpression::createFragmentExpression(Dbg->getExpression(), 0, in killAndReplaceSplitInstructions()
986 DIExpression::createFragmentExpression(Dbg->getExpression(), RsrcSz, in killAndReplaceSplitInstructions()
996 Dbg->setExpression(*RsrcExpr); in killAndReplaceSplitInstructions()
997 Dbg->replaceVariableLocationOp(I, Rsrc); in killAndReplaceSplitInstructions()
[all …]
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/
H A DPDBTypes.h96 Dbg enumerator
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGStmt.cpp1729 if (CGDebugInfo *Dbg = getDebugInfo()) in EmitCaseStmt() local
1731 Dbg->EmitGlobalVariable(DE->getDecl(), in EmitCaseStmt()
H A DCodeGenFunction.cpp2524 if (CGDebugInfo *Dbg = getDebugInfo()) in EmitDeclRefExprDbgValue() local
2526 Dbg->EmitGlobalVariable(E->getDecl(), Init); in EmitDeclRefExprDbgValue()