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.h35 assert(!ctx.config.debugGHashes); in getTypeTable()
41 assert(!ctx.config.debugGHashes); in getIDTable()
H A DDebugTypes.cpp310 assert(!ctx.config.debugGHashes && in mergeDebugT()
361 assert(!ctx.config.debugGHashes && in mergeDebugT()
732 assert(ctx.config.debugGHashes && "ghashes must be enabled"); in remapTpiWithGHashes()
792 assert(ctx.config.debugGHashes && "ghashes must be enabled"); in remapTpiWithGHashes()
H A DConfig.h134 bool debugGHashes = false; member
H A DPDB.cpp373 if (ctx.config.debugGHashes) { in translateIdSymbols()
1106 if (!ctx.config.debugGHashes) { in addDebug()
1164 if (ctx.config.debugGHashes) in addObjectsToPDB()
1188 if (ctx.config.debugGHashes) { in addObjectsToPDB()
1314 if (!ctx.config.debugGHashes) { in printStats()
H A DDriver.cpp1626 config->debugGHashes = false; in linkerMain()
1635 config->debugGHashes = true; in linkerMain()