Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/DebugInfo/LogicalView/Core/
H A DLVOptions.h552 ElementDispatch = LVElement::getDispatch(); in LVPatterns()
553 LineDispatch = LVLine::getDispatch(); in LVPatterns()
554 ScopeDispatch = LVScope::getDispatch(); in LVPatterns()
555 SymbolDispatch = LVSymbol::getDispatch(); in LVPatterns()
556 TypeDispatch = LVType::getDispatch(); in LVPatterns()
H A DLVLine.h87 static LVLineDispatch &getDispatch() { return Dispatch; } in getDispatch() function
H A DLVSymbol.h161 static LVSymbolDispatch &getDispatch() { return Dispatch; } in getDispatch() function
H A DLVType.h115 static LVTypeDispatch &getDispatch() { return Dispatch; } in getDispatch() function
H A DLVElement.h346 static LVElementDispatch &getDispatch() { return Dispatch; } in getDispatch() function
H A DLVScope.h313 static LVScopeDispatch &getDispatch() { return Dispatch; } in getDispatch() function