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

1 2

  /system/libhidl/transport/base/1.0/
IBase.hal 106 getDebugInfo() generates (DebugInfo info);
  /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();
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/IR/
GlobalVariable.h 179 void getDebugInfo(SmallVectorImpl<DIGlobalVariableExpression *> &GVs) const;
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/IR/
GlobalVariable.h 179 void getDebugInfo(SmallVectorImpl<DIGlobalVariableExpression *> &GVs) const;
  /frameworks/base/services/tests/servicestests/src/com/android/server/locksettings/
MockWeaverService.java 90 public DebugInfo getDebugInfo() throws RemoteException {
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/IR/
GlobalVariable.h 179 void getDebugInfo(SmallVectorImpl<DIGlobalVariableExpression *> &GVs) const;
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/IR/
GlobalVariable.h 179 void getDebugInfo(SmallVectorImpl<DIGlobalVariableExpression *> &GVs) const;
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/IR/
GlobalVariable.h 179 void getDebugInfo(SmallVectorImpl<DIGlobalVariableExpression *> &GVs) const;
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/IR/
GlobalVariable.h 179 void getDebugInfo(SmallVectorImpl<DIGlobalVariableExpression *> &GVs) const;
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/IR/
GlobalVariable.h 179 void getDebugInfo(SmallVectorImpl<DIGlobalVariableExpression *> &GVs) const;
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/IR/
GlobalVariable.h 179 void getDebugInfo(SmallVectorImpl<DIGlobalVariableExpression *> &GVs) const;
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/IR/
GlobalVariable.h 179 void getDebugInfo(SmallVectorImpl<DIGlobalVariableExpression *> &GVs) const;
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/IR/
GlobalVariable.h 179 void getDebugInfo(SmallVectorImpl<DIGlobalVariableExpression *> &GVs) const;
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/IR/
GlobalVariable.h 179 void getDebugInfo(SmallVectorImpl<DIGlobalVariableExpression *> &GVs) const;
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/IR/
GlobalVariable.h 179 void getDebugInfo(SmallVectorImpl<DIGlobalVariableExpression *> &GVs) const;
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/IR/
GlobalVariable.h 179 void getDebugInfo(SmallVectorImpl<DIGlobalVariableExpression *> &GVs) const;
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/IR/
GlobalVariable.h 179 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...]
  /external/clang/lib/Frontend/Rewrite/
FrontendActions.cpp 160 (CI.getCodeGenOpts().getDebugInfo() != codegenoptions::NoDebugInfo));
  /test/vts-testcase/hal/treble/vintf/
VtsTrebleVintfTestBase.cpp 173 auto ret = hal_service->getDebugInfo(
  /frameworks/native/cmds/lshal/
test.cpp 111 MOCK_METHOD_CB(getDebugInfo);
298 hardware::Return<void> getDebugInfo(getDebugInfo_cb cb) override {
  /test/vts/utils/native/testability_checker/
VtsTestabilityCheckerTest.cpp 78 MOCK_METHOD_CB(getDebugInfo);
  /frameworks/compile/slang/
slang_backend.cpp 86 if (mCodeGenOpts.getDebugInfo() != clang::codegenoptions::NoDebugInfo)
371 mCodeGenOpts.OptimizationLevel, mCodeGenOpts.getDebugInfo());
    [all...]

Completed in 1331 milliseconds

1 2