Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfCompileUnit.h208 DIE *constructInlinedScopeDIE(LexicalScope *Scope);
H A DDwarfCompileUnit.cpp524 ScopeDIE = constructInlinedScopeDIE(Scope); in constructScopeDIE()
643 DIE *DwarfCompileUnit::constructInlinedScopeDIE(LexicalScope *Scope) { in constructInlinedScopeDIE() function in DwarfCompileUnit