Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/
DDwarfCompileUnit.h338 void applyVariableAttributes(const DbgVariable &Var, DIE &VariableDie);
DDwarfCompileUnit.cpp605 applyVariableAttributes(DV, *VariableDie); in constructVariableDIEImpl()
1072 applyVariableAttributes(*Var, *Die); in finishEntityDefinition()
1256 void DwarfCompileUnit::applyVariableAttributes(const DbgVariable &Var, in applyVariableAttributes() function in DwarfCompileUnit