HomeSort by relevance Sort by last modified time
    Searched refs:SrcLoc (Results 1 - 4 of 4) sorted by null

  /frameworks/compile/slang/
slang_diagnostic_buffer.cpp 45 clang::SourceLocation const &SrcLoc = Info.getLocation();
50 if (SrcLoc.isValid()) {
51 SrcLoc.print(*mSOS, Info.getSourceManager());
  /external/llvm/lib/VMCore/
LLVMContext.cpp 87 if (const MDNode *SrcLoc = I->getMetadata("srcloc")) {
88 if (SrcLoc->getNumOperands() != 0)
89 if (const ConstantInt *CI = dyn_cast<ConstantInt>(SrcLoc->getOperand(0)))
  /external/llvm/lib/Transforms/Scalar/
MemCpyOptimizer.cpp 821 AliasAnalysis::Location SrcLoc = AA.getLocationForSource(M);
822 MemDepResult SrcDepInfo = MD->getPointerDependencyFrom(SrcLoc, true,
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGBuilder.cpp     [all...]

Completed in 56 milliseconds