Searched refs:constructVariableDIE (Results 1 – 3 of 3) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/ |
| H A D | DwarfCompileUnit.h | 246 DIE *constructVariableDIE(DbgVariable &DV, bool Abstract = false); 250 DIE *constructVariableDIE(DbgVariable &DV, const LexicalScope &Scope,
|
| H A D | DwarfCompileUnit.cpp | 794 DIE *DwarfCompileUnit::constructVariableDIE(DbgVariable &DV, bool Abstract) { in constructVariableDIE() function in DwarfCompileUnit 999 DIE *DwarfCompileUnit::constructVariableDIE(DbgVariable &DV, in constructVariableDIE() function in DwarfCompileUnit 1002 auto Var = constructVariableDIE(DV, Scope.isAbstractScope()); in constructVariableDIE() 1159 ScopeDIE.addChild(constructVariableDIE(*DV.second, *Scope, ObjectPointer)); in createAndAddScopeChildren() 1164 ScopeDIE.addChild(constructVariableDIE(*DV, *Scope, ObjectPointer)); in createAndAddScopeChildren()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Testing/Demangle/ |
| H A D | DemangleTestCases.inc | 15789 …VariableDIEEPNS_11DbgVariableEPNS_8DbgScopeE", "llvm::DwarfDebug::constructVariableDIE(llvm::DbgVa…
|