LLDB breakpoint on enum usage (or regexp or symbol)

Is it possible to break when specific enum is used anywhere or on some text in code maybe? Trying to catch where error is coming from when it's used in hundreds of places...

I've tried b se -r 'ENUM_NAME' which did not work...
And enum comes from dependency, which I can step into.