Home
last modified time | relevance | path

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

/external/llvm/include/llvm/IR/
DDebugInfo.h40 DISubprogram *getDISubprogram(const MDNode *Scope);
45 DISubprogram *getDISubprogram(const Function *F);
/external/llvm/lib/IR/
DDebugInfo.cpp36 DISubprogram *llvm::getDISubprogram(const MDNode *Scope) { in getDISubprogram() function in llvm
42 DISubprogram *llvm::getDISubprogram(const Function *F) { in getDISubprogram() function in llvm
52 auto *Subprogram = getDISubprogram(Scope); in getDISubprogram()
DDebugLoc.cpp53 if (auto *SP = getDISubprogram(Scope)) in getFnDebugLoc()
DDIBuilder.cpp624 DISubprogram *Fn = getDISubprogram(Scope); in createLocalVariable()
/external/llvm/lib/Transforms/Utils/
DAddDiscriminators.cpp103 DISubprogram *S = getDISubprogram(&F); in hasDebugInfo()
/external/llvm/lib/Transforms/IPO/
DSampleProfile.cpp1087 if (DISubprogram *S = getDISubprogram(&F)) in getFunctionLoc()
1193 getDISubprogram(&F)->getFilename(), getFunctionLoc(F), in emitAnnotations()
1206 getDISubprogram(&F)->getFilename(), getFunctionLoc(F), in emitAnnotations()
/external/llvm/lib/CodeGen/AsmPrinter/
DWinCodeViewLineTables.cpp193 if (auto *SP = getDISubprogram(GV)) in emitDebugInfoForFunction()
DDwarfCompileUnit.cpp427 auto *InlinedSP = getDISubprogram(DS); in constructInlinedScopeDIE()
DDwarfDebug.cpp1152 getDISubprogram(DIVar->getScope())->describes(MF->getFunction())) { in beginFunction()
/external/llvm/lib/Transforms/Instrumentation/
DSanitizerCoverage.cpp451 if (auto SP = getDISubprogram(&F)) in InjectCoverageAtBlock()
DGCOVProfiling.cpp547 if (SP != getDISubprogram(Loc.getScope())) in emitProfileNotes()
DAddressSanitizer.cpp1849 if (auto SP = getDISubprogram(&F)) in poisonStack()
/external/llvm/lib/Linker/
DIRMover.cpp692 DISubprogram *SP = getDISubprogram(Node); in isMetadataNeeded()
1217 DISubprogram *SP = getDISubprogram(Node); in findNeededSubprograms()