reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

lib/AsmParser/LLParser.cpp
 7471   if (ParseUInt32(Hash[0]) || ParseToken(lltok::comma, "expected ',' here") ||
 7472       ParseUInt32(Hash[1]) || ParseToken(lltok::comma, "expected ',' here") ||
 7473       ParseUInt32(Hash[2]) || ParseToken(lltok::comma, "expected ',' here") ||
 7474       ParseUInt32(Hash[3]) || ParseToken(lltok::comma, "expected ',' here") ||
 7475       ParseUInt32(Hash[4]))
 7482   auto ModuleEntry = Index->addModule(Path, ID, Hash);