HomeSort by: relevance | last modified time | path
    Searched defs:GenDwarfForAssembly (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/tools/driver/
cc1as_main.cpp 92 unsigned GenDwarfForAssembly : 1;
223 // Any DebugInfoKind implies GenDwarfForAssembly.
224 Opts.GenDwarfForAssembly = Args.hasArg(OPT_debug_info_kind_EQ);
415 if (Opts.GenDwarfForAssembly)
436 if (Opts.GenDwarfForAssembly)
  /src/external/apache2/llvm/dist/llvm/include/llvm/MC/
MCContext.h 185 bool GenDwarfForAssembly = false;
746 bool getGenDwarfForAssembly() { return GenDwarfForAssembly; }
747 void setGenDwarfForAssembly(bool Value) { GenDwarfForAssembly = Value; }

Completed in 47 milliseconds