Home
last modified time | relevance | path

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

/external/llvm-project/llvm/tools/llvm-readobj/
DObjDumper.h97 bool GHash) {} in mergeCodeViewTypes() argument
DCOFFDumper.cpp103 bool GHash) override;
1275 bool GHash) { in mergeCodeViewTypes() argument
1298 if (GHash) { in mergeCodeViewTypes()
/external/llvm-project/lld/COFF/
DDriver.cpp667 enum class DebugKind { Unknown, None, Full, FastLink, GHash, Dwarf, Symtab }; enumerator
681 .CaseLower("ghash", DebugKind::GHash) in parseDebugKind()
1342 debug == DebugKind::GHash) { in link()
1365 (debug == DebugKind::Full || debug == DebugKind::GHash); in link()
1697 config->debugGHashes = debug == DebugKind::GHash; in link()