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

  /external/clang/tools/driver/
cc1as_main.cpp 89 unsigned GenDwarfForAssembly : 1;
198 Opts.GenDwarfForAssembly = Args->hasArg(OPT_g_Flag);
332 if (Opts.GenDwarfForAssembly)
  /external/llvm/include/llvm/MC/
MCContext.h 131 bool GenDwarfForAssembly;
464 bool getGenDwarfForAssembly() { return GenDwarfForAssembly; }
465 void setGenDwarfForAssembly(bool Value) { GenDwarfForAssembly = Value; }

Completed in 84 milliseconds