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

  /external/llvm/include/llvm/IR/
DiagnosticInfo.h 342 /// \p Fn is the function where the diagnostic is being emitted. \p DLoc is
347 const DebugLoc &DLoc)
348 : DiagnosticInfo(Kind, Severity), Fn(Fn), DLoc(DLoc) {}
363 const DebugLoc &getDebugLoc() const { return DLoc; }
370 DebugLoc DLoc;
377 /// \p Fn is the function where the diagnostic is being emitted. \p DLoc is
386 const DebugLoc &DLoc, const Twine &Msg)
387 : DiagnosticInfoWithDebugLocBase(Kind, Severity, Fn, DLoc),
424 /// is being emitted. \p DLoc is the location information to use in th
    [all...]
  /external/llvm/lib/IR/
DiagnosticInfo.cpp 198 const Function &Fn, const DebugLoc &DLoc,
200 Ctx.diagnose(DiagnosticInfoOptimizationRemark(PassName, Fn, DLoc, Msg));
205 const DebugLoc &DLoc,
207 Ctx.diagnose(DiagnosticInfoOptimizationRemarkMissed(PassName, Fn, DLoc, Msg));
213 const DebugLoc &DLoc,
216 DiagnosticInfoOptimizationRemarkAnalysis(PassName, Fn, DLoc, Msg));
222 const DebugLoc &DLoc,
225 DLoc, Msg));
231 const DebugLoc &DLoc,
234 DLoc, Msg))
    [all...]
  /external/llvm/lib/Transforms/IPO/
Inliner.cpp 228 DebugLoc DLoc = CS.getInstruction()->getDebugLoc();
229 emitOptimizationRemarkAnalysis(Ctx, DEBUG_TYPE, *Caller, DLoc, Msg);
485 DebugLoc DLoc = CS.getInstruction()->getDebugLoc();
490 emitOptimizationRemarkMissed(CallerCtx, DEBUG_TYPE, *Caller, DLoc,
500 emitOptimizationRemarkMissed(CallerCtx, DEBUG_TYPE, *Caller, DLoc,
510 CallerCtx, DEBUG_TYPE, *Caller, DLoc,
SampleProfile.cpp 455 const DebugLoc &DLoc = Inst.getDebugLoc();
456 if (!DLoc)
468 const DILocation *DIL = DLoc;
469 unsigned Lineno = DLoc.getLine();
482 Ctx, DEBUG_TYPE, *F, DLoc,
643 DebugLoc DLoc = CI->getDebugLoc();
647 emitOptimizationRemark(Ctx, DEBUG_TYPE, F, DLoc,
    [all...]
  /external/clang/lib/StaticAnalyzer/Checkers/
ObjCMissingSuperCallChecker.cpp 196 PathDiagnosticLocation DLoc =
210 os.str(), DLoc);
CheckObjCDealloc.cpp 248 PathDiagnosticLocation DLoc =
252 OS.str(), DLoc);
    [all...]
  /external/clang/tools/libclang/
CXLoadedDiagnostic.cpp 93 static CXSourceLocation makeLocation(const CXLoadedDiagnostic::Location *DLoc) {
96 uintptr_t V = (uintptr_t) DLoc;

Completed in 292 milliseconds