HomeSort by relevance Sort by last modified time
    Searched defs:ExactMatch (Results 1 - 2 of 2) sorted by null

  /external/llvm/include/llvm/IR/
Comdat.h 35 ExactMatch, ///< The data referenced by the COMDAT must be the same.
  /external/llvm/lib/MC/
MCAssembler.cpp 309 bool ExactMatch = false;
311 ExactMatch = MI->first == Subsection;
312 if (ExactMatch)
320 if (!ExactMatch && Subsection != 0) {
    [all...]

Completed in 55 milliseconds