Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lld/COFF/
H A DTypeMerger.h36 assert(!ctx.config.debugGHashes); in getTypeTable()
42 assert(!ctx.config.debugGHashes); in getIDTable()
H A DDebugTypes.cpp309 assert(!ctx.config.debugGHashes && in mergeDebugT()
360 assert(!ctx.config.debugGHashes && in mergeDebugT()
736 assert(ctx.config.debugGHashes && "ghashes must be enabled"); in remapTpiWithGHashes()
797 assert(ctx.config.debugGHashes && "ghashes must be enabled"); in remapTpiWithGHashes()
H A DPDB.cpp364 if (ctx.config.debugGHashes) { in translateIdSymbols()
1101 if (!ctx.config.debugGHashes) { in addDebug()
1162 if (ctx.config.debugGHashes) in addObjectsToPDB()
1186 if (ctx.config.debugGHashes) { in addObjectsToPDB()
1312 if (!ctx.config.debugGHashes) { in printStats()
H A DConfig.h137 bool debugGHashes = false; member
H A DDriver.cpp1709 config->debugGHashes = false; in linkerMain()
1718 config->debugGHashes = true; in linkerMain()