Searched refs:ShowLine (Results 1 – 3 of 3) sorted by relevance
/external/swiftshader/third_party/LLVM/include/llvm/Support/ |
D | SourceMgr.h | 131 bool ShowLine = true) const; 142 bool ShowLine = true) const; 162 unsigned ShowLine : 1; variable 166 SMDiagnostic() : SM(0), LineNo(0), ColumnNo(0), ShowLine(0) {} in SMDiagnostic() 170 Message(Msg), ShowLine(false) {} in SMDiagnostic() 178 LineContents(LineStr), ShowLine(showline) {} 187 bool getShowLine() const { return ShowLine; } in getShowLine()
|
/external/swiftshader/third_party/LLVM/lib/Support/ |
D | SourceMgr.cpp | 144 const char *Type, bool ShowLine) const { in GetMessage() 160 if (ShowLine) { in GetMessage() 178 LineStr, ShowLine); in GetMessage() 182 const char *Type, bool ShowLine) const { in PrintMessage() 185 DiagHandler(GetMessage(Loc, Msg, Type, ShowLine), DiagContext); in PrintMessage() 195 GetMessage(Loc, Msg, Type, ShowLine).Print(0, OS); in PrintMessage() 222 if (LineNo != -1 && ColumnNo != -1 && ShowLine) { in Print()
|
/external/swiftshader/third_party/LLVM/lib/MC/MCParser/ |
D | AsmParser.cpp | 175 bool ShowLine = true) const { in PrintMessage() argument 176 SrcMgr.PrintMessage(Loc, Msg, Type, ShowLine); in PrintMessage()
|