Home
last modified time | relevance | path

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

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