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 129 bool GenDwarfForAssembly;
374 bool getGenDwarfForAssembly() { return GenDwarfForAssembly; }
375 void setGenDwarfForAssembly(bool Value) { GenDwarfForAssembly = Value; }
  /external/clang/tools/driver/
cc1as_main.cpp 88 unsigned GenDwarfForAssembly : 1;
195 Opts.GenDwarfForAssembly = Args->hasArg(OPT_g_Flag);
331 if (Opts.GenDwarfForAssembly)
  /external/llvm/lib/MC/
MCContext.cpp 38 GenDwarfForAssembly(false), GenDwarfFileNumber(0), DwarfVersion(4),
89 GenDwarfForAssembly = false;
  /external/llvm/tools/llvm-mc/
llvm-mc.cpp 150 GenDwarfForAssembly("g", cl::desc("Generate dwarf debugging info for assembly "
411 Ctx.setGenDwarfForAssembly(GenDwarfForAssembly);

Completed in 56 milliseconds