Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfCompileUnit.h368 void applyCommonDbgVariableAttributes(const DbgVariable &Var,
H A DDwarfCompileUnit.cpp767 applyCommonDbgVariableAttributes(DV, *VariableDie); in constructVariableDIE()
1442 applyCommonDbgVariableAttributes(*Var, *Die); in finishEntityDefinition()
1632 void DwarfCompileUnit::applyCommonDbgVariableAttributes(const DbgVariable &Var, in applyCommonDbgVariableAttributes() function in DwarfCompileUnit