HomeSort by relevance Sort by last modified time
    Searched defs:DiagnosticInfoUnsupported (Results 1 - 4 of 4) sorted by null

  /external/llvm/lib/Target/AMDGPU/
AMDGPUDiagnosticInfoUnsupported.cpp 14 DiagnosticInfoUnsupported::DiagnosticInfoUnsupported(
22 int DiagnosticInfoUnsupported::KindID = 0;
24 void DiagnosticInfoUnsupported::print(DiagnosticPrinter &DP) const {
AMDGPUDiagnosticInfoUnsupported.h 19 class DiagnosticInfoUnsupported : public DiagnosticInfo {
33 DiagnosticInfoUnsupported(const Function &Fn, const Twine &Desc,
  /external/llvm/lib/Target/BPF/
BPFISelLowering.cpp 40 class DiagnosticInfoUnsupported : public DiagnosticInfo {
57 DiagnosticInfoUnsupported(SDLoc DLoc, const Function &Fn, const Twine &Desc,
88 int DiagnosticInfoUnsupported::KindID = 0;
239 DiagnosticInfoUnsupported Err(DL, *MF.getFunction(),
246 DiagnosticInfoUnsupported Err(
288 DiagnosticInfoUnsupported Err(CLI.DL, *MF.getFunction(),
298 DiagnosticInfoUnsupported Err(CLI.DL, *MF.getFunction(),
401 DiagnosticInfoUnsupported Err(DL, *MF.getFunction(),
446 DiagnosticInfoUnsupported Err(DL, *MF.getFunction(),
  /external/llvm/lib/Target/WebAssembly/
WebAssemblyISelLowering.cpp 42 class DiagnosticInfoUnsupported final : public DiagnosticInfo {
59 DiagnosticInfoUnsupported(SDLoc DLoc, const Function &Fn, const Twine &Desc,
90 int DiagnosticInfoUnsupported::KindID = 0;
299 DiagnosticInfoUnsupported(DL, *MF.getFunction(), msg, SDValue()));

Completed in 70 milliseconds