Home
last modified time | relevance | path

Searched refs:DiagnosticLocation (Results 1 – 7 of 7) sorted by relevance

/openbsd/src/gnu/llvm/llvm/include/llvm/IR/
DDiagnosticInfo.h298 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/
DDiagnosticInfo.cpp112 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()
DLLVMRemarkStreamer.cpp50 toRemarkLocation(const DiagnosticLocation &DL) { in toRemarkLocation()
DLegacyPassManager.cpp146 DiagnosticLocation(), &BB); in emitInstrCountChangedRemark()
180 DiagnosticLocation(), &BB); in emitInstrCountChangedRemark()
/openbsd/src/gnu/llvm/llvm/include/llvm/CodeGen/
DMachineOptimizationRemarkEmitter.h34 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/
DShrinkWrap.cpp455 const DiagnosticLocation &Loc, in giveUpWithRemarks()
DMachineOutliner.cpp988 DiagnosticLocation(), &MF->front()); in emitInstrCountChangedRemark()