HomeSort by relevance Sort by last modified time
    Searched refs:updateSubprogramScopeDIE (Results 1 - 4 of 4) sorted by null

  /external/llvm/lib/CodeGen/AsmPrinter/
DwarfCompileUnit.h 146 DIE &updateSubprogramScopeDIE(const DISubprogram *SP);
DwarfCompileUnit.cpp 296 DIE &DwarfCompileUnit::updateSubprogramScopeDIE(const DISubprogram *SP) {
599 DIE &ScopeDIE = updateSubprogramScopeDIE(Sub);
    [all...]
  /external/swiftshader/third_party/LLVM/lib/CodeGen/AsmPrinter/
DwarfDebug.h 318 /// updateSubprogramScopeDIE - Find DIE for the given subprogram and
322 DIE *updateSubprogramScopeDIE(CompileUnit *SPCU, const MDNode *SPNode);
DwarfDebug.cpp 181 /// updateSubprogramScopeDIE - Find DIE for the given subprogram and
185 DIE *DwarfDebug::updateSubprogramScopeDIE(CompileUnit *SPCU,
412 ScopeDIE = updateSubprogramScopeDIE(TheCU, DS);
    [all...]

Completed in 67 milliseconds