Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/tools/driver/
H A Dcc1as_main.cpp93 unsigned GenDwarfForAssembly : 1; member
252 Opts.GenDwarfForAssembly = Args.hasArg(OPT_debug_info_kind_EQ); in CreateFromArgs()
461 if (Opts.GenDwarfForAssembly) in ExecuteAssemblerImpl()
482 if (Opts.GenDwarfForAssembly) in ExecuteAssemblerImpl()
/openbsd-src/gnu/llvm/llvm/tools/llvm-mc/
H A Dllvm-mc.cpp172 GenDwarfForAssembly("g", variable
437 Ctx.setGenDwarfForAssembly(GenDwarfForAssembly); in main()
489 if (GenDwarfForAssembly) in main()
/openbsd-src/gnu/llvm/llvm/include/llvm/MC/
H A DMCContext.h209 bool GenDwarfForAssembly = false; variable
787 bool getGenDwarfForAssembly() { return GenDwarfForAssembly; } in getGenDwarfForAssembly()
788 void setGenDwarfForAssembly(bool Value) { GenDwarfForAssembly = Value; } in setGenDwarfForAssembly()
/openbsd-src/gnu/llvm/llvm/lib/MC/
H A DMCContext.cpp183 GenDwarfForAssembly = false; in reset()