Searched refs:StartBuf (Results 1 – 4 of 4) sorted by relevance
/external/swiftshader/third_party/LLVM/lib/AsmParser/ |
D | LLLexer.h | 47 explicit LLLexer(MemoryBuffer *StartBuf, SourceMgr &SM, SMDiagnostic &,
|
D | LLLexer.cpp | 188 LLLexer::LLLexer(MemoryBuffer *StartBuf, SourceMgr &sm, SMDiagnostic &Err, in LLLexer() argument 190 : CurBuf(StartBuf), ErrorInfo(Err), SM(sm), Context(C), APFloatVal(0.0) { in LLLexer()
|
/external/llvm/lib/AsmParser/ |
D | LLLexer.h | 46 explicit LLLexer(StringRef StartBuf, SourceMgr &SM, SMDiagnostic &,
|
D | LLLexer.cpp | 166 LLLexer::LLLexer(StringRef StartBuf, SourceMgr &sm, SMDiagnostic &Err, in LLLexer() argument 168 : CurBuf(StartBuf), ErrorInfo(Err), SM(sm), Context(C), APFloatVal(0.0) { in LLLexer()
|