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

  /external/llvm/include/llvm/IR/
Comdat.h 36 Largest, ///< The linker will choose the largest COMDAT.
  /external/llvm/lib/Linker/
LinkModules.cpp 576 // Comdat::SelectionKind::Largest is a behavior that comes from COFF.
578 Dst == Comdat::SelectionKind::Largest;
580 Src == Comdat::SelectionKind::Largest;
582 if (Dst == Comdat::SelectionKind::Largest ||
583 Src == Comdat::SelectionKind::Largest)
584 Result = Comdat::SelectionKind::Largest;
603 case Comdat::SelectionKind::Largest:
627 } else if (Result == Comdat::SelectionKind::Largest) {
    [all...]
  /external/chromium_org/third_party/sqlite/src/src/
shell.c 1006 fprintf(pArg->out, "Largest Allocation: %d bytes\n", iHiwtr);
1009 fprintf(pArg->out, "Largest Pcache Allocation: %d bytes\n", iHiwtr);
1012 fprintf(pArg->out, "Largest Scratch Allocation: %d bytes\n", iHiwtr);
    [all...]
  /external/chromium_org/third_party/webtreemap/src/
webtreemap.js 111 var rmax = rmin; // Largest child.
  /external/sqlite/dist/orig/
shell.c 1117 fprintf(pArg->out, "Largest Allocation: %d bytes\n", iHiwtr);
1120 fprintf(pArg->out, "Largest Pcache Allocation: %d bytes\n", iHiwtr);
1123 fprintf(pArg->out, "Largest Scratch Allocation: %d bytes\n", iHiwtr);
    [all...]
  /external/sqlite/dist/
shell.c 1122 fprintf(pArg->out, "Largest Allocation: %d bytes\n", iHiwtr);
1125 fprintf(pArg->out, "Largest Pcache Allocation: %d bytes\n", iHiwtr);
1128 fprintf(pArg->out, "Largest Scratch Allocation: %d bytes\n", iHiwtr);
    [all...]
  /external/llvm/lib/CodeGen/
TargetLoweringObjectFileImpl.cpp 791 case Comdat::Largest:
    [all...]
  /external/llvm/utils/TableGen/
CodeGenDAGPatterns.cpp 465 // Okay, find the largest scalar type from the other set and remove
468 MVT::SimpleValueType Largest = Other.TypeVec[Other.TypeVec.size()-1];
470 if (TypeVec[i] >= Largest) {
    [all...]
  /external/llvm/lib/Bitcode/Writer/
BitcodeWriter.cpp 533 case Comdat::Largest:
    [all...]
  /external/llvm/lib/IR/
AsmWriter.cpp     [all...]
  /external/chromium_org/third_party/dom_distiller_js/package/js/
domdistiller.js     [all...]
  /external/clang/lib/CodeGen/
MicrosoftCXXABI.cpp     [all...]
  /external/llvm/lib/Bitcode/Reader/
BitcodeReader.cpp 215 return Comdat::Largest;
    [all...]
  /external/llvm/lib/AsmParser/
LLParser.cpp 545 SK = Comdat::Largest;
    [all...]

Completed in 399 milliseconds