Home
last modified time | relevance | path

Searched refs:StringMapType (Results 1 – 2 of 2) sorted by relevance

/external/llvm/include/llvm/
DPassRegistry.h47 typedef StringMap<const PassInfo *> StringMapType; typedef
48 StringMapType PassInfoStringMap;
/external/llvm/lib/IR/
DPassRegistry.cpp49 StringMapType::const_iterator I = PassInfoStringMap.find(Arg); in getPassInfo()