HomeSort by relevance Sort by last modified time
    Searched refs:getDebugInfo (Results 1 - 24 of 24) sorted by null

  /external/smali/dexlib2/src/main/java/org/jf/dexlib2/dexbacked/
DexBackedMethodImplementation.java 126 private DebugInfo getDebugInfo() {
145 return getDebugInfo();
150 return getDebugInfo().getParameterNames(dexReader);
161 int debugSize = getDebugInfo().getSize();
  /external/grpc-grpc/src/php/tests/qps/generated_code/Grpc/Testing/
RequestParams.php 316 public function getDebugInfo()
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/
GlobalVariable.h 186 void getDebugInfo(SmallVectorImpl<DIGlobalVariableExpression *> &GVs) const;
  /external/clang/lib/CodeGen/
CGDecl.cpp 106 if (CGDebugInfo *DI = getDebugInfo())
110 if (CGDebugInfo *DI = getDebugInfo())
114 if (CGDebugInfo *DI = getDebugInfo())
411 CGDebugInfo *DI = getDebugInfo();
413 CGM.getCodeGenOpts().getDebugInfo() >= codegenoptions::LimitedDebugInfo) {
    [all...]
CodeGenFunction.cpp 293 if (CGDebugInfo *DI = getDebugInfo()) {
311 if (CGDebugInfo *DI = getDebugInfo())
325 if (CGDebugInfo *DI = getDebugInfo())
778 if (CGDebugInfo *DI = getDebugInfo()) {
    [all...]
CGBlocks.cpp     [all...]
CGDebugInfo.cpp 48 : CGM(CGM), DebugKind(CGM.getCodeGenOpts().getDebugInfo()),
76 auto *DI = CGF->getDebugInfo();
106 if (!CGF.getDebugInfo()) {
    [all...]
BackendUtil.cpp 477 if (CodeGenOpts.getDebugInfo() == codegenoptions::NoDebugInfo)
    [all...]
CodeGenModule.cpp 132 if (CodeGenOpts.getDebugInfo() != codegenoptions::NoDebugInfo ||
    [all...]
CodeGenFunction.h 547 if (CGDebugInfo *DI = CGF.getDebugInfo())
559 if (CGDebugInfo *DI = CGF.getDebugInfo())
    [all...]
CGObjC.cpp     [all...]
CGStmt.cpp 39 if (CGDebugInfo *DI = getDebugInfo()) {
    [all...]
CGCall.cpp     [all...]
CGOpenMPRuntime.cpp     [all...]
  /external/clang/lib/Frontend/Rewrite/
FrontendActions.cpp 160 (CI.getCodeGenOpts().getDebugInfo() != codegenoptions::NoDebugInfo));
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/IPO/
ConstantMerge.cpp 82 From->getDebugInfo(MDs);
StripSymbols.cpp 321 GV.getDebugInfo(GVEs);
GlobalOpt.cpp 440 GV->getDebugInfo(GVs);
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/unittests/Transforms/Utils/
Cloning.cpp 665 NewGV->getDebugInfo(GVs);
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/
Metadata.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/AsmPrinter/
DwarfDebug.cpp 661 Global.getDebugInfo(GVs);
    [all...]
CodeViewDebug.cpp     [all...]
  /external/clang/lib/Frontend/
CompilerInvocation.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Instrumentation/
AddressSanitizer.cpp     [all...]

Completed in 580 milliseconds