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

  /external/llvm/include/llvm/IR/
DiagnosticInfo.h 342 /// \p Fn is the function where the diagnostic is being emitted. \p DLoc is
347 const DebugLoc &DLoc)
348 : DiagnosticInfo(Kind, Severity), Fn(Fn), DLoc(DLoc) {}
363 const DebugLoc &getDebugLoc() const { return DLoc; }
370 DebugLoc DLoc;
377 /// \p Fn is the function where the diagnostic is being emitted. \p DLoc is
386 const DebugLoc &DLoc, const Twine &Msg)
387 : DiagnosticInfoWithDebugLocBase(Kind, Severity, Fn, DLoc),
424 /// is being emitted. \p DLoc is the location information to use in th
    [all...]
  /external/llvm/lib/IR/
DiagnosticInfo.cpp 198 const Function &Fn, const DebugLoc &DLoc,
200 Ctx.diagnose(DiagnosticInfoOptimizationRemark(PassName, Fn, DLoc, Msg));
205 const DebugLoc &DLoc,
207 Ctx.diagnose(DiagnosticInfoOptimizationRemarkMissed(PassName, Fn, DLoc, Msg));
213 const DebugLoc &DLoc,
216 DiagnosticInfoOptimizationRemarkAnalysis(PassName, Fn, DLoc, Msg));
222 const DebugLoc &DLoc,
225 DLoc, Msg));
231 const DebugLoc &DLoc,
234 DLoc, Msg))
    [all...]
  /external/llvm/lib/Transforms/IPO/
Inliner.cpp 228 DebugLoc DLoc = CS.getInstruction()->getDebugLoc();
229 emitOptimizationRemarkAnalysis(Ctx, DEBUG_TYPE, *Caller, DLoc, Msg);
485 DebugLoc DLoc = CS.getInstruction()->getDebugLoc();
490 emitOptimizationRemarkMissed(CallerCtx, DEBUG_TYPE, *Caller, DLoc,
500 emitOptimizationRemarkMissed(CallerCtx, DEBUG_TYPE, *Caller, DLoc,
510 CallerCtx, DEBUG_TYPE, *Caller, DLoc,
SampleProfile.cpp 455 const DebugLoc &DLoc = Inst.getDebugLoc();
456 if (!DLoc)
468 const DILocation *DIL = DLoc;
469 unsigned Lineno = DLoc.getLine();
482 Ctx, DEBUG_TYPE, *F, DLoc,
643 DebugLoc DLoc = CI->getDebugLoc();
647 emitOptimizationRemark(Ctx, DEBUG_TYPE, F, DLoc,
    [all...]
  /external/clang/lib/StaticAnalyzer/Checkers/
ObjCMissingSuperCallChecker.cpp 196 PathDiagnosticLocation DLoc =
210 os.str(), DLoc);
CheckObjCDealloc.cpp 248 PathDiagnosticLocation DLoc =
252 OS.str(), DLoc);
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/IPO/
SampleProfile.cpp 522 const DebugLoc &DLoc = Inst.getDebugLoc();
523 if (!DLoc)
545 const DILocation *DIL = DLoc;
566 LLVM_DEBUG(dbgs() << " " << DLoc.getLine() << "."
718 DebugLoc DLoc = I->getDebugLoc();
731 ORE->emit(OptimizationRemark(DEBUG_TYPE, "Not inline", DLoc, BB)
738 ORE->emit(OptimizationRemark(DEBUG_TYPE, "HotInline", DLoc, BB)
    [all...]
Inliner.cpp 603 DebugLoc DLoc = CS->getDebugLoc();
613 return OptimizationRemarkMissed(DEBUG_TYPE, "NotInlined", DLoc,
625 OptimizationRemark R(DEBUG_TYPE, RemarkName, DLoc, Block);
    [all...]
PartialInlining.cpp 318 DebugLoc DLoc = CS.getInstruction()->getDebugLoc();
320 return std::make_tuple(DLoc, Block);
    [all...]
WholeProgramDevirt.cpp 287 DebugLoc DLoc = CS->getDebugLoc();
291 OREGetter(F).emit(OptimizationRemark(DEBUG_TYPE, OptName, DLoc, Block)
    [all...]
  /external/clang/tools/libclang/
CXLoadedDiagnostic.cpp 93 static CXSourceLocation makeLocation(const CXLoadedDiagnostic::Location *DLoc) {
96 uintptr_t V = (uintptr_t) DLoc;
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/
HexagonLoopIdiomRecognition.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGISel.cpp     [all...]

Completed in 578 milliseconds