Searched refs:Dbg (Results 1 – 10 of 10) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
H A D | StackFrameLayoutAnalysisPass.cpp | 270 SmallVector<MachineInstr *> Dbg; in genSlotDbgMapping() local 271 MI.collectDebugValues(Dbg); in genSlotDbgMapping() 273 for (MachineInstr *MI : Dbg) in genSlotDbgMapping()
|
H A D | AssignmentTrackingAnalysis.cpp | 1931 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 D | TypeFinder.cpp | 93 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 D | SelectionDAGDumper.cpp | 922 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 D | SelectionDAG.cpp | 11100 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 D | DIATable.cpp | 48 return PDB_TableType::Dbg; in getTableType()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
H A D | AMDGPULowerBufferFatPointers.cpp | 572 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 D | PDBTypes.h | 96 Dbg enumerator
|
/freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | CGStmt.cpp | 1729 if (CGDebugInfo *Dbg = getDebugInfo()) in EmitCaseStmt() local 1731 Dbg->EmitGlobalVariable(DE->getDecl(), in EmitCaseStmt()
|
H A D | CodeGenFunction.cpp | 2524 if (CGDebugInfo *Dbg = getDebugInfo()) in EmitDeclRefExprDbgValue() local 2526 Dbg->EmitGlobalVariable(E->getDecl(), Init); in EmitDeclRefExprDbgValue()
|