Home
last modified time | relevance | path

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

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