Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DLiveDebugVariables.cpp575 SmallVector<std::unique_ptr<UserLabel>, 2> userLabels; member in __anon58a1900c0411::LDVImpl
648 userLabels.clear(); in clear()
761 for (auto &userLabel : userLabels) in print()
908 for (auto const &L : userLabels) { in handleDebugLabel()
915 userLabels.push_back(std::make_unique<UserLabel>(Label, DL, Idx)); in handleDebugLabel()
1825 for (auto &userLabel : userLabels) { in emitDebugValues()