Home
last modified time | relevance | path

Searched refs:getDebugInfo (Results 1 – 24 of 24) sorted by relevance

/external/smali/dexlib2/src/main/java/org/jf/dexlib2/dexbacked/
DDexBackedMethodImplementation.java126 private DebugInfo getDebugInfo() {
145 return getDebugInfo();
150 return getDebugInfo().getParameterNames(dexReader);
161 int debugSize = getDebugInfo().getSize();
/external/clang/lib/CodeGen/
DCGDecl.cpp106 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()
DCodeGenFunction.cpp293 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()
DCGBlocks.cpp1114 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()
DCGDebugInfo.cpp48 : 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()
DBackendUtil.cpp477 if (CodeGenOpts.getDebugInfo() == codegenoptions::NoDebugInfo) in CreatePasses()
DCodeGenFunction.h547 if (CGDebugInfo *DI = CGF.getDebugInfo()) in LexicalScope()
559 if (CGDebugInfo *DI = CGF.getDebugInfo()) in ~LexicalScope()
1197 CGDebugInfo *getDebugInfo() { in getDebugInfo() function
DCodeGenModule.cpp132 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()
DCGObjC.cpp1461 CGDebugInfo *DI = getDebugInfo(); in EmitObjCForCollectionStmt()
3123 CGDebugInfo *DI = getDebugInfo(); in EmitObjCAutoreleasePoolStmt()
DCGStmt.cpp39 if (CGDebugInfo *DI = getDebugInfo()) { in EmitStopPoint()
DCGCall.cpp3253 if ((disabledDebugInfo = isa<CXXDefaultArgExpr>(E) && CGF.getDebugInfo())) in DisableDebugLocationUpdates()
DCGOpenMPRuntime.cpp931 if (CGM.getCodeGenOpts().getDebugInfo() == codegenoptions::NoDebugInfo || in emitUpdateLocation()
/external/grpc-grpc/src/php/tests/qps/generated_code/Grpc/Testing/
DRequestParams.php316 public function getDebugInfo() function in Grpc\\Testing\\RequestParams
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/
DGlobalVariable.h186 void getDebugInfo(SmallVectorImpl<DIGlobalVariableExpression *> &GVs) const;
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/IPO/
DConstantMerge.cpp82 From->getDebugInfo(MDs); in copyDebugLocMetadata()
DStripSymbols.cpp321 GV.getDebugInfo(GVEs); in runOnModule()
DGlobalOpt.cpp440 GV->getDebugInfo(GVs); in transferSRADebugInfo()
1636 GV->getDebugInfo(GVs); in TryToShrinkGlobalToBoolean()
/external/clang/lib/Frontend/Rewrite/
DFrontendActions.cpp160 (CI.getCodeGenOpts().getDebugInfo() != codegenoptions::NoDebugInfo)); in CreateASTConsumer()
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/Transforms/Utils/
DCloning.cpp665 NewGV->getDebugInfo(GVs); in TEST_F()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/
DMetadata.cpp1525 void GlobalVariable::getDebugInfo( in getDebugInfo() function in GlobalVariable
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/AsmPrinter/
DDwarfDebug.cpp661 Global.getDebugInfo(GVs); in beginModule()
DCodeViewDebug.cpp2691 GV.getDebugInfo(GVEs); in emitDebugInfoForGlobals()
/external/clang/lib/Frontend/
DCompilerInvocation.cpp825 if (NeedLocTracking && Opts.getDebugInfo() == codegenoptions::NoDebugInfo) in ParseCodeGenArgs()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Instrumentation/
DAddressSanitizer.cpp2137 G->getDebugInfo(GVs); in InstrumentGlobals()