Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfCompileUnit.h347 void applyLabelAttributes(const DbgLabel &Label, DIE &LabelDie);
H A DDwarfCompileUnit.cpp716 applyLabelAttributes(DL, *LabelDie); in constructLabelDIE()
1331 applyLabelAttributes(*Label, *Die); in finishEntityDefinition()
1527 void DwarfCompileUnit::applyLabelAttributes(const DbgLabel &Label, in applyLabelAttributes() function in DwarfCompileUnit