Searched refs:DiagnosticInfoSampleProfile (Results 1 - 4 of 4) sorted by relevance

/external/llvm/include/llvm/IR/
H A DDiagnosticInfo.h209 class DiagnosticInfoSampleProfile : public DiagnosticInfo { class in namespace:llvm
211 DiagnosticInfoSampleProfile(const char *FileName, unsigned LineNum, function in class:llvm::DiagnosticInfoSampleProfile
216 DiagnosticInfoSampleProfile(const char *FileName, const Twine &Msg, function in class:llvm::DiagnosticInfoSampleProfile
220 DiagnosticInfoSampleProfile(const Twine &Msg, function in class:llvm::DiagnosticInfoSampleProfile
/external/llvm/include/llvm/ProfileData/
H A DSampleProfReader.h90 Ctx.diagnose(DiagnosticInfoSampleProfile(Buffer->getBufferIdentifier(),
/external/llvm/lib/Transforms/Scalar/
H A DSampleProfile.cpp650 F.getContext().diagnose(DiagnosticInfoSampleProfile(
745 M.getContext().diagnose(DiagnosticInfoSampleProfile(Filename.data(), Msg));
/external/llvm/lib/IR/
H A DDiagnosticInfo.cpp123 void DiagnosticInfoSampleProfile::print(DiagnosticPrinter &DP) const {

Completed in 262 milliseconds