Searched defs:DLoc (Results 1 – 7 of 7) sorted by relevance
/external/llvm/lib/IR/ |
D | DiagnosticInfo.cpp | 198 const Function &Fn, const DebugLoc &DLoc, in emitOptimizationRemark() 205 const DebugLoc &DLoc, in emitOptimizationRemarkMissed() 213 const DebugLoc &DLoc, in emitOptimizationRemarkAnalysis() 222 const DebugLoc &DLoc, in emitOptimizationRemarkAnalysisFPCommute() 231 const DebugLoc &DLoc, in emitOptimizationRemarkAnalysisAliasing() 253 const DebugLoc &DLoc, const Twine &Msg) { in emitLoopVectorizeWarning() 259 const DebugLoc &DLoc, const Twine &Msg) { in emitLoopInterleaveWarning()
|
/external/llvm/include/llvm/IR/ |
D | DiagnosticInfo.h | 347 const DebugLoc &DLoc) in DiagnosticInfoWithDebugLocBase() 370 DebugLoc DLoc; variable 386 const DebugLoc &DLoc, const Twine &Msg) in DiagnosticInfoOptimizationBase() 430 const DebugLoc &DLoc, const Twine &Msg) in DiagnosticInfoOptimizationRemark() 456 const DebugLoc &DLoc, const Twine &Msg) in DiagnosticInfoOptimizationRemarkMissed() 482 const DebugLoc &DLoc, in DiagnosticInfoOptimizationRemarkAnalysis() 502 const DebugLoc &DLoc, in DiagnosticInfoOptimizationRemarkAnalysis() 525 const DebugLoc &DLoc, in DiagnosticInfoOptimizationRemarkAnalysisFPCommute() 552 const DebugLoc &DLoc, in DiagnosticInfoOptimizationRemarkAnalysisAliasing() 646 DiagnosticInfoOptimizationFailure(const Function &Fn, const DebugLoc &DLoc, in DiagnosticInfoOptimizationFailure() [all …]
|
/external/llvm/lib/Transforms/IPO/ |
D | Inliner.cpp | 228 DebugLoc DLoc = CS.getInstruction()->getDebugLoc(); in emitAnalysis() local 485 DebugLoc DLoc = CS.getInstruction()->getDebugLoc(); in inlineCalls() local
|
D | SampleProfile.cpp | 455 const DebugLoc &DLoc = Inst.getDebugLoc(); in getInstWeight() local 643 DebugLoc DLoc = CI->getDebugLoc(); in inlineHotFunctions() local
|
/external/clang/lib/StaticAnalyzer/Checkers/ |
D | ObjCMissingSuperCallChecker.cpp | 196 PathDiagnosticLocation DLoc = in checkASTDecl() local
|
D | CheckObjCDealloc.cpp | 248 PathDiagnosticLocation DLoc = in checkASTDecl() local
|
/external/clang/tools/libclang/ |
D | CXLoadedDiagnostic.cpp | 93 static CXSourceLocation makeLocation(const CXLoadedDiagnostic::Location *DLoc) { in makeLocation()
|