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.cpp98 unsigned GenDwarfForAssembly : 1;
288 Opts.GenDwarfForAssembly = Args.hasArg(OPT_debug_info_kind_EQ); in CreateFromArgs()
502 if (Opts.GenDwarfForAssembly) in ExecuteAssemblerImpl()
523 if (Opts.GenDwarfForAssembly) in ExecuteAssemblerImpl()
/freebsd/contrib/llvm-project/llvm/tools/llvm-mc/
H A Dllvm-mc.cpp180 GenDwarfForAssembly("g", variable
449 Ctx.setGenDwarfForAssembly(GenDwarfForAssembly); in main()
501 if (GenDwarfForAssembly) in main()
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCContext.h212 bool GenDwarfForAssembly = false; variable
780 bool getGenDwarfForAssembly() { return GenDwarfForAssembly; } in getGenDwarfForAssembly()
781 void setGenDwarfForAssembly(bool Value) { GenDwarfForAssembly = Value; } in setGenDwarfForAssembly()
/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DMCContext.cpp189 GenDwarfForAssembly = false; in reset()