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

  /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-4579689/include/llvm/MC/
MCContext.h 150 bool GenDwarfForAssembly = false;
556 bool getGenDwarfForAssembly() { return GenDwarfForAssembly; }
557 void setGenDwarfForAssembly(bool Value) { GenDwarfForAssembly = Value; }
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/MC/
MCContext.h 150 bool GenDwarfForAssembly = false;
556 bool getGenDwarfForAssembly() { return GenDwarfForAssembly; }
557 void setGenDwarfForAssembly(bool Value) { GenDwarfForAssembly = Value; }
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/MC/
MCContext.h 150 bool GenDwarfForAssembly = false;
556 bool getGenDwarfForAssembly() { return GenDwarfForAssembly; }
557 void setGenDwarfForAssembly(bool Value) { GenDwarfForAssembly = Value; }
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/MC/
MCContext.h 150 bool GenDwarfForAssembly = false;
556 bool getGenDwarfForAssembly() { return GenDwarfForAssembly; }
557 void setGenDwarfForAssembly(bool Value) { GenDwarfForAssembly = Value; }
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/MC/
MCContext.h 150 bool GenDwarfForAssembly = false;
556 bool getGenDwarfForAssembly() { return GenDwarfForAssembly; }
557 void setGenDwarfForAssembly(bool Value) { GenDwarfForAssembly = Value; }
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/MC/
MCContext.h 150 bool GenDwarfForAssembly = false;
556 bool getGenDwarfForAssembly() { return GenDwarfForAssembly; }
557 void setGenDwarfForAssembly(bool Value) { GenDwarfForAssembly = Value; }
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/MC/
MCContext.h 150 bool GenDwarfForAssembly = false;
556 bool getGenDwarfForAssembly() { return GenDwarfForAssembly; }
557 void setGenDwarfForAssembly(bool Value) { GenDwarfForAssembly = Value; }
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/MC/
MCContext.h 150 bool GenDwarfForAssembly = false;
556 bool getGenDwarfForAssembly() { return GenDwarfForAssembly; }
557 void setGenDwarfForAssembly(bool Value) { GenDwarfForAssembly = Value; }
  /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)
  /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/darwin-x86/clang-4393122/include/llvm/MC/
MCContext.h 150 bool GenDwarfForAssembly = false;
582 bool getGenDwarfForAssembly() { return GenDwarfForAssembly; }
583 void setGenDwarfForAssembly(bool Value) { GenDwarfForAssembly = Value; }
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/MC/
MCContext.h 150 bool GenDwarfForAssembly = false;
582 bool getGenDwarfForAssembly() { return GenDwarfForAssembly; }
583 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; }
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/MC/
MCContext.h 150 bool GenDwarfForAssembly = false;
582 bool getGenDwarfForAssembly() { return GenDwarfForAssembly; }
583 void setGenDwarfForAssembly(bool Value) { GenDwarfForAssembly = Value; }
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/MC/
MCContext.h 150 bool GenDwarfForAssembly = false;
582 bool getGenDwarfForAssembly() { return GenDwarfForAssembly; }
583 void setGenDwarfForAssembly(bool Value) { GenDwarfForAssembly = Value; }
  /external/llvm/lib/MC/
MCContext.cpp 50 GenDwarfForAssembly(false), GenDwarfFileNumber(0), DwarfVersion(4),
104 GenDwarfForAssembly = false;
  /external/llvm/tools/llvm-mc/
llvm-mc.cpp 159 GenDwarfForAssembly("g", cl::desc("Generate dwarf debugging info for assembly "
448 Ctx.setGenDwarfForAssembly(GenDwarfForAssembly);

Completed in 861 milliseconds