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 118 bool GenDwarfForAssembly;
363 bool getGenDwarfForAssembly() { return GenDwarfForAssembly; }
364 void setGenDwarfForAssembly(bool Value) { GenDwarfForAssembly = Value; }
  /external/clang/tools/driver/
cc1as_main.cpp 84 unsigned GenDwarfForAssembly : 1;
185 Opts.GenDwarfForAssembly = Args->hasArg(OPT_g);
310 if (Opts.GenDwarfForAssembly)
  /external/llvm/lib/MC/
MCContext.cpp 42 DwarfLocSeen(false), GenDwarfForAssembly(false), GenDwarfFileNumber(0),
101 GenDwarfForAssembly = false;
  /external/llvm/tools/llvm-mc/
llvm-mc.cpp 156 GenDwarfForAssembly("g", cl::desc("Generate dwarf debugging info for assembly "
400 Ctx.setGenDwarfForAssembly(GenDwarfForAssembly);

Completed in 205 milliseconds