Home
last modified time | relevance | path

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

/external/llvm/include/llvm/
DPassRegistry.h47 typedef StringMap<const PassInfo *> StringMapType; typedef
48 StringMapType PassInfoStringMap;
/external/swiftshader/third_party/LLVM/lib/VMCore/
DPassRegistry.cpp50 typedef StringMap<const PassInfo*> StringMapType; typedef
51 StringMapType PassInfoStringMap;
96 PassRegistryImpl::StringMapType::const_iterator in getPassInfo()
/external/llvm/lib/IR/
DPassRegistry.cpp45 StringMapType::const_iterator I = PassInfoStringMap.find(Arg); in getPassInfo()