Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/DebugInfo/LogicalView/Core/
H A DLVSymbol.h33 using LVSymbolDispatch = std::map<LVSymbolKind, LVSymbolGetFunction>;
34 using LVSymbolRequest = std::vector<LVSymbolGetFunction>;
H A DLVObject.h73 using LVSymbolGetFunction = bool (LVSymbol::*)() const; variable