Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/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.h72 using LVSymbolGetFunction = bool (LVSymbol::*)() const; variable