OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:OMI
(Results
1 - 2
of
2
) sorted by null
/external/llvm/lib/Support/
CommandLine.cpp
438
StringMap<Option *>::const_iterator
OMI
= OptionsMap.find(Name);
443
while (
OMI
== OptionsMap.end() && Name.size() > 1) {
445
OMI
= OptionsMap.find(Name);
448
if (
OMI
!= OptionsMap.end() && Pred(
OMI
->second)) {
450
return
OMI
->second; // Found one!
[
all
...]
/external/llvm/utils/TableGen/
AsmMatcherEmitter.cpp
[
all
...]
Completed in 335 milliseconds