Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/
H A DLiveDebugVariables.cpp577 SmallVector<std::unique_ptr<UserLabel>, 2> userLabels; member in __anonef106bf80411::LDVImpl
650 userLabels.clear(); in clear()
763 for (auto &userLabel : userLabels) in print()
909 for (auto const &L : userLabels) { in handleDebugLabel()
916 userLabels.push_back(std::make_unique<UserLabel>(Label, DL, Idx)); in handleDebugLabel()
1837 for (auto &userLabel : userLabels) { in emitDebugValues()