Home
last modified time | relevance | path

Searched refs:LVOperations (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Core/
H A DLVLocation.h169 std::unique_ptr<LVOperations> Entries;
H A DLVObject.h79 using LVOperations = SmallVector<LVOperation *, 8>; variable
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Core/
H A DLVLocation.cpp582 Entries = std::make_unique<LVOperations>(); in addObject()