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

  /external/llvm/lib/MC/
MCSection.cpp 65 bool ExactMatch = false;
67 ExactMatch = MI->first == Subsection;
68 if (ExactMatch)
76 if (!ExactMatch && Subsection != 0) {
  /external/llvm/include/llvm/IR/
Comdat.h 35 ExactMatch, ///< The data referenced by the COMDAT must be the same.
  /external/llvm/lib/Linker/
LinkModules.cpp 398 case Comdat::SelectionKind::ExactMatch:
413 if (Result == Comdat::SelectionKind::ExactMatch) {
416 "': ExactMatch violated!");
  /frameworks/native/libs/input/
KeyCharacterMap.cpp 282 goto ExactMatch;
289 ExactMatch: ;
    [all...]
  /external/llvm/lib/CodeGen/
TargetLoweringObjectFileImpl.cpp 848 case Comdat::ExactMatch:
    [all...]
  /external/llvm/lib/Bitcode/Writer/
BitcodeWriter.cpp 560 case Comdat::ExactMatch:
    [all...]
  /external/llvm/lib/IR/
AsmWriter.cpp     [all...]
  /external/llvm/lib/AsmParser/
LLParser.cpp 521 SK = Comdat::ExactMatch;
    [all...]
  /external/llvm/lib/Bitcode/Reader/
BitcodeReader.cpp 819 return Comdat::ExactMatch;
    [all...]

Completed in 433 milliseconds