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

References

lib/IR/DebugInfoMetadata.cpp
  415   auto *&CT = (*Context.pImpl->DITypeMap)[&Identifier];
  450   auto *&CT = (*Context.pImpl->DITypeMap)[&Identifier];
  464   return Context.pImpl->DITypeMap->lookup(&Identifier);
lib/IR/LLVMContext.cpp
  302 bool LLVMContext::isODRUniquingDebugTypes() const { return !!pImpl->DITypeMap; }
  305   if (pImpl->DITypeMap)
  308   pImpl->DITypeMap.emplace();
  311 void LLVMContext::disableDebugTypeODRUniquing() { pImpl->DITypeMap.reset(); }