Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Core/
H A DLVLine.h36 using LVLineDispatch = std::map<LVLineKind, LVLineGetFunction>;
37 using LVLineRequest = std::vector<LVLineGetFunction>;
H A DLVObject.h66 using LVLineGetFunction = bool (LVLine::*)() const; variable