Searched refs:debugGHashes (Results 1 – 5 of 5) sorted by relevance
35 assert(!ctx.config.debugGHashes); in getTypeTable()41 assert(!ctx.config.debugGHashes); in getIDTable()
308 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()
119 bool debugGHashes = false; member
376 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()
1917 config->debugGHashes = debug == DebugKind::GHash || debug == DebugKind::Full; in linkerMain()