Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/llvm-mc/
H A Dllvm-mc.cpp378 Ctx.setGenDwarfForAssembly(GenDwarfForAssembly); in main()
/freebsd-12.1/contrib/llvm/include/llvm/MC/
H A DMCContext.h591 void setGenDwarfForAssembly(bool Value) { GenDwarfForAssembly = Value; } in setGenDwarfForAssembly() function
/freebsd-12.1/contrib/llvm/tools/clang/tools/driver/
H A Dcc1as_main.cpp390 Ctx.setGenDwarfForAssembly(true); in ExecuteAssembler()
/freebsd-12.1/contrib/llvm/lib/MC/MCParser/
H A DAsmParser.cpp3378 Ctx.setGenDwarfForAssembly(false); in parseDirectiveFile()