Home
last modified time | relevance | path

Searched refs:debugDwarf (Results 1 – 3 of 3) sorted by relevance

/openbsd-src/gnu/llvm/lld/COFF/
H A DConfig.h118 bool debugDwarf = false; member
H A DDriver.cpp1916 config->debugDwarf = debug == DebugKind::Dwarf; in linkerMain()
1934 if (config->mingw || config->debugDwarf) in linkerMain()
H A DWriter.cpp1283 if (ctx.config.debugDwarf || ctx.config.debugSymtab) { in createSymbolAndStringTable()