Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/AsmPrinter/
DDwarfCompileUnit.h242 void applyVariableAttributes(const DbgVariable &Var, DIE &VariableDie);
DDwarfCompileUnit.cpp495 applyVariableAttributes(DV, *VariableDie); in constructVariableDIEImpl()
803 void DwarfCompileUnit::applyVariableAttributes(const DbgVariable &Var, in applyVariableAttributes() function in llvm::DwarfCompileUnit
DDwarfDebug.cpp520 Unit->applyVariableAttributes(*Var, *VariableDie); in finishVariableDefinitions()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/AsmPrinter/
DDwarfCompileUnit.h283 void applyVariableAttributes(const DbgVariable &Var, DIE &VariableDie);
DDwarfCompileUnit.cpp516 applyVariableAttributes(DV, *VariableDie); in constructVariableDIEImpl()
835 applyVariableAttributes(Var, *VariableDie); in finishVariableDefinition()
998 void DwarfCompileUnit::applyVariableAttributes(const DbgVariable &Var, in applyVariableAttributes() function in DwarfCompileUnit