Home
last modified time | relevance | path

Searched refs:Subprograms (Results 1 – 5 of 5) sorted by relevance

/minix3/external/bsd/llvm/dist/llvm/lib/Transforms/Utils/
H A DCloneFunction.cpp192 DIArray Subprograms(CU.getSubprograms()); in CloneDebugInfoMetadata() local
196 for (unsigned i = 0; i < Subprograms.getNumElements(); i++) { in CloneDebugInfoMetadata()
197 if ((MDNode*)Subprograms.getElement(i) == OldSubprogramMDNode) { in CloneDebugInfoMetadata()
198 AddOperand(CU, Subprograms, NewSubprogram); in CloneDebugInfoMetadata()
/minix3/external/bsd/llvm/dist/llvm/lib/IR/
H A DDebugInfo.cpp815 void DICompileUnit::replaceSubprograms(DIArray Subprograms) { in replaceSubprograms() argument
817 if (Subprograms == getSubprograms()) in replaceSubprograms()
820 const_cast<MDNode *>(DbgNode)->replaceOperandWith(4, Subprograms); in replaceSubprograms()
/minix3/external/bsd/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfDebug.cpp535 DIArray Subprograms = TheCU.getSubprograms(); in collectDeadVariables() local
536 for (unsigned i = 0, e = Subprograms.getNumElements(); i != e; ++i) { in collectDeadVariables()
537 DISubprogram SP(Subprograms.getElement(i)); in collectDeadVariables()
/minix3/external/bsd/llvm/dist/llvm/include/llvm/IR/
H A DDebugInfo.h587 void replaceSubprograms(DIArray Subprograms);
/minix3/external/bsd/llvm/dist/llvm/docs/
H A DSourceLevelDebugging.rst914 metadata !2, ;; Subprograms