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

  /external/llvm/include/llvm/IR/
DiagnosticInfo.h 282 /// \p Fn is the function where the diagnostic is being emitted. \p DLoc is
291 const DebugLoc &DLoc, const Twine &Msg)
292 : DiagnosticInfo(Kind, Severity), PassName(PassName), Fn(Fn), DLoc(DLoc),
319 const DebugLoc &getDebugLoc() const { return DLoc; }
332 DebugLoc DLoc;
344 /// is being emitted. \p DLoc is the location information to use in the
350 const DebugLoc &DLoc, const Twine &Msg)
352 PassName, Fn, DLoc, Msg) {}
369 /// is being emitted. \p DLoc is the location information to use in th
    [all...]
  /external/llvm/lib/IR/
DiagnosticInfo.cpp 189 const Function &Fn, const DebugLoc &DLoc,
191 Ctx.diagnose(DiagnosticInfoOptimizationRemark(PassName, Fn, DLoc, Msg));
196 const DebugLoc &DLoc,
198 Ctx.diagnose(DiagnosticInfoOptimizationRemarkMissed(PassName, Fn, DLoc, Msg));
204 const DebugLoc &DLoc,
207 DiagnosticInfoOptimizationRemarkAnalysis(PassName, Fn, DLoc, Msg));
213 const DebugLoc &DLoc,
216 DLoc, Msg));
222 const DebugLoc &DLoc,
225 DLoc, Msg))
    [all...]
DebugInfo.cpp 50 DebugLoc DLoc = Inst->getDebugLoc();
51 const MDNode *Scope = DLoc.getInlinedAtScope();
  /external/clang/lib/StaticAnalyzer/Checkers/
ObjCMissingSuperCallChecker.cpp 196 PathDiagnosticLocation DLoc =
210 os.str(), DLoc);
CheckObjCDealloc.cpp 145 PathDiagnosticLocation DLoc =
159 os.str(), DLoc);
  /external/llvm/lib/Transforms/IPO/
Inliner.cpp 341 DebugLoc DLoc = CS.getInstruction()->getDebugLoc();
342 emitOptimizationRemarkAnalysis(Ctx, DEBUG_TYPE, *Caller, DLoc, Msg);
581 DebugLoc DLoc = CS.getInstruction()->getDebugLoc();
586 emitOptimizationRemarkMissed(CallerCtx, DEBUG_TYPE, *Caller, DLoc,
596 emitOptimizationRemarkMissed(CallerCtx, DEBUG_TYPE, *Caller, DLoc,
606 CallerCtx, DEBUG_TYPE, *Caller, DLoc,
    [all...]
SampleProfile.cpp 448 DebugLoc DLoc = Inst.getDebugLoc();
449 if (!DLoc)
456 const DILocation *DIL = DLoc;
457 unsigned Lineno = DLoc.getLine();
470 Ctx, DEBUG_TYPE, *F, DLoc,
690 DebugLoc DLoc = CI->getDebugLoc();
694 emitOptimizationRemark(Ctx, DEBUG_TYPE, F, DLoc,
    [all...]
  /external/llvm/lib/Target/BPF/
BPFISelLowering.cpp 43 DebugLoc DLoc;
57 DiagnosticInfoUnsupported(SDLoc DLoc, const Function &Fn, const Twine &Desc,
59 : DiagnosticInfo(getKindID(), DS_Error), DLoc(DLoc.getDebugLoc()),
66 if (DLoc) {
67 auto DIL = DLoc.get();
  /external/llvm/lib/Target/WebAssembly/
WebAssemblyISelLowering.cpp 45 DebugLoc DLoc;
59 DiagnosticInfoUnsupported(SDLoc DLoc, const Function &Fn, const Twine &Desc,
61 : DiagnosticInfo(getKindID(), DS_Error), DLoc(DLoc.getDebugLoc()),
68 if (DLoc) {
69 auto DIL = DLoc.get();
  /external/clang/tools/libclang/
CXLoadedDiagnostic.cpp 93 static CXSourceLocation makeLocation(const CXLoadedDiagnostic::Location *DLoc) {
96 uintptr_t V = (uintptr_t) DLoc;

Completed in 218 milliseconds