Searched defs:ExactMatch (Results 1 - 2 of 2) sorted by relevance

/external/llvm/include/llvm/IR/
H A DComdat.h33 ExactMatch, ///< The data referenced by the COMDAT must be the same. enumerator in enum:llvm::Comdat::SelectionKind
/external/llvm/lib/MC/
H A DMCSection.cpp65 bool ExactMatch = false; local
67 ExactMatch = MI->first == Subsection;
68 if (ExactMatch)
76 if (!ExactMatch && Subsection != 0) {

Completed in 6518 milliseconds