OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GenDwarfForAssembly
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/tools/driver/
cc1as_main.cpp
92
unsigned
GenDwarfForAssembly
: 1;
223
// Any DebugInfoKind implies
GenDwarfForAssembly
.
224
Opts.
GenDwarfForAssembly
= Args.hasArg(OPT_debug_info_kind_EQ);
415
if (Opts.
GenDwarfForAssembly
)
436
if (Opts.
GenDwarfForAssembly
)
/src/external/apache2/llvm/dist/llvm/include/llvm/MC/
MCContext.h
185
bool
GenDwarfForAssembly
= false;
746
bool getGenDwarfForAssembly() { return
GenDwarfForAssembly
; }
747
void setGenDwarfForAssembly(bool Value) {
GenDwarfForAssembly
= Value; }
/src/external/apache2/llvm/dist/llvm/tools/llvm-mc/
llvm-mc.cpp
149
GenDwarfForAssembly
("g", cl::desc("Generate dwarf debugging info for assembly "
406
Ctx.setGenDwarfForAssembly(
GenDwarfForAssembly
);
458
if (
GenDwarfForAssembly
)
/src/external/apache2/llvm/dist/llvm/lib/MC/
MCContext.cpp
169
GenDwarfForAssembly
= false;
Completed in 29 milliseconds
Indexes created Mon Jun 08 00:24:58 UTC 2026