Home
last modified time | relevance | path

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

/netbsd/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
H A DDebugHandlerBase.cpp314 Fragment->fragmentsOverlap( in beginFunction()
H A DDbgEntityHistoryCalculator.cpp380 bool Overlaps = DIExpr->fragmentsOverlap(DV.getDebugExpression()); in handleNewDebugValue()
/netbsd/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DPrologEpilogInserter.cpp199 Expr->fragmentsOverlap(DV->getDebugExpression()); in stashEntryDbgValues()
/netbsd/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DDebugInfoMetadata.h2851 static bool fragmentsOverlap(const FragmentInfo &A, const FragmentInfo &B) { in fragmentsOverlap() function
2864 bool fragmentsOverlap(const DIExpression *Other) const { in fragmentsOverlap() function
/netbsd/external/apache2/llvm/dist/llvm/lib/CodeGen/LiveDebugValues/
H A DVarLocBasedImpl.cpp1836 if (DIExpression::fragmentsOverlap(ThisFragment, ASeenFragment)) { in accumulateFragmentMap()
H A DInstrRefBasedImpl.cpp2108 if (DIExpression::fragmentsOverlap(ThisFragment, ASeenFragment)) { in accumulateFragmentMap()
/netbsd/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp1173 if (DanglingVariable == Variable && Expr->fragmentsOverlap(DanglingExpr)) { in dropDanglingDebugInfo()