HomeSort by: relevance | last modified time | path
    Searched refs:getDISubprogram (Results 1 - 7 of 7) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/IR/
DebugInfo.h 50 DISubprogram *getDISubprogram(const MDNode *Scope);
  /src/external/apache2/llvm/dist/llvm/lib/IR/
DebugLoc.cpp 52 if (auto *SP = getDISubprogram(Scope))
DIBuilder.cpp 747 DISubprogram *Fn = getDISubprogram(Scope);
786 DISubprogram *Fn = getDISubprogram(Scope);
DebugInfo.cpp 129 DISubprogram *llvm::getDISubprogram(const MDNode *Scope) {
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
DebugHandlerBase.cpp 301 getDISubprogram(DIVar->getScope())->describes(&MF->getFunction()) &&
DwarfCompileUnit.cpp 646 auto *InlinedSP = getDISubprogram(DS);
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Instrumentation/
GCOVProfiling.cpp 946 if (SP != getDISubprogram(Loc.getScope()))

Completed in 31 milliseconds