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

Declarations

include/llvm/IR/DataLayout.h
  223   bool operator==(const DataLayout &Other) const;

References

include/llvm/IR/DataLayout.h
  224   bool operator!=(const DataLayout &Other) const { return !(*this == Other); }
include/llvm/Target/TargetMachine.h
  161     return DL == Candidate;
lib/ExecutionEngine/MCJIT/MCJIT.cpp
  203   assert(M->getDataLayout() == getDataLayout() && "DataLayout Mismatch");
lib/ExecutionEngine/Orc/OrcMCJITReplacement.h
  264       assert(M->getDataLayout() == getDataLayout() && "DataLayout Mismatch");
utils/unittest/googletest/include/gtest/gtest.h
 1392   if (lhs == rhs) {