Home
last modified time | relevance | path

Searched refs:NotifyRemove (Results 1 – 6 of 6) sorted by relevance

/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
DMachinePassRegistry.h40 virtual void NotifyRemove(const char *N) = 0;
148 virtual void NotifyRemove(const char *N) { in NotifyRemove() function
/external/llvm/include/llvm/CodeGen/
DMachinePassRegistry.h41 virtual void NotifyRemove(const char *N) = 0;
149 void NotifyRemove(const char *N) override { in NotifyRemove() function
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
DMachinePassRegistry.h43 virtual void NotifyRemove(StringRef N) = 0;
135 void NotifyRemove(StringRef N) override { in NotifyRemove() function
/external/swiftshader/third_party/LLVM/lib/CodeGen/
DMachinePassRegistry.cpp36 if (Listener) Listener->NotifyRemove(Node->getName()); in Remove()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DMachinePassRegistry.cpp50 if (Listener) Listener->NotifyRemove(Node->getName()); in Remove()
/external/llvm/lib/CodeGen/
DMachinePassRegistry.cpp50 if (Listener) Listener->NotifyRemove(Node->getName()); in Remove()