Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/include/llvm/MC/
HDMCContext.h134 bool GenDwarfForAssembly; variable
464 bool getGenDwarfForAssembly() { return GenDwarfForAssembly; } in getGenDwarfForAssembly()
465 void setGenDwarfForAssembly(bool Value) { GenDwarfForAssembly = Value; } in setGenDwarfForAssembly()
/NextBSD/contrib/llvm/tools/clang/tools/driver/
HDcc1as_main.cpp89 unsigned GenDwarfForAssembly : 1; member
195 Opts.GenDwarfForAssembly = Args.hasArg(OPT_g_Flag); in CreateFromArgs()
329 if (Opts.GenDwarfForAssembly) in ExecuteAssembler()
/NextBSD/contrib/llvm/lib/MC/
HDMCContext.cpp42 GenDwarfForAssembly(false), GenDwarfFileNumber(0), DwarfVersion(4), in MCContext()
104 GenDwarfForAssembly = false; in reset()
/NextBSD/contrib/llvm/tools/llvm-mc/
HDllvm-mc.cpp153 GenDwarfForAssembly("g", cl::desc("Generate dwarf debugging info for assembly " variable
439 Ctx.setGenDwarfForAssembly(GenDwarfForAssembly); in main()