Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/
DPassRegistry.h46 using StringMapType = StringMap<const PassInfo *>; variable
47 StringMapType PassInfoStringMap;
/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()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/
DPassRegistry.cpp50 StringMapType::const_iterator I = PassInfoStringMap.find(Arg); in getPassInfo()