Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfCompileUnit.h351 void applyLabelAttributes(const DbgLabel &Label, DIE &LabelDie);
H A DDwarfCompileUnit.cpp704 applyLabelAttributes(DL, *LabelDie); in constructLabelDIE()
1309 applyLabelAttributes(*Label, *Die); in finishEntityDefinition()
1503 void DwarfCompileUnit::applyLabelAttributes(const DbgLabel &Label, in applyLabelAttributes() function in DwarfCompileUnit