Searched refs:DLoc (Results 1 - 10 of 10) sorted by relevance

/external/llvm/include/llvm/IR/
H A DDiagnosticInfo.h282 /// \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; member in class:llvm::DiagnosticInfoOptimizationBase
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 i
288 DiagnosticInfoOptimizationBase(enum DiagnosticKind Kind, enum DiagnosticSeverity Severity, const char *PassName, const Function &Fn, const DebugLoc &DLoc, const Twine &Msg) argument
349 DiagnosticInfoOptimizationRemark(const char *PassName, const Function &Fn, const DebugLoc &DLoc, const Twine &Msg) argument
374 DiagnosticInfoOptimizationRemarkMissed(const char *PassName, const Function &Fn, const DebugLoc &DLoc, const Twine &Msg) argument
400 DiagnosticInfoOptimizationRemarkAnalysis(const char *PassName, const Function &Fn, const DebugLoc &DLoc, const Twine &Msg) argument
415 DiagnosticInfoOptimizationRemarkAnalysis(enum DiagnosticKind Kind, const char *PassName, const Function &Fn, const DebugLoc &DLoc, const Twine &Msg) argument
439 DiagnosticInfoOptimizationRemarkAnalysisFPCommute(const char *PassName, const Function &Fn, const DebugLoc &DLoc, const Twine &Msg) argument
466 DiagnosticInfoOptimizationRemarkAnalysisAliasing(const char *PassName, const Function &Fn, const DebugLoc &DLoc, const Twine &Msg) argument
562 DiagnosticInfoOptimizationFailure(const Function &Fn, const DebugLoc &DLoc, const Twine &Msg) argument
[all...]
/external/llvm/lib/IR/
H A DDiagnosticInfo.cpp189 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, Ms
188 emitOptimizationRemark(LLVMContext &Ctx, const char *PassName, const Function &Fn, const DebugLoc &DLoc, const Twine &Msg) argument
194 emitOptimizationRemarkMissed(LLVMContext &Ctx, const char *PassName, const Function &Fn, const DebugLoc &DLoc, const Twine &Msg) argument
201 emitOptimizationRemarkAnalysis(LLVMContext &Ctx, const char *PassName, const Function &Fn, const DebugLoc &DLoc, const Twine &Msg) argument
210 emitOptimizationRemarkAnalysisFPCommute(LLVMContext &Ctx, const char *PassName, const Function &Fn, const DebugLoc &DLoc, const Twine &Msg) argument
219 emitOptimizationRemarkAnalysisAliasing(LLVMContext &Ctx, const char *PassName, const Function &Fn, const DebugLoc &DLoc, const Twine &Msg) argument
233 emitLoopVectorizeWarning(LLVMContext &Ctx, const Function &Fn, const DebugLoc &DLoc, const Twine &Msg) argument
239 emitLoopInterleaveWarning(LLVMContext &Ctx, const Function &Fn, const DebugLoc &DLoc, const Twine &Msg) argument
[all...]
H A DDebugInfo.cpp50 DebugLoc DLoc = Inst->getDebugLoc(); local
51 const MDNode *Scope = DLoc.getInlinedAtScope();
/external/clang/lib/StaticAnalyzer/Checkers/
H A DObjCMissingSuperCallChecker.cpp196 PathDiagnosticLocation DLoc = local
210 os.str(), DLoc);
H A DCheckObjCDealloc.cpp145 PathDiagnosticLocation DLoc = local
159 os.str(), DLoc);
/external/llvm/lib/Transforms/IPO/
H A DInliner.cpp341 DebugLoc DLoc = CS.getInstruction()->getDebugLoc(); local
342 emitOptimizationRemarkAnalysis(Ctx, DEBUG_TYPE, *Caller, DLoc, Msg);
581 DebugLoc DLoc = CS.getInstruction()->getDebugLoc(); local
586 emitOptimizationRemarkMissed(CallerCtx, DEBUG_TYPE, *Caller, DLoc,
596 emitOptimizationRemarkMissed(CallerCtx, DEBUG_TYPE, *Caller, DLoc,
606 CallerCtx, DEBUG_TYPE, *Caller, DLoc,
H A DSampleProfile.cpp448 DebugLoc DLoc = Inst.getDebugLoc(); local
449 if (!DLoc)
456 const DILocation *DIL = DLoc;
457 unsigned Lineno = DLoc.getLine();
470 Ctx, DEBUG_TYPE, *F, DLoc,
690 DebugLoc DLoc = CI->getDebugLoc(); local
694 emitOptimizationRemark(Ctx, DEBUG_TYPE, F, DLoc,
/external/llvm/lib/Target/BPF/
H A DBPFISelLowering.cpp43 DebugLoc DLoc; member in class:__anon12134::DiagnosticInfoUnsupported
57 DiagnosticInfoUnsupported(SDLoc DLoc, const Function &Fn, const Twine &Desc, argument
59 : DiagnosticInfo(getKindID(), DS_Error), DLoc(DLoc.getDebugLoc()),
66 if (DLoc) {
67 auto DIL = DLoc.get();
/external/llvm/lib/Target/WebAssembly/
H A DWebAssemblyISelLowering.cpp45 DebugLoc DLoc; member in class:__anon12343::final
59 DiagnosticInfoUnsupported(SDLoc DLoc, const Function &Fn, const Twine &Desc, argument
61 : DiagnosticInfo(getKindID(), DS_Error), DLoc(DLoc.getDebugLoc()),
68 if (DLoc) {
69 auto DIL = DLoc.get();
/external/clang/tools/libclang/
H A DCXLoadedDiagnostic.cpp93 static CXSourceLocation makeLocation(const CXLoadedDiagnostic::Location *DLoc) { argument
96 uintptr_t V = (uintptr_t) DLoc;

Completed in 7977 milliseconds