Searched defs:getOrCreateSubprogramDIE (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfCompileUnit.cpp594 DIE *ContextDIE = getOrCreateSubprogramDIE(DISubprogram(Context));
826 ElemDie = getOrCreateSubprogramDIE(DISubprogram(Element));
1012 /// getOrCreateSubprogramDIE - Create new DIE using SP.
1013 DIE *CompileUnit::getOrCreateSubprogramDIE(DISubprogram SP) { function in class:CompileUnit
1026 DeclDie = getOrCreateSubprogramDIE(SPDecl);

Completed in 63 milliseconds