Searched refs:GenDwarfForAssembly (Results 1 - 4 of 4) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/clang/tools/driver/
H A Dcc1as_main.cpp92 unsigned GenDwarfForAssembly : 1; member in struct:__anon941::AssemblerInvocation
221 // Any DebugInfoKind implies GenDwarfForAssembly.
222 Opts.GenDwarfForAssembly = Args.hasArg(OPT_debug_info_kind_EQ);
399 if (Opts.GenDwarfForAssembly)
419 if (Opts.GenDwarfForAssembly)
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCContext.h163 bool GenDwarfForAssembly = false; member in class:llvm::MCContext
618 bool getGenDwarfForAssembly() { return GenDwarfForAssembly; }
619 void setGenDwarfForAssembly(bool Value) { GenDwarfForAssembly = Value; }
/freebsd-11-stable/contrib/llvm-project/llvm/tools/llvm-mc/
H A Dllvm-mc.cpp147 GenDwarfForAssembly("g", cl::desc("Generate dwarf debugging info for assembly "
379 Ctx.setGenDwarfForAssembly(GenDwarfForAssembly);
406 if (GenDwarfForAssembly)
/freebsd-11-stable/contrib/llvm-project/llvm/lib/MC/
H A DMCContext.cpp120 GenDwarfForAssembly = false;

Completed in 124 milliseconds