Home
last modified time | relevance | path

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

/external/llvm/lib/IR/
DPassRegistry.cpp26 static ManagedStatic<PassRegistry> PassRegistryObj; variable
28 return &*PassRegistryObj; in getPassRegistry()
/external/swiftshader/third_party/LLVM/lib/VMCore/
DPassRegistry.cpp33 static ManagedStatic<PassRegistry> PassRegistryObj; variable
35 return &*PassRegistryObj; in getPassRegistry()