Searched refs:Dbg (Results 1 – 5 of 5) sorted by relevance
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
| D | SelectionDAGDumper.cpp | 830 for (SDDbgValue *Dbg : G->GetDbgValues(this)) in print_details() 831 if (!Dbg->isInvalidated()) in print_details() 832 Dbg->print(OS); in print_details() 928 for (auto *Dbg : make_range(DbgBegin(), DbgEnd())) in dump() local 929 Dbg->dump(); in dump() 932 for (auto *Dbg : make_range(ByvalParmDbgBegin(), ByvalParmDbgEnd())) in dump() local 933 Dbg->dump(); in dump()
|
| D | SelectionDAG.cpp | 8857 for (SDDbgValue *Dbg : GetDbgValues(FromNode)) { in transferDbgValues() 8858 if (Dbg->isInvalidated()) in transferDbgValues() 8866 auto NewLocOps = Dbg->copyLocationOps(); in transferDbgValues() 8879 DIVariable *Var = Dbg->getVariable(); in transferDbgValues() 8880 auto *Expr = Dbg->getExpression(); in transferDbgValues() 8896 auto AdditionalDependencies = Dbg->getAdditionalDependencies(); in transferDbgValues() 8899 Var, Expr, NewLocOps, AdditionalDependencies, Dbg->isIndirect(), in transferDbgValues() 8900 Dbg->getDebugLoc(), std::max(ToNode->getIROrder(), Dbg->getOrder()), in transferDbgValues() 8901 Dbg->isVariadic()); in transferDbgValues() 8906 Dbg->setIsInvalidated(); in transferDbgValues() [all …]
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/DebugInfo/PDB/DIA/ |
| D | DIATable.cpp | 48 return PDB_TableType::Dbg; in getTableType()
|
| /freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/ |
| D | PDBTypes.h | 96 Dbg enumerator
|
| /freebsd-12-stable/contrib/llvm-project/clang/lib/CodeGen/ |
| D | CodeGenFunction.cpp | 2285 if (CGDebugInfo *Dbg = getDebugInfo()) in EmitDeclRefExprDbgValue() local 2287 Dbg->EmitGlobalVariable(E->getDecl(), Init); in EmitDeclRefExprDbgValue()
|