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

Declarations

include/llvm/ADT/Triple.h
  837   bool isCompatibleWith(const Triple &Other) const;

References

lib/LTO/ThinLTOCodeGenerator.cpp
  522     if (!TMBuilder.TheTriple.isCompatibleWith(TheTriple))
lib/Linker/IRMover.cpp
 1406       !SrcTriple.isCompatibleWith(DstTriple))