reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
223 bool operator==(const DataLayout &Other) const;
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) {