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

  /external/llvm/include/llvm/IR/
DiagnosticInfo.h 202 class DiagnosticInfoSampleProfile : public DiagnosticInfo {
204 DiagnosticInfoSampleProfile(const char *FileName, unsigned LineNum,
209 DiagnosticInfoSampleProfile(const char *FileName, const Twine &Msg,
213 DiagnosticInfoSampleProfile(const Twine &Msg,
  /external/llvm/lib/IR/
DiagnosticInfo.cpp 122 void DiagnosticInfoSampleProfile::print(DiagnosticPrinter &DP) const {
  /external/llvm/lib/Transforms/Scalar/
SampleProfile.cpp 256 DiagnosticInfoSampleProfile Diag(Filename.data(), LineNumber, Msg);
457 M.getContext().diagnose(DiagnosticInfoSampleProfile(Filename.data(), Msg));
    [all...]

Completed in 491 milliseconds