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

Declarations

include/llvm/DebugInfo/CodeView/LazyRandomTypeCollection.h
   84   Error ensureTypeExists(TypeIndex Index);

References

lib/DebugInfo/CodeView/LazyRandomTypeCollection.cpp
   84   error(ensureTypeExists(Index));
   93   auto EC = ensureTypeExists(Index);
  104   if (auto EC = ensureTypeExists(Index)) {
  121   if (auto EC = ensureTypeExists(Index)) {
  206   if (auto EC = ensureTypeExists(TI)) {
  217   if (auto EC = ensureTypeExists(Prev + 1)) {