Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/tools/driver/
H A Dcc1as_main.cpp97 unsigned GenDwarfForAssembly : 1;
282 Opts.GenDwarfForAssembly = Args.hasArg(OPT_debug_info_kind_EQ); in CreateFromArgs()
498 if (Opts.GenDwarfForAssembly) in ExecuteAssemblerImpl()
519 if (Opts.GenDwarfForAssembly) in ExecuteAssemblerImpl()
/freebsd/contrib/llvm-project/llvm/tools/llvm-mc/
H A Dllvm-mc.cpp167 GenDwarfForAssembly("g", variable
430 Ctx.setGenDwarfForAssembly(GenDwarfForAssembly); in main()
482 if (GenDwarfForAssembly) in main()
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCContext.h211 bool GenDwarfForAssembly = false; variable
760 bool getGenDwarfForAssembly() { return GenDwarfForAssembly; } in getGenDwarfForAssembly()
761 void setGenDwarfForAssembly(bool Value) { GenDwarfForAssembly = Value; } in setGenDwarfForAssembly()
/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DMCContext.cpp185 GenDwarfForAssembly = false; in reset()