Searched refs:DiagnosticLocation (Results 1 – 7 of 7) sorted by relevance
| /openbsd/src/gnu/llvm/llvm/include/llvm/IR/ |
| 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 …]
|
| /openbsd/src/gnu/llvm/llvm/lib/IR/ |
| D | DiagnosticInfo.cpp | 112 DiagnosticLocation::DiagnosticLocation(const DebugLoc &DL) { in DiagnosticLocation() function in DiagnosticLocation 120 DiagnosticLocation::DiagnosticLocation(const DISubprogram *SP) { in DiagnosticLocation() function in DiagnosticLocation 129 StringRef DiagnosticLocation::getRelativePath() const { in getRelativePath() 133 std::string DiagnosticLocation::getAbsolutePath() const { in getAbsolutePath() 249 const DiagnosticLocation &Loc, in OptimizationRemark() 280 const char *PassName, StringRef RemarkName, const DiagnosticLocation &Loc, in OptimizationRemarkMissed() 308 const char *PassName, StringRef RemarkName, const DiagnosticLocation &Loc, in OptimizationRemarkAnalysis() 324 const DiagnosticLocation &Loc, const Value *CodeRegion) in OptimizationRemarkAnalysis() 352 const char *PassName, StringRef RemarkName, const DiagnosticLocation &Loc, in DiagnosticInfoOptimizationFailure()
|
| D | LLVMRemarkStreamer.cpp | 50 toRemarkLocation(const DiagnosticLocation &DL) { in toRemarkLocation()
|
| D | LegacyPassManager.cpp | 146 DiagnosticLocation(), &BB); in emitInstrCountChangedRemark() 180 DiagnosticLocation(), &BB); in emitInstrCountChangedRemark()
|
| /openbsd/src/gnu/llvm/llvm/include/llvm/CodeGen/ |
| D | MachineOptimizationRemarkEmitter.h | 34 const DiagnosticLocation &Loc, in DiagnosticInfoMIROptimization() 66 const DiagnosticLocation &Loc, in MachineOptimizationRemark() 92 const DiagnosticLocation &Loc, in MachineOptimizationRemarkMissed() 118 const DiagnosticLocation &Loc, in MachineOptimizationRemarkAnalysis()
|
| /openbsd/src/gnu/llvm/llvm/lib/CodeGen/ |
| D | ShrinkWrap.cpp | 455 const DiagnosticLocation &Loc, in giveUpWithRemarks()
|
| D | MachineOutliner.cpp | 988 DiagnosticLocation(), &MF->front()); in emitInstrCountChangedRemark()
|