HomeSort by: relevance | last modified time | path
    Searched refs:SMDiagnostic (Results 1 - 25 of 66) sorted by relevancy

1 2 3

  /src/external/apache2/llvm/dist/llvm/include/llvm/IRReader/
IRReader.h 26 class SMDiagnostic;
39 SMDiagnostic &Err, LLVMContext &Context,
48 getLazyIRFileModule(StringRef Filename, SMDiagnostic &Err, LLVMContext &Context,
56 MemoryBufferRef Buffer, SMDiagnostic &Err, LLVMContext &Context,
64 StringRef Filename, SMDiagnostic &Err, LLVMContext &Context,
  /src/external/apache2/llvm/dist/llvm/include/llvm/AsmParser/
Parser.h 28 class SMDiagnostic;
45 std::unique_ptr<Module> parseAssemblyFile(StringRef Filename, SMDiagnostic &Err,
61 SMDiagnostic &Err,
86 StringRef Filename, SMDiagnostic &Err, LLVMContext &Context,
92 StringRef Filename, SMDiagnostic &Err, LLVMContext &Context,
104 parseSummaryIndexAssemblyFile(StringRef Filename, SMDiagnostic &Err);
114 MemoryBufferRef F, SMDiagnostic &Err, LLVMContext &Context,
127 SMDiagnostic &Err,
138 parseSummaryIndexAssembly(MemoryBufferRef F, SMDiagnostic &Err);
154 MemoryBufferRef F, Module *M, ModuleSummaryIndex *Index, SMDiagnostic &Err
    [all...]
LLLexer.h 24 class SMDiagnostic;
31 SMDiagnostic &ErrorInfo;
49 explicit LLLexer(StringRef StartBuf, SourceMgr &SM, SMDiagnostic &,
  /src/external/apache2/llvm/dist/llvm/lib/AsmParser/
Parser.cpp 26 ModuleSummaryIndex *Index, SMDiagnostic &Err,
40 ModuleSummaryIndex *Index, SMDiagnostic &Err,
48 llvm::parseAssembly(MemoryBufferRef F, SMDiagnostic &Err, LLVMContext &Context,
61 SMDiagnostic &Err,
67 Err = SMDiagnostic(Filename, SourceMgr::DK_Error,
76 parseAssemblyWithIndex(MemoryBufferRef F, SMDiagnostic &Err,
93 SMDiagnostic &Err,
102 parseAssemblyFileWithIndex(StringRef Filename, SMDiagnostic &Err,
109 Err = SMDiagnostic(Filename, SourceMgr::DK_Error,
120 llvm::parseAssemblyFileWithIndex(StringRef Filename, SMDiagnostic &Err
    [all...]
  /src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/MIRParser/
MIParser.h 29 class SMDiagnostic;
200 StringRef Src, SMDiagnostic &Error);
213 SMDiagnostic &Error);
217 SMDiagnostic &Error);
221 SMDiagnostic &Error);
224 StringRef Src, SMDiagnostic &Error);
228 SMDiagnostic &Error);
231 StringRef Src, SMDiagnostic &Error);
234 SMDiagnostic &Error);
MIRParser.h 29 class SMDiagnostic;
71 StringRef Filename, SMDiagnostic &Error, LLVMContext &Context,
  /src/external/apache2/llvm/dist/llvm/lib/IRReader/
IRReader.cpp 33 llvm::getLazyIRModule(std::unique_ptr<MemoryBuffer> Buffer, SMDiagnostic &Err,
41 Err = SMDiagnostic(Buffer->getBufferIdentifier(), SourceMgr::DK_Error,
53 SMDiagnostic &Err,
59 Err = SMDiagnostic(Filename, SourceMgr::DK_Error,
68 std::unique_ptr<Module> llvm::parseIR(MemoryBufferRef Buffer, SMDiagnostic &Err,
80 Err = SMDiagnostic(Buffer.getBufferIdentifier(), SourceMgr::DK_Error,
92 llvm::parseIRFile(StringRef Filename, SMDiagnostic &Err, LLVMContext &Context,
97 Err = SMDiagnostic(Filename, SourceMgr::DK_Error,
113 SMDiagnostic Diag;
  /src/external/apache2/llvm/dist/llvm/examples/OrcV2Examples/
ExampleModules.h 34 inline llvm::Error createSMDiagnosticError(llvm::SMDiagnostic &Diag) {
48 SMDiagnostic Err;
59 SMDiagnostic Err;
  /src/external/apache2/llvm/dist/llvm/tools/vfabi-demangle-fuzzer/
vfabi-demangler-fuzzer.cpp 20 SMDiagnostic Err;
  /src/external/apache2/llvm/dist/llvm/include/llvm/Support/
SourceMgr.h 9 // This file declares the SMDiagnostic and SourceMgr classes. This
26 class SMDiagnostic;
43 using DiagHandlerTy = void (*)(const SMDiagnostic &, void *Context);
204 void PrintMessage(raw_ostream &OS, const SMDiagnostic &Diagnostic,
207 /// Return an SMDiagnostic at the specified location with the specified
212 SMDiagnostic GetMessage(SMLoc Loc, DiagKind Kind, const Twine &Msg,
251 class SMDiagnostic {
264 SMDiagnostic() = default;
266 SMDiagnostic(StringRef filename, SourceMgr::DiagKind Knd, StringRef Msg)
270 SMDiagnostic(const SourceMgr &sm, SMLoc L, StringRef FN, int Line, int Col
    [all...]
  /src/external/apache2/llvm/dist/llvm/include/llvm/IR/
DiagnosticPrinter.h 25 class SMDiagnostic;
57 virtual DiagnosticPrinter &operator<<(const SMDiagnostic &Diag) = 0;
90 DiagnosticPrinter &operator<<(const SMDiagnostic &Diag) override;
DiagnosticInfo.h 41 class SMDiagnostic;
932 const SMDiagnostic &Diagnostic;
936 const SMDiagnostic &Diagnostic)
939 const SMDiagnostic &getDiagnostic() const { return Diagnostic; }
1048 /// Diagnostic information for SMDiagnostic reporting.
1050 const SMDiagnostic &Diagnostic;
1057 DiagnosticInfoSrcMgr(const SMDiagnostic &Diagnostic,
1064 const SMDiagnostic &getSMDiag() const { return Diagnostic; }
  /src/external/apache2/llvm/dist/llvm/tools/llvm-as-fuzzer/
llvm-as-fuzzer.cpp 54 SMDiagnostic Err;
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/MIRParser/
MIRParser.cpp 74 void reportDiagnostic(const SMDiagnostic &Diag);
90 bool error(const SMDiagnostic &Error, SMRange SourceRange);
155 SMDiagnostic diagFromMIStringDiag(const SMDiagnostic &Error,
160 SMDiagnostic diagFromBlockStringDiag(const SMDiagnostic &Error,
171 static void handleYAMLDiag(const SMDiagnostic &Diag, void *Context) {
189 DS_Error, SMDiagnostic(Filename, SourceMgr::DK_Error, Message.str())));
199 bool MIRParserImpl::error(const SMDiagnostic &Error, SMRange SourceRange) {
205 void MIRParserImpl::reportDiagnostic(const SMDiagnostic &Diag)
    [all...]
  /src/external/apache2/llvm/dist/llvm/lib/IR/
DiagnosticPrinter.cpp 111 operator<<(const SMDiagnostic &Diag) {
112 // We don't have to print the SMDiagnostic kind, as the diagnostic severity
  /src/external/apache2/llvm/dist/llvm/lib/Target/WebAssembly/
WebAssemblyTargetMachine.h 58 SMDiagnostic &Error,
  /src/external/apache2/llvm/dist/llvm/tools/llvm-split/
llvm-split.cpp 44 SMDiagnostic Err;
  /src/external/apache2/llvm/dist/llvm/examples/OrcV2Examples/LLJITWithGDBRegistrationListener/
LLJITWithGDBRegistrationListener.cpp 99 SMDiagnostic Err;
  /src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
AArch64TargetMachine.h 57 SMDiagnostic &Error,
  /src/external/apache2/llvm/dist/llvm/tools/llvm-cat/
llvm-cat.cpp 74 SMDiagnostic Err;
  /src/external/apache2/llvm/dist/llvm/tools/llvm-diff/
llvm-diff.cpp 34 SMDiagnostic Diag;
  /src/external/apache2/llvm/dist/llvm/lib/Support/
SourceMgr.cpp 197 // multiple functions, some in SourceMgr and some in SMDiagnostic. A better
262 SMDiagnostic SourceMgr::GetMessage(SMLoc Loc, SourceMgr::DiagKind Kind,
319 return SMDiagnostic(*this, Loc, BufferID, LineAndCol.first,
324 void SourceMgr::PrintMessage(raw_ostream &OS, const SMDiagnostic &Diagnostic,
364 // SMDiagnostic Implementation
367 SMDiagnostic::SMDiagnostic(const SourceMgr &sm, SMLoc L, StringRef FN, int Line,
473 void SMDiagnostic::print(const char *ProgName, raw_ostream &OS, bool ShowColors,
  /src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
AMDGPUTargetMachine.h 120 SMDiagnostic &Error,
  /src/external/apache2/llvm/dist/llvm/tools/llvm-reduce/
llvm-reduce.cpp 74 SMDiagnostic Err;
  /src/external/apache2/llvm/dist/clang/tools/clang-fuzzer/handle-llvm/
handle_llvm.cpp 98 SMDiagnostic Err;
155 SMDiagnostic Err;

Completed in 38 milliseconds

1 2 3