Home
last modified time | relevance | path

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

/external/llvm/lib/ExecutionEngine/OProfileJIT/
DOProfileJITEventListener.cpp124 DISubprogram FunctionDI = getDISubprogram(FirstLocScope); in NotifyFunctionEmitted()
/external/llvm/lib/ExecutionEngine/IntelJITEvents/
DIntelJITEventListener.cpp138 DISubprogram FunctionDI = getDISubprogram(FirstLocScope); in NotifyFunctionEmitted()
/external/llvm/lib/IR/
DDebugLoc.cpp81 DISubprogram SP = getDISubprogram(Scope); in getFnDebugLoc()
DDebugInfo.cpp925 DISubprogram llvm::getDISubprogram(const MDNode *Scope) { in getDISubprogram() function in llvm
931 return getDISubprogram(DILexicalBlockFile(Scope).getContext()); in getDISubprogram()
934 return getDISubprogram(DILexicalBlock(Scope).getContext()); in getDISubprogram()
DDIBuilder.cpp1060 DISubprogram Fn(getDISubprogram(Scope)); in createLocalVariable()
/external/llvm/include/llvm/IR/
DDebugInfo.h808 DISubprogram getDISubprogram(const MDNode *Scope);
/external/llvm/lib/Transforms/Instrumentation/
DGCOVProfiling.cpp538 if (SP != getDISubprogram(Loc.getScope(*Ctx))) continue; in emitProfileNotes()
/external/llvm/lib/CodeGen/AsmPrinter/
DDwarfDebug.cpp420 DISubprogram InlinedSP = getDISubprogram(DS); in constructInlinedScopeDIE()
1473 getDISubprogram(DV.getContext()).describes(MF->getFunction())) in beginFunction()