Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfCompileUnit.h339 void applyVariableAttributes(const DbgVariable &Var, DIE &VariableDie);
H A DDwarfCompileUnit.cpp728 applyVariableAttributes(DV, *VariableDie); in constructVariableDIEImpl()
1329 applyVariableAttributes(*Var, *Die); in finishEntityDefinition()
1508 void DwarfCompileUnit::applyVariableAttributes(const DbgVariable &Var, in applyVariableAttributes() function in DwarfCompileUnit