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 44 clang::SourceLocation const &SrcLoc = Info.getLocation();
49 if (SrcLoc.isValid()) {
50 SrcLoc.print(*mSOS, Info.getSourceManager());
  /external/llvm/lib/VMCore/
LLVMContext.cpp 97 if (const MDNode *SrcLoc = I->getMetadata("srcloc")) {
98 if (SrcLoc->getNumOperands() != 0)
99 if (const ConstantInt *CI = dyn_cast<ConstantInt>(SrcLoc->getOperand(0)))
  /external/llvm/lib/Transforms/Scalar/
MemCpyOptimizer.cpp 824 AliasAnalysis::Location SrcLoc = AliasAnalysis::getLocationForSource(M);
825 MemDepResult SrcDepInfo = MD->getPointerDependencyFrom(SrcLoc, true,
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGBuilder.cpp     [all...]

Completed in 54 milliseconds