Home
last modified time | relevance | path

Searched refs:constructAbstractSubprogramScopeDIE (Results 1 – 4 of 4) sorted by relevance

/external/llvm/lib/CodeGen/AsmPrinter/
DDwarfCompileUnit.h163 void constructAbstractSubprogramScopeDIE(LexicalScope *Scope);
DDwarfDebug.h348 void constructAbstractSubprogramScopeDIE(LexicalScope *Scope);
DDwarfDebug.cpp359 void DwarfDebug::constructAbstractSubprogramScopeDIE(LexicalScope *Scope) { in constructAbstractSubprogramScopeDIE() function in DwarfDebug
372 CU.constructAbstractSubprogramScopeDIE(Scope); in constructAbstractSubprogramScopeDIE()
1248 constructAbstractSubprogramScopeDIE(AScope); in endFunction()
DDwarfCompileUnit.cpp607 void DwarfCompileUnit::constructAbstractSubprogramScopeDIE( in constructAbstractSubprogramScopeDIE() function in llvm::DwarfCompileUnit