Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/lldb/tools/lldb-test/
Dlldb-test.cpp75 TargetSP createTarget(Debugger &Dbg, const std::string &Filename);
95 static int evaluateBreakpoints(Debugger &Dbg);
149 static int handleSymtabCommand(Debugger &Dbg);
251 static int dumpSymbols(Debugger &Dbg);
285 int evaluateMemoryMapCommands(Debugger &Dbg);
289 int lldb_assert(Debugger &Dbg);
340 TargetSP opts::createTarget(Debugger &Dbg, const std::string &Filename) { in createTarget() argument
342 Status ST = Dbg.GetTargetList().CreateTarget( in createTarget()
343 Dbg, Filename, /*triple*/ "", eLoadDependentsNo, in createTarget()
416 int opts::breakpoint::evaluateBreakpoints(Debugger &Dbg) { in evaluateBreakpoints() argument
[all …]
/openbsd/src/gnu/llvm/llvm/lib/CodeGen/
DStackFrameLayoutAnalysisPass.cpp227 SmallVector<MachineInstr *> Dbg; in genSlotDbgMapping() local
228 MI.collectDebugValues(Dbg); in genSlotDbgMapping()
230 for (MachineInstr *MI : Dbg) in genSlotDbgMapping()
/openbsd/src/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGDumper.cpp847 for (SDDbgValue *Dbg : G->GetDbgValues(this)) in print_details()
848 if (!Dbg->isInvalidated()) in print_details()
849 Dbg->print(OS); in print_details()
945 for (auto *Dbg : make_range(DbgBegin(), DbgEnd())) in dump() local
946 Dbg->dump(); in dump()
949 for (auto *Dbg : make_range(ByvalParmDbgBegin(), ByvalParmDbgEnd())) in dump() local
950 Dbg->dump(); in dump()
DSelectionDAG.cpp10175 for (SDDbgValue *Dbg : GetDbgValues(FromNode)) { in transferDbgValues()
10176 if (Dbg->isInvalidated()) in transferDbgValues()
10184 auto NewLocOps = Dbg->copyLocationOps(); in transferDbgValues()
10197 DIVariable *Var = Dbg->getVariable(); in transferDbgValues()
10198 auto *Expr = Dbg->getExpression(); in transferDbgValues()
10214 auto AdditionalDependencies = Dbg->getAdditionalDependencies(); in transferDbgValues()
10217 Var, Expr, NewLocOps, AdditionalDependencies, Dbg->isIndirect(), in transferDbgValues()
10218 Dbg->getDebugLoc(), std::max(ToNode->getIROrder(), Dbg->getOrder()), in transferDbgValues()
10219 Dbg->isVariadic()); in transferDbgValues()
10224 Dbg->setIsInvalidated(); in transferDbgValues()
[all …]
/openbsd/src/gnu/llvm/llvm/lib/DebugInfo/PDB/DIA/
DDIATable.cpp48 return PDB_TableType::Dbg; in getTableType()
/openbsd/src/gnu/llvm/llvm/include/llvm/DebugInfo/PDB/
DPDBTypes.h96 Dbg enumerator
/openbsd/src/gnu/llvm/clang/lib/CodeGen/
DCGStmt.cpp1532 if (CGDebugInfo *Dbg = getDebugInfo()) in EmitCaseStmt() local
1534 Dbg->EmitGlobalVariable(DE->getDecl(), in EmitCaseStmt()
DCodeGenFunction.cpp2378 if (CGDebugInfo *Dbg = getDebugInfo()) in EmitDeclRefExprDbgValue() local
2380 Dbg->EmitGlobalVariable(E->getDecl(), Init); in EmitDeclRefExprDbgValue()