Searched refs:DiagnosticLocation (Results 1 – 7 of 7) sorted by relevance
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/ |
H A D | DiagnosticInfo.h | 298 class DiagnosticLocation { 304 DiagnosticLocation() = default; 305 DiagnosticLocation(const DebugLoc &DL); 306 DiagnosticLocation(const DISubprogram *SP); 326 const DiagnosticLocation &Loc) in DiagnosticInfoWithLocationBase() 346 DiagnosticLocation getLocation() const { return Loc; } in getLocation() 353 DiagnosticLocation Loc; 430 DiagnosticLocation Loc; 460 const DiagnosticLocation &Loc) in DiagnosticInfoOptimizationBase() 637 const DiagnosticLocation &Loc, [all …]
|
/freebsd/contrib/llvm-project/llvm/lib/IR/ |
H A D | DiagnosticInfo.cpp | 113 DiagnosticLocation::DiagnosticLocation(const DebugLoc &DL) { in DiagnosticLocation() function in DiagnosticLocation 121 DiagnosticLocation::DiagnosticLocation(const DISubprogram *SP) { in DiagnosticLocation() function in DiagnosticLocation 130 StringRef DiagnosticLocation::getRelativePath() const { in getRelativePath() 134 std::string DiagnosticLocation::getAbsolutePath() const { in getAbsolutePath() 254 const DiagnosticLocation &Loc, in OptimizationRemark() 285 const char *PassName, StringRef RemarkName, const DiagnosticLocation &Loc, in OptimizationRemarkMissed() 313 const char *PassName, StringRef RemarkName, const DiagnosticLocation &Loc, in OptimizationRemarkAnalysis() 329 const DiagnosticLocation &Loc, const Value *CodeRegion) in OptimizationRemarkAnalysis() 357 const char *PassName, StringRef RemarkName, const DiagnosticLocation &Loc, in DiagnosticInfoOptimizationFailure()
|
H A D | LLVMRemarkStreamer.cpp | 50 toRemarkLocation(const DiagnosticLocation &DL) { in toRemarkLocation()
|
H A D | LegacyPassManager.cpp | 147 DiagnosticLocation(), &BB); in emitInstrCountChangedRemark() 181 DiagnosticLocation(), &BB); in emitInstrCountChangedRemark()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
H A D | MachineOptimizationRemarkEmitter.h | 35 const DiagnosticLocation &Loc, in DiagnosticInfoMIROptimization() 67 const DiagnosticLocation &Loc, in MachineOptimizationRemark() 93 const DiagnosticLocation &Loc, in MachineOptimizationRemarkMissed() 119 const DiagnosticLocation &Loc, in MachineOptimizationRemarkAnalysis()
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
H A D | ShrinkWrap.cpp | 806 const DiagnosticLocation &Loc, in giveUpWithRemarks()
|
H A D | MachineOutliner.cpp | 1115 DiagnosticLocation(), &MF->front()); in emitInstrCountChangedRemark()
|