Home
last modified time | relevance | path

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

/external/llvm/include/llvm/IR/
DDiagnosticInfo.h291 const DebugLoc &DLoc, const Twine &Msg) in DiagnosticInfoOptimizationBase() argument
292 : DiagnosticInfo(Kind, Severity), PassName(PassName), Fn(Fn), DLoc(DLoc), in DiagnosticInfoOptimizationBase()
319 const DebugLoc &getDebugLoc() const { return DLoc; } in getDebugLoc()
332 DebugLoc DLoc; variable
350 const DebugLoc &DLoc, const Twine &Msg) in DiagnosticInfoOptimizationRemark() argument
352 PassName, Fn, DLoc, Msg) {} in DiagnosticInfoOptimizationRemark()
376 const DebugLoc &DLoc, const Twine &Msg) in DiagnosticInfoOptimizationRemarkMissed() argument
378 PassName, Fn, DLoc, Msg) {} in DiagnosticInfoOptimizationRemarkMissed()
402 const DebugLoc &DLoc, in DiagnosticInfoOptimizationRemarkAnalysis() argument
405 PassName, Fn, DLoc, Msg) {} in DiagnosticInfoOptimizationRemarkAnalysis()
[all …]
/external/llvm/lib/IR/
DDiagnosticInfo.cpp189 const Function &Fn, const DebugLoc &DLoc, in emitOptimizationRemark() argument
191 Ctx.diagnose(DiagnosticInfoOptimizationRemark(PassName, Fn, DLoc, Msg)); in emitOptimizationRemark()
196 const DebugLoc &DLoc, in emitOptimizationRemarkMissed() argument
198 Ctx.diagnose(DiagnosticInfoOptimizationRemarkMissed(PassName, Fn, DLoc, Msg)); in emitOptimizationRemarkMissed()
204 const DebugLoc &DLoc, in emitOptimizationRemarkAnalysis() argument
207 DiagnosticInfoOptimizationRemarkAnalysis(PassName, Fn, DLoc, Msg)); in emitOptimizationRemarkAnalysis()
213 const DebugLoc &DLoc, in emitOptimizationRemarkAnalysisFPCommute() argument
216 DLoc, Msg)); in emitOptimizationRemarkAnalysisFPCommute()
222 const DebugLoc &DLoc, in emitOptimizationRemarkAnalysisAliasing() argument
225 DLoc, Msg)); in emitOptimizationRemarkAnalysisAliasing()
[all …]
DDebugInfo.cpp50 DebugLoc DLoc = Inst->getDebugLoc(); in getDISubprogram() local
51 const MDNode *Scope = DLoc.getInlinedAtScope(); in getDISubprogram()
/external/llvm/lib/Transforms/IPO/
DInliner.cpp341 DebugLoc DLoc = CS.getInstruction()->getDebugLoc(); in emitAnalysis() local
342 emitOptimizationRemarkAnalysis(Ctx, DEBUG_TYPE, *Caller, DLoc, Msg); in emitAnalysis()
581 DebugLoc DLoc = CS.getInstruction()->getDebugLoc(); in runOnSCC() local
586 emitOptimizationRemarkMissed(CallerCtx, DEBUG_TYPE, *Caller, DLoc, in runOnSCC()
596 emitOptimizationRemarkMissed(CallerCtx, DEBUG_TYPE, *Caller, DLoc, in runOnSCC()
606 CallerCtx, DEBUG_TYPE, *Caller, DLoc, in runOnSCC()
DSampleProfile.cpp448 DebugLoc DLoc = Inst.getDebugLoc(); in getInstWeight() local
449 if (!DLoc) in getInstWeight()
456 const DILocation *DIL = DLoc; in getInstWeight()
457 unsigned Lineno = DLoc.getLine(); in getInstWeight()
470 Ctx, DEBUG_TYPE, *F, DLoc, in getInstWeight()
690 DebugLoc DLoc = CI->getDebugLoc(); in inlineHotFunctions() local
694 emitOptimizationRemark(Ctx, DEBUG_TYPE, F, DLoc, in inlineHotFunctions()
/external/clang/lib/StaticAnalyzer/Checkers/
DObjCMissingSuperCallChecker.cpp196 PathDiagnosticLocation DLoc = in checkASTDecl() local
210 os.str(), DLoc); in checkASTDecl()
DCheckObjCDealloc.cpp145 PathDiagnosticLocation DLoc = in checkObjCDealloc() local
159 os.str(), DLoc); in checkObjCDealloc()
/external/llvm/lib/Target/WebAssembly/
DWebAssemblyISelLowering.cpp45 DebugLoc DLoc; member in __anon45c0ec0c0111::DiagnosticInfoUnsupported
59 DiagnosticInfoUnsupported(SDLoc DLoc, const Function &Fn, const Twine &Desc, in DiagnosticInfoUnsupported() argument
61 : DiagnosticInfo(getKindID(), DS_Error), DLoc(DLoc.getDebugLoc()), in DiagnosticInfoUnsupported()
68 if (DLoc) { in print()
69 auto DIL = DLoc.get(); in print()
/external/llvm/lib/Target/BPF/
DBPFISelLowering.cpp43 DebugLoc DLoc; member in __anon4364e8800111::DiagnosticInfoUnsupported
57 DiagnosticInfoUnsupported(SDLoc DLoc, const Function &Fn, const Twine &Desc, in DiagnosticInfoUnsupported() argument
59 : DiagnosticInfo(getKindID(), DS_Error), DLoc(DLoc.getDebugLoc()), in DiagnosticInfoUnsupported()
66 if (DLoc) { in print()
67 auto DIL = DLoc.get(); in print()
/external/clang/tools/libclang/
DCXLoadedDiagnostic.cpp93 static CXSourceLocation makeLocation(const CXLoadedDiagnostic::Location *DLoc) { in makeLocation() argument
96 uintptr_t V = (uintptr_t) DLoc; in makeLocation()