Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/llvm/tools/llvm-readobj/
DObjDumper.h98 bool GHash) {} in mergeCodeViewTypes() argument
DCOFFDumper.cpp105 bool GHash) override;
1293 bool GHash) { in mergeCodeViewTypes() argument
1316 if (GHash) { in mergeCodeViewTypes()
/freebsd-12-stable/contrib/llvm-project/lld/COFF/
DDriver.cpp706 GHash, enumerator
724 .CaseLower("ghash", DebugKind::GHash) in parseDebugKind()
1412 debug == DebugKind::GHash || debug == DebugKind::NoGHash) { in linkerMain()
1435 (debug == DebugKind::Full || debug == DebugKind::GHash || in linkerMain()
1769 config->debugGHashes = debug == DebugKind::GHash || debug == DebugKind::Full; in linkerMain()