Searched refs:SrcLoc (Results 1 - 4 of 4) sorted by relevance

/external/llvm/lib/IR/
H A DDiagnosticInfo.cpp99 if (const MDNode *SrcLoc = I.getMetadata("srcloc")) {
100 if (SrcLoc->getNumOperands() != 0)
101 if (const ConstantInt *CI = dyn_cast<ConstantInt>(SrcLoc->getOperand(0)))
/external/llvm/lib/Transforms/Scalar/
H A DMemCpyOptimizer.cpp871 AliasAnalysis::Location SrcLoc = AliasAnalysis::getLocationForSource(M); local
872 MemDepResult SrcDepInfo = MD->getPointerDependencyFrom(SrcLoc, true,
/external/clang/lib/StaticAnalyzer/Core/
H A DBugReporter.cpp1988 PathDiagnosticLocation SrcLoc = Piece->getStartLocation(); local
1991 PathDiagnosticLocation NextSrcContext = SrcLoc;
2041 Piece = new PathDiagnosticControlFlowPiece(SrcLoc, DstContext);
/external/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp6410 const MDNode *SrcLoc = CS.getInstruction()->getMetadata("srcloc");
6411 AsmNodeOperands.push_back(DAG.getMDNode(SrcLoc));

Completed in 3320 milliseconds