Home
last modified time | relevance | path

Searched refs:debugGHashes (Results 1 – 5 of 5) sorted by relevance

/openbsd-src/gnu/llvm/lld/COFF/
H A DTypeMerger.h35 assert(!ctx.config.debugGHashes); in getTypeTable()
41 assert(!ctx.config.debugGHashes); in getIDTable()
H A DDebugTypes.cpp308 assert(!ctx.config.debugGHashes && in mergeDebugT()
359 assert(!ctx.config.debugGHashes && in mergeDebugT()
730 assert(ctx.config.debugGHashes && "ghashes must be enabled"); in remapTpiWithGHashes()
790 assert(ctx.config.debugGHashes && "ghashes must be enabled"); in remapTpiWithGHashes()
H A DConfig.h119 bool debugGHashes = false; member
H A DPDB.cpp376 if (ctx.config.debugGHashes) { in translateIdSymbols()
1106 if (!ctx.config.debugGHashes) { in addDebug()
1161 if (ctx.config.debugGHashes) in addObjectsToPDB()
1177 if (ctx.config.debugGHashes) { in addObjectsToPDB()
1302 if (!ctx.config.debugGHashes) { in printStats()
H A DDriver.cpp1917 config->debugGHashes = debug == DebugKind::GHash || debug == DebugKind::Full; in linkerMain()