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

  /external/llvm/include/llvm/MC/
MCContext.h 106 bool GenDwarfForAssembly;
286 bool getGenDwarfForAssembly() { return GenDwarfForAssembly; }
287 void setGenDwarfForAssembly(bool Value) { GenDwarfForAssembly = Value; }
  /external/clang/tools/driver/
cc1as_main.cpp 84 unsigned GenDwarfForAssembly : 1;
182 Opts.GenDwarfForAssembly = Args->hasArg(OPT_g);
304 if (Opts.GenDwarfForAssembly)
  /external/llvm/tools/llvm-mc/
llvm-mc.cpp 154 GenDwarfForAssembly("g", cl::desc("Generate dwarf debugging info for assembly "
381 Ctx.setGenDwarfForAssembly(GenDwarfForAssembly);
  /external/llvm/lib/MC/
MCContext.cpp 49 GenDwarfForAssembly = false;

Completed in 244 milliseconds