Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/tools/driver/
H A Dcc1as_main.cpp92 unsigned GenDwarfForAssembly : 1; member
224 Opts.GenDwarfForAssembly = Args.hasArg(OPT_debug_info_kind_EQ); in CreateFromArgs()
415 if (Opts.GenDwarfForAssembly) in ExecuteAssemblerImpl()
436 if (Opts.GenDwarfForAssembly) in ExecuteAssemblerImpl()
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-mc/
H A Dllvm-mc.cpp149 GenDwarfForAssembly("g", cl::desc("Generate dwarf debugging info for assembly " variable
406 Ctx.setGenDwarfForAssembly(GenDwarfForAssembly); in main()
458 if (GenDwarfForAssembly) in main()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/MC/
H A DMCContext.h185 bool GenDwarfForAssembly = false; variable
746 bool getGenDwarfForAssembly() { return GenDwarfForAssembly; } in getGenDwarfForAssembly()
747 void setGenDwarfForAssembly(bool Value) { GenDwarfForAssembly = Value; } in setGenDwarfForAssembly()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/MC/
H A DMCContext.cpp169 GenDwarfForAssembly = false; in reset()