Home
last modified time | relevance | path

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

/freebsd-10-stable/contrib/llvm/lib/ExecutionEngine/OProfileJIT/
DOProfileJITEventListener.cpp124 DISubprogram FunctionDI = getDISubprogram(FirstLocScope); in NotifyFunctionEmitted()
/freebsd-10-stable/contrib/llvm/lib/ExecutionEngine/IntelJITEvents/
DIntelJITEventListener.cpp138 DISubprogram FunctionDI = getDISubprogram(FirstLocScope); in NotifyFunctionEmitted()
/freebsd-10-stable/contrib/llvm/lib/IR/
DDebugInfo.cpp885 DISubprogram llvm::getDISubprogram(const MDNode *Scope) { in getDISubprogram() function in llvm
891 return getDISubprogram(DILexicalBlockFile(Scope).getContext()); in getDISubprogram()
894 return getDISubprogram(DILexicalBlock(Scope).getContext()); in getDISubprogram()
DDIBuilder.cpp1012 DISubprogram Fn(getDISubprogram(Scope)); in createLocalVariable()
/freebsd-10-stable/contrib/llvm/include/llvm/
DDebugInfo.h730 DISubprogram getDISubprogram(const MDNode *Scope);
/freebsd-10-stable/contrib/llvm/lib/Transforms/Instrumentation/
DGCOVProfiling.cpp464 if (SP != getDISubprogram(Loc.getScope(*Ctx))) continue; in emitProfileNotes()
/freebsd-10-stable/contrib/llvm/lib/CodeGen/AsmPrinter/
DDwarfDebug.cpp527 DISubprogram InlinedSP = getDISubprogram(DS); in constructInlinedScopeDIE()
1599 DISubprogram SP = getDISubprogram(Scope); in getFnDebugLoc()
1678 getDISubprogram(DV.getContext()).describes(MF->getFunction())) in beginFunction()