Home
last modified time | relevance | path

Searched refs:getDISubprogram (Results 1 – 9 of 9) sorted by relevance

/minix3/external/bsd/llvm/dist/llvm/lib/IR/
H A DDebugLoc.cpp43 DISubprogram SP = getDISubprogram(Scope); in getFnDebugLoc()
H A DDebugInfo.cpp878 DISubprogram llvm::getDISubprogram(const MDNode *Scope) { in getDISubprogram() function in llvm
884 return getDISubprogram(DILexicalBlockFile(Scope).getContext()); in getDISubprogram()
887 return getDISubprogram(DILexicalBlock(Scope).getContext()); in getDISubprogram()
892 DISubprogram llvm::getDISubprogram(const Function *F) { in getDISubprogram() function in llvm
902 DISubprogram Subprogram = getDISubprogram(Scope); in getDISubprogram()
H A DDIBuilder.cpp934 DISubprogram Fn(getDISubprogram(Scope)); in createLocalVariable()
/minix3/external/bsd/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
H A DWinCodeViewLineTables.cpp193 StringRef FuncName = getDISubprogram(GV).getDisplayName(), in emitDebugInfoForFunction()
H A DDwarfCompileUnit.cpp428 DISubprogram InlinedSP = getDISubprogram(DS); in constructInlinedScopeDIE()
H A DDwarfDebug.cpp1194 getDISubprogram(DIVar.getContext()).describes(MF->getFunction())) { in beginFunction()
/minix3/external/bsd/llvm/dist/llvm/include/llvm/IR/
H A DDebugInfo.h990 DISubprogram getDISubprogram(const MDNode *Scope);
995 DISubprogram getDISubprogram(const Function *F);
/minix3/external/bsd/llvm/dist/llvm/lib/Transforms/Scalar/
H A DSampleProfile.cpp642 DISubprogram S = getDISubprogram(&F); in getFunctionLoc()
/minix3/external/bsd/llvm/dist/llvm/lib/Transforms/Instrumentation/
H A DGCOVProfiling.cpp550 if (SP != getDISubprogram(Loc.getScope(*Ctx))) continue; in emitProfileNotes()