Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfCompileUnit.h345 void applyVariableAttributes(const DbgVariable &Var, DIE &VariableDie);
H A DDwarfCompileUnit.cpp716 applyVariableAttributes(DV, *VariableDie); in constructVariableDIEImpl()
1297 applyVariableAttributes(*Var, *Die); in finishEntityDefinition()
1476 void DwarfCompileUnit::applyVariableAttributes(const DbgVariable &Var, in applyVariableAttributes() function in DwarfCompileUnit