/external/llvm/include/llvm/IR/ |
D | DiagnosticInfo.h | 253 const DebugLoc &DLoc, const Twine &Msg) in DiagnosticInfoOptimizationRemarkBase() argument 254 : DiagnosticInfo(Kind, DS_Remark), PassName(PassName), Fn(Fn), DLoc(DLoc), in DiagnosticInfoOptimizationRemarkBase() 285 const DebugLoc &getDebugLoc() const { return DLoc; } in getDebugLoc() 298 DebugLoc DLoc; variable 317 const DebugLoc &DLoc, const Twine &Msg) in DiagnosticInfoOptimizationRemark() argument 319 Fn, DLoc, Msg) {} in DiagnosticInfoOptimizationRemark() 343 const DebugLoc &DLoc, const Twine &Msg) in DiagnosticInfoOptimizationRemarkMissed() argument 345 PassName, Fn, DLoc, Msg) {} in DiagnosticInfoOptimizationRemarkMissed() 369 const DebugLoc &DLoc, in DiagnosticInfoOptimizationRemarkAnalysis() argument 372 PassName, Fn, DLoc, Msg) {} in DiagnosticInfoOptimizationRemarkAnalysis() [all …]
|
/external/llvm/lib/IR/ |
D | DiagnosticInfo.cpp | 172 const Function &Fn, const DebugLoc &DLoc, in emitOptimizationRemark() argument 174 Ctx.diagnose(DiagnosticInfoOptimizationRemark(PassName, Fn, DLoc, Msg)); in emitOptimizationRemark() 179 const DebugLoc &DLoc, in emitOptimizationRemarkMissed() argument 181 Ctx.diagnose(DiagnosticInfoOptimizationRemarkMissed(PassName, Fn, DLoc, Msg)); in emitOptimizationRemarkMissed() 187 const DebugLoc &DLoc, in emitOptimizationRemarkAnalysis() argument 190 DiagnosticInfoOptimizationRemarkAnalysis(PassName, Fn, DLoc, Msg)); in emitOptimizationRemarkAnalysis()
|
/external/llvm/lib/Transforms/IPO/ |
D | Inliner.cpp | 307 DebugLoc DLoc = CS.getInstruction()->getDebugLoc(); in emitAnalysis() local 308 emitOptimizationRemarkAnalysis(Ctx, DEBUG_TYPE, *Caller, DLoc, Msg); in emitAnalysis() 548 DebugLoc DLoc = CS.getInstruction()->getDebugLoc(); in runOnSCC() local 553 emitOptimizationRemarkMissed(CallerCtx, DEBUG_TYPE, *Caller, DLoc, in runOnSCC() 563 emitOptimizationRemarkMissed(CallerCtx, DEBUG_TYPE, *Caller, DLoc, in runOnSCC() 573 CallerCtx, DEBUG_TYPE, *Caller, DLoc, in runOnSCC()
|
/external/clang/lib/StaticAnalyzer/Checkers/ |
D | CheckObjCDealloc.cpp | 166 PathDiagnosticLocation DLoc = in checkObjCDealloc() local 180 os.str(), DLoc); in checkObjCDealloc() 198 os.str(), DLoc); in checkObjCDealloc()
|
D | ObjCMissingSuperCallChecker.cpp | 198 PathDiagnosticLocation DLoc = in checkASTDecl() local 212 os.str(), DLoc); in checkASTDecl()
|
/external/llvm/lib/Transforms/Scalar/ |
D | SampleProfile.cpp | 542 DebugLoc DLoc = Inst.getDebugLoc(); in getInstWeight() local 543 unsigned Lineno = DLoc.getLine(); in getInstWeight() 547 DILocation DIL(DLoc.getAsMDNode(*Ctx)); in getInstWeight()
|
/external/clang/tools/libclang/ |
D | CXLoadedDiagnostic.cpp | 90 static CXSourceLocation makeLocation(const CXLoadedDiagnostic::Location *DLoc) { in makeLocation() argument 93 uintptr_t V = (uintptr_t) DLoc; in makeLocation()
|