HomeSort by relevance Sort by last modified time
    Searched defs:GenDwarfForAssembly (Results 1 - 10 of 10) sorted by null

  /external/clang/tools/driver/
cc1as_main.cpp 87 unsigned GenDwarfForAssembly : 1;
199 // Any DebugInfoKind implies GenDwarfForAssembly.
200 Opts.GenDwarfForAssembly = Args.hasArg(OPT_debug_info_kind_EQ);
345 if (Opts.GenDwarfForAssembly)
  /external/llvm/include/llvm/MC/
MCContext.h 149 bool GenDwarfForAssembly;
505 bool getGenDwarfForAssembly() { return GenDwarfForAssembly; }
506 void setGenDwarfForAssembly(bool Value) { GenDwarfForAssembly = Value; }
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/MC/
MCContext.h 148 bool GenDwarfForAssembly = false;
578 bool getGenDwarfForAssembly() { return GenDwarfForAssembly; }
579 void setGenDwarfForAssembly(bool Value) { GenDwarfForAssembly = Value; }
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/MC/
MCContext.h 148 bool GenDwarfForAssembly = false;
578 bool getGenDwarfForAssembly() { return GenDwarfForAssembly; }
579 void setGenDwarfForAssembly(bool Value) { GenDwarfForAssembly = Value; }
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/MC/
MCContext.h 148 bool GenDwarfForAssembly = false;
578 bool getGenDwarfForAssembly() { return GenDwarfForAssembly; }
579 void setGenDwarfForAssembly(bool Value) { GenDwarfForAssembly = Value; }
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/MC/
MCContext.h 148 bool GenDwarfForAssembly = false;
578 bool getGenDwarfForAssembly() { return GenDwarfForAssembly; }
579 void setGenDwarfForAssembly(bool Value) { GenDwarfForAssembly = Value; }
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/MC/
MCContext.h 148 bool GenDwarfForAssembly = false;
578 bool getGenDwarfForAssembly() { return GenDwarfForAssembly; }
579 void setGenDwarfForAssembly(bool Value) { GenDwarfForAssembly = Value; }
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/MC/
MCContext.h 148 bool GenDwarfForAssembly = false;
578 bool getGenDwarfForAssembly() { return GenDwarfForAssembly; }
579 void setGenDwarfForAssembly(bool Value) { GenDwarfForAssembly = Value; }
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/MC/
MCContext.h 148 bool GenDwarfForAssembly = false;
578 bool getGenDwarfForAssembly() { return GenDwarfForAssembly; }
579 void setGenDwarfForAssembly(bool Value) { GenDwarfForAssembly = Value; }
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/MC/
MCContext.h 148 bool GenDwarfForAssembly = false;
578 bool getGenDwarfForAssembly() { return GenDwarfForAssembly; }
579 void setGenDwarfForAssembly(bool Value) { GenDwarfForAssembly = Value; }

Completed in 68 milliseconds