HomeSort by relevance Sort by last modified time
    Searched refs:ExactMatch (Results 1 - 9 of 9) 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...]
  /frameworks/native/libs/input/
KeyCharacterMap.cpp 282 goto ExactMatch;
289 ExactMatch: ;
    [all...]
  /external/llvm/lib/Linker/
LinkModules.cpp 602 case Comdat::SelectionKind::ExactMatch:
622 if (Result == Comdat::SelectionKind::ExactMatch) {
625 "': ExactMatch violated!");
    [all...]
  /external/llvm/lib/CodeGen/
TargetLoweringObjectFileImpl.cpp 789 case Comdat::ExactMatch:
    [all...]
  /external/llvm/lib/Bitcode/Writer/
BitcodeWriter.cpp 531 case Comdat::ExactMatch:
    [all...]
  /external/llvm/lib/IR/
AsmWriter.cpp     [all...]
  /external/llvm/lib/Bitcode/Reader/
BitcodeReader.cpp 213 return Comdat::ExactMatch;
    [all...]
  /external/llvm/lib/AsmParser/
LLParser.cpp 542 SK = Comdat::ExactMatch;
    [all...]

Completed in 377 milliseconds