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

  /external/llvm/lib/CodeGen/AsmPrinter/
AddressPool.cpp 21 auto IterBool =
23 return IterBool.first->second.Number;
AsmPrinter.cpp     [all...]
  /external/llvm/lib/MC/
MCContext.cpp 253 auto IterBool = ELFUniquingMap.insert(
255 auto &Entry = *IterBool.first;
256 if (!IterBool.second) return Entry.second;
289 auto IterBool = COFFUniquingMap.insert(std::make_pair(T, nullptr));
290 auto Iter = IterBool.first;
291 if (!IterBool.second)

Completed in 74 milliseconds