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

  /external/llvm/lib/TableGen/
Error.cpp 24 static void PrintMessage(ArrayRef<SMLoc> Loc, SourceMgr::DiagKind Kind,
29 SrcMgr.PrintMessage(Loc.front(), Kind, Msg);
31 SrcMgr.PrintMessage(Loc[i], SourceMgr::DK_Note,
36 PrintMessage(WarningLoc, SourceMgr::DK_Warning, Msg);
40 SrcMgr.PrintMessage(SMLoc::getFromPointer(Loc), SourceMgr::DK_Warning, Msg);
48 PrintMessage(ErrorLoc, SourceMgr::DK_Error, Msg);
52 SrcMgr.PrintMessage(SMLoc::getFromPointer(Loc), SourceMgr::DK_Error, Msg);
  /external/llvm/tools/llvm-mc/
Disassembler.cpp 70 SM.PrintMessage(SMLoc::getFromPointer(Bytes[Index].second),
78 SM.PrintMessage(SMLoc::getFromPointer(Bytes[Index].second),
125 SM.PrintMessage(SMLoc::getFromPointer(Value.data()), SourceMgr::DK_Error,
llvm-mc.cpp 256 SrcMgr.PrintMessage(Lexer.getLoc(), SourceMgr::DK_Warning,
  /external/llvm/utils/FileCheck/
FileCheck.cpp 144 SM.PrintMessage(PatternLoc, SourceMgr::DK_Error,
170 SM.PrintMessage(SMLoc::getFromPointer(PatternStr.data()),
202 SM.PrintMessage(SMLoc::getFromPointer(PatternStr.data()),
216 SM.PrintMessage(SMLoc::getFromPointer(Name.data()), SourceMgr::DK_Error,
228 SM.PrintMessage(SMLoc::getFromPointer(Name.data()),
238 SM.PrintMessage(SMLoc::getFromPointer(Name.data()+i),
246 SM.PrintMessage(SMLoc::getFromPointer(Name.data()), SourceMgr::DK_Error,
258 SM.PrintMessage(SMLoc::getFromPointer(Name.data()),
324 SM.PrintMessage(SMLoc::getFromPointer(RS.data()), SourceMgr::DK_Error,
485 SM.PrintMessage(SMLoc::getFromPointer(Buffer.data()), SourceMgr::DK_Note
    [all...]
  /external/clang/utils/TableGen/
ClangCommentHTMLNamedCharacterReferenceEmitter.cpp 63 SrcMgr.PrintMessage(Tag.getLoc().front(),
ClangDiagnosticsEmitter.cpp 244 SrcMgr.PrintMessage(NextDiagGroup->getLoc().front(),
251 SrcMgr.PrintMessage((*I)->ExplicitDef->getLoc().front(),
266 SrcMgr.PrintMessage(NextDiagGroup->getLoc().front(),
275 SrcMgr.PrintMessage(GroupInit->getDef()->getLoc().front(),
  /external/llvm/tools/llvm-mcmarkup/
llvm-mcmarkup.cpp 85 SM.PrintMessage(Loc, SourceMgr::DK_Error, Msg);
202 SrcMgr.PrintMessage(Tag.getLoc(), SourceMgr::DK_Error,
  /external/protobuf/src/google/protobuf/compiler/python/
python_generator.h 97 void PrintMessage(const Descriptor& message_descriptor) const;
python_generator.cc 609 PrintMessage(*file_->message_type(i));
621 void Generator::PrintMessage(
642 // Mutually recursive with PrintMessage().
647 PrintMessage(*containing_descriptor.nested_type(i));
    [all...]
  /external/protobuf/python/google/protobuf/
text_format.py 42 __all__ = [ 'MessageToString', 'PrintMessage', 'PrintField',
58 PrintMessage(message, out)
64 def PrintMessage(message, out, indent = 0):
109 PrintMessage(value, out, indent + 2)
  /external/llvm/include/llvm/Support/
SourceMgr.h 45 /// handler. It gets called each time PrintMessage is invoked.
82 /// PrintMessage is called. Ctx is passed into the handler when it is invoked.
142 /// PrintMessage - Emit a message about the specified location with the
147 void PrintMessage(SMLoc Loc, DiagKind Kind, const Twine &Msg,
  /external/llvm/lib/MC/
MCContext.cpp 383 SrcMgr->PrintMessage(Loc, SourceMgr::DK_Error, Msg);
  /external/llvm/lib/Support/
SourceMgr.cpp 214 void SourceMgr::PrintMessage(SMLoc Loc, SourceMgr::DiagKind Kind,
YAMLParser.cpp 264 SM.PrintMessage(Loc, Kind, Message, Ranges);
    [all...]
  /external/llvm/lib/MC/MCParser/
AsmParser.cpp 287 void PrintMessage(SMLoc Loc, SourceMgr::DiagKind Kind, const Twine &Msg,
289 SrcMgr.PrintMessage(Loc, Kind, Msg, Ranges);
515 PrintMessage((*it)->InstantiationLoc, SourceMgr::DK_Note,
522 PrintMessage(L, SourceMgr::DK_Warning, Msg, Ranges);
529 PrintMessage(L, SourceMgr::DK_Error, Msg, Ranges);
653 PrintMessage(getLexer().getLoc(), SourceMgr::DK_Error,
    [all...]

Completed in 1227 milliseconds