Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfFile.h88 DenseMap<LexicalScope *, LabelList> ScopeLabels; variable
162 return ScopeLabels; in getScopeLabels()
H A DDwarfFile.cpp118 SmallVectorImpl<DbgLabel *> &Labels = ScopeLabels[LS]; in addScopeLabel()