/external/smali/dexlib2/src/main/java/org/jf/dexlib2/dexbacked/ |
D | DexBackedMethodImplementation.java | 126 private DebugInfo getDebugInfo() { 145 return getDebugInfo(); 150 return getDebugInfo().getParameterNames(dexReader); 161 int debugSize = getDebugInfo().getSize();
|
/external/clang/lib/CodeGen/ |
D | CGDecl.cpp | 106 if (CGDebugInfo *DI = getDebugInfo()) in EmitDecl() 110 if (CGDebugInfo *DI = getDebugInfo()) in EmitDecl() 114 if (CGDebugInfo *DI = getDebugInfo()) in EmitDecl() 411 CGDebugInfo *DI = getDebugInfo(); in EmitStaticVarDecl() 413 CGM.getCodeGenOpts().getDebugInfo() >= codegenoptions::LimitedDebugInfo) { in EmitStaticVarDecl() 1099 if (CGDebugInfo *DI = getDebugInfo()) { in EmitAutoVarAlloca() 1100 if (CGM.getCodeGenOpts().getDebugInfo() >= in EmitAutoVarAlloca() 1863 if (CGDebugInfo *DI = getDebugInfo()) { in EmitParmDecl() 1864 if (CGM.getCodeGenOpts().getDebugInfo() >= in EmitParmDecl()
|
D | CodeGenFunction.cpp | 293 if (CGDebugInfo *DI = getDebugInfo()) { in FinishFunction() 311 if (CGDebugInfo *DI = getDebugInfo()) in FinishFunction() 325 if (CGDebugInfo *DI = getDebugInfo()) in FinishFunction() 778 if (CGDebugInfo *DI = getDebugInfo()) { in StartFunction() 902 if (CGDebugInfo *DI = getDebugInfo()) in StartFunction() 1820 if (CGDebugInfo *Dbg = getDebugInfo()) in EmitDeclRefExprDbgValue() 1821 if (CGM.getCodeGenOpts().getDebugInfo() >= codegenoptions::LimitedDebugInfo) in EmitDeclRefExprDbgValue()
|
D | CGBlocks.cpp | 1114 if (CGDebugInfo *DI = getDebugInfo()) { in setBlockContextParameter() 1115 if (CGM.getCodeGenOpts().getDebugInfo() >= in setBlockContextParameter() 1260 if (CGDebugInfo *DI = getDebugInfo()) { in GenerateBlockFunction() 1265 if (CGM.getCodeGenOpts().getDebugInfo() >= in GenerateBlockFunction()
|
D | CGDebugInfo.cpp | 48 : CGM(CGM), DebugKind(CGM.getCodeGenOpts().getDebugInfo()), in CGDebugInfo() 76 auto *DI = CGF->getDebugInfo(); in init() 106 if (!CGF.getDebugInfo()) { in ApplyDebugLocation() 3631 if (CGM.getCodeGenOpts().getDebugInfo() < codegenoptions::LimitedDebugInfo) in EmitUsingDirective() 3644 if (CGM.getCodeGenOpts().getDebugInfo() < codegenoptions::LimitedDebugInfo) in EmitUsingDecl() 3672 if (CGM.getCodeGenOpts().getDebugInfo() < codegenoptions::LimitedDebugInfo) in EmitNamespaceAlias() 3767 if (CGM.getCodeGenOpts().getDebugInfo() < codegenoptions::LimitedDebugInfo) in EmitExplicitCastType()
|
D | BackendUtil.cpp | 477 if (CodeGenOpts.getDebugInfo() == codegenoptions::NoDebugInfo) in CreatePasses()
|
D | CodeGenFunction.h | 547 if (CGDebugInfo *DI = CGF.getDebugInfo()) in LexicalScope() 559 if (CGDebugInfo *DI = CGF.getDebugInfo()) in ~LexicalScope() 1197 CGDebugInfo *getDebugInfo() { in getDebugInfo() function
|
D | CodeGenModule.cpp | 132 if (CodeGenOpts.getDebugInfo() != codegenoptions::NoDebugInfo || in CodeGenModule() 1765 if (getCodeGenOpts().getDebugInfo() >= codegenoptions::LimitedDebugInfo) { in CompleteDIClassType() 2590 if (getCodeGenOpts().getDebugInfo() >= codegenoptions::LimitedDebugInfo) in EmitGlobalVarDefinition() 3854 if (getCodeGenOpts().getDebugInfo() >= codegenoptions::LimitedDebugInfo) in EmitTopLevelDecl()
|
D | CGObjC.cpp | 1461 CGDebugInfo *DI = getDebugInfo(); in EmitObjCForCollectionStmt() 3123 CGDebugInfo *DI = getDebugInfo(); in EmitObjCAutoreleasePoolStmt()
|
D | CGStmt.cpp | 39 if (CGDebugInfo *DI = getDebugInfo()) { in EmitStopPoint()
|
D | CGCall.cpp | 3253 if ((disabledDebugInfo = isa<CXXDefaultArgExpr>(E) && CGF.getDebugInfo())) in DisableDebugLocationUpdates()
|
D | CGOpenMPRuntime.cpp | 931 if (CGM.getCodeGenOpts().getDebugInfo() == codegenoptions::NoDebugInfo || in emitUpdateLocation()
|
/external/grpc-grpc/src/php/tests/qps/generated_code/Grpc/Testing/ |
D | RequestParams.php | 316 public function getDebugInfo() function in Grpc\\Testing\\RequestParams
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/ |
D | GlobalVariable.h | 186 void getDebugInfo(SmallVectorImpl<DIGlobalVariableExpression *> &GVs) const;
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/IPO/ |
D | ConstantMerge.cpp | 82 From->getDebugInfo(MDs); in copyDebugLocMetadata()
|
D | StripSymbols.cpp | 321 GV.getDebugInfo(GVEs); in runOnModule()
|
D | GlobalOpt.cpp | 440 GV->getDebugInfo(GVs); in transferSRADebugInfo() 1636 GV->getDebugInfo(GVs); in TryToShrinkGlobalToBoolean()
|
/external/clang/lib/Frontend/Rewrite/ |
D | FrontendActions.cpp | 160 (CI.getCodeGenOpts().getDebugInfo() != codegenoptions::NoDebugInfo)); in CreateASTConsumer()
|
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/Transforms/Utils/ |
D | Cloning.cpp | 665 NewGV->getDebugInfo(GVs); in TEST_F()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/ |
D | Metadata.cpp | 1525 void GlobalVariable::getDebugInfo( in getDebugInfo() function in GlobalVariable
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/AsmPrinter/ |
D | DwarfDebug.cpp | 661 Global.getDebugInfo(GVs); in beginModule()
|
D | CodeViewDebug.cpp | 2691 GV.getDebugInfo(GVEs); in emitDebugInfoForGlobals()
|
/external/clang/lib/Frontend/ |
D | CompilerInvocation.cpp | 825 if (NeedLocTracking && Opts.getDebugInfo() == codegenoptions::NoDebugInfo) in ParseCodeGenArgs()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Instrumentation/ |
D | AddressSanitizer.cpp | 2137 G->getDebugInfo(GVs); in InstrumentGlobals()
|