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

  /external/llvm/lib/CodeGen/AsmPrinter/
DwarfCompileUnit.cpp 648 else if (auto *SPDecl = SP->getDeclaration()) {
650 getOrCreateSubprogramDIE(SPDecl);
822 auto *SPDecl = SP->getDeclaration();
823 auto *Context = resolve(SPDecl ? SPDecl->getScope() : SP->getScope());
    [all...]
DwarfUnit.cpp     [all...]
  /external/swiftshader/third_party/LLVM/lib/CodeGen/AsmPrinter/
DwarfDebug.cpp 192 DISubprogram SPDecl = SP.getFunctionDeclaration();
193 if (SPDecl.isSubprogram())
196 SPCU->getOrCreateSubprogramDIE(SPDecl));
    [all...]

Completed in 136 milliseconds