Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lld/COFF/
H A DDebugTypes.h36 struct GHashState;
64 virtual void remapTpiWithGHashes(GHashState *g);
84 void fillMapFromGHashes(GHashState *m);
H A DDebugTypes.cpp72 void remapTpiWithGHashes(GHashState *g) override;
99 void remapTpiWithGHashes(GHashState *g) override {} in remapTpiWithGHashes()
116 void remapTpiWithGHashes(GHashState *g) override;
159 void remapTpiWithGHashes(GHashState *g) override;
731 void TpiSource::remapTpiWithGHashes(GHashState *g) { in remapTpiWithGHashes()
791 void TypeServerSource::remapTpiWithGHashes(GHashState *g) { in remapTpiWithGHashes()
822 void UseTypeServerSource::remapTpiWithGHashes(GHashState *g) { in remapTpiWithGHashes()
887 void UsePrecompSource::remapTpiWithGHashes(GHashState *g) { in remapTpiWithGHashes()
1005 struct GHashState { struct
1082 GHashState ghashState; in mergeTypesWithGHash()
[all …]
H A DTypeMerger.h25 struct GHashState;