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

  /external/swiftshader/third_party/LLVM/lib/Support/
CommandLine.cpp 351 StringMap<Option*>::const_iterator OMI = OptionsMap.find(Name);
356 while (OMI == OptionsMap.end() && Name.size() > 1) {
358 OMI = OptionsMap.find(Name);
361 if (OMI != OptionsMap.end() && Pred(OMI->second)) {
363 return OMI->second; // Found one!
    [all...]
  /external/llvm/lib/Support/
CommandLine.cpp 603 StringMap<Option *>::const_iterator OMI = OptionsMap.find(Name);
608 while (OMI == OptionsMap.end() && Name.size() > 1) {
610 OMI = OptionsMap.find(Name);
613 if (OMI != OptionsMap.end() && Pred(OMI->second)) {
615 return OMI->second; // Found one!
    [all...]
  /external/swiftshader/third_party/llvm-subzero/lib/Support/
CommandLine.cpp 622 StringMap<Option *>::const_iterator OMI = OptionsMap.find(Name);
627 while (OMI == OptionsMap.end() && Name.size() > 1) {
629 OMI = OptionsMap.find(Name);
632 if (OMI != OptionsMap.end() && Pred(OMI->second)) {
634 return OMI->second; // Found one!
    [all...]
  /external/llvm/utils/TableGen/
AsmMatcherEmitter.cpp     [all...]
  /external/swiftshader/third_party/LLVM/utils/TableGen/
AsmMatcherEmitter.cpp     [all...]

Completed in 235 milliseconds