Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DLiveDebugVariables.cpp574 SmallVector<std::unique_ptr<UserLabel>, 2> userLabels; member in __anon5b3cf91b0411::LDVImpl
647 userLabels.clear(); in clear()
760 for (auto &userLabel : userLabels) in print()
907 for (auto const &L : userLabels) { in handleDebugLabel()
914 userLabels.push_back(std::make_unique<UserLabel>(Label, DL, Idx)); in handleDebugLabel()
1824 for (auto &userLabel : userLabels) { in emitDebugValues()