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

References

include/llvm/IR/ModuleSummaryIndexYAML.h
   22     io.enumCase(value, "Inline", TypeTestResolution::Inline);
lib/AsmParser/LLParser.cpp
 7651     TTRes.TheKind = TypeTestResolution::Inline;
lib/IR/AsmWriter.cpp
 2769   case TypeTestResolution::Inline:
lib/Transforms/IPO/LowerTypeTests.cpp
  663   if (TIL.TheKind == TypeTestResolution::Inline) {
  925       TIL.TheKind == TypeTestResolution::Inline ||
  931     if (TIL.TheKind == TypeTestResolution::Inline)
  945   if (TIL.TheKind == TypeTestResolution::Inline)
 1006       TIL.TheKind == TypeTestResolution::Inline ||
 1018   if (TIL.TheKind == TypeTestResolution::Inline)
 1133       TIL.TheKind = TypeTestResolution::Inline;