Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DStackFrameLayoutAnalysisPass.cpp228 SmallVector<MachineInstr *> Dbg; in genSlotDbgMapping() local
229 MI.collectDebugValues(Dbg); in genSlotDbgMapping()
231 for (MachineInstr *MI : Dbg) in genSlotDbgMapping()
H A DAssignmentTrackingAnalysis.cpp1926 auto *Dbg = dyn_cast<DbgInfoIntrinsic>(&*II); in process() local
1927 if (!Dbg) in process()
1930 processDbgInstruction(*Dbg, LiveSet); in process()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGDumper.cpp871 for (SDDbgValue *Dbg : G->GetDbgValues(this)) in print_details()
872 if (!Dbg->isInvalidated()) in print_details()
873 Dbg->print(OS); in print_details()
975 for (auto *Dbg : make_range(DbgBegin(), DbgEnd())) in dump() local
976 Dbg->dump(); in dump()
979 for (auto *Dbg : make_range(ByvalParmDbgBegin(), ByvalParmDbgEnd())) in dump() local
980 Dbg->dump(); in dump()
H A DSelectionDAG.cpp10764 if (Dbg->isInvalidated()) in transferDbgValues()
10786 auto *Expr = Dbg->getExpression(); in transferDbgValues()
10806 Dbg->getDebugLoc(), std::max(ToNode->getIROrder(), Dbg->getOrder()), in transferDbgValues()
10807 Dbg->isVariadic()); in transferDbgValues()
10812 Dbg->setIsInvalidated(); in transferDbgValues()
10813 Dbg->setIsEmitted(); in transferDbgValues()
10817 for (SDDbgValue *Dbg : ClonedDVs) { in transferDbgValues()
10820 AddDbgValue(Dbg, false); in transferDbgValues()
10940 for (SDDbgValue *Dbg : ClonedDVs) { in salvageDebugInfo()
10941 assert(!Dbg->getSDNodes().empty() && in salvageDebugInfo()
[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/include/llvm/DebugInfo/PDB/
H A DPDBTypes.h96 Dbg enumerator
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGStmt.cpp1550 if (CGDebugInfo *Dbg = getDebugInfo()) in EmitCaseStmt() local
1552 Dbg->EmitGlobalVariable(DE->getDecl(), in EmitCaseStmt()
H A DCodeGenFunction.cpp2442 if (CGDebugInfo *Dbg = getDebugInfo()) in EmitDeclRefExprDbgValue() local
2444 Dbg->EmitGlobalVariable(E->getDecl(), Init); in EmitDeclRefExprDbgValue()