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 139 bool GenDwarfForAssembly;
476 bool getGenDwarfForAssembly() { return GenDwarfForAssembly; }
477 void setGenDwarfForAssembly(bool Value) { GenDwarfForAssembly = Value; }
  /external/clang/tools/driver/
cc1as_main.cpp 89 unsigned GenDwarfForAssembly : 1;
200 // Any DebugInfoKind implies GenDwarfForAssembly.
201 Opts.GenDwarfForAssembly = Args.hasArg(OPT_debug_info_kind_EQ);
344 if (Opts.GenDwarfForAssembly)
  /external/llvm/lib/MC/
MCContext.cpp 43 GenDwarfForAssembly(false), GenDwarfFileNumber(0), DwarfVersion(4),
100 GenDwarfForAssembly = false;
  /external/llvm/tools/llvm-mc/
llvm-mc.cpp 154 GenDwarfForAssembly("g", cl::desc("Generate dwarf debugging info for assembly "
440 Ctx.setGenDwarfForAssembly(GenDwarfForAssembly);

Completed in 86 milliseconds