Home
last modified time | relevance | path

Searched refs:CppHashInfo (Results 1 – 4 of 4) sorted by relevance

/external/llvm/lib/MC/MCParser/
DAsmParser.cpp163 CppHashInfoTy CppHashInfo; member in __anon1f5d94b20111::AsmParser
563 MacrosEnabledFlag(true), HadError(false), CppHashInfo(), in AsmParser()
785 CppHashInfo = std::get<1>(LocSym); in Run()
998 DirLabels.push_back(std::make_tuple(Loc, CppHashInfo, Sym)); in parsePrimaryExpr()
1887 if (CppHashInfo.Filename.size()) { in parseStatement()
1889 0, StringRef(), CppHashInfo.Filename); in parseStatement()
1896 if (LastQueryIDLoc == CppHashInfo.Loc && in parseStatement()
1897 LastQueryBuffer == CppHashInfo.Buf) in parseStatement()
1901 SrcMgr.FindLineNumber(CppHashInfo.Loc, CppHashInfo.Buf); in parseStatement()
1903 LastQueryIDLoc = CppHashInfo.Loc; in parseStatement()
[all …]
/external/swiftshader/third_party/llvm-10.0/llvm/lib/MC/MCParser/
DAsmParser.cpp164 CppHashInfoTy CppHashInfo; member in __anonc5bb10d40111::AsmParser
983 CppHashInfo = std::get<1>(LocSym); in Run()
1207 DirLabels.push_back(std::make_tuple(Loc, CppHashInfo, Sym)); in parsePrimaryExpr()
2251 if (!CppHashInfo.Filename.empty()) { in parseStatement()
2253 0, StringRef(), CppHashInfo.Filename); in parseStatement()
2257 SrcMgr.FindLineNumber(CppHashInfo.Loc, CppHashInfo.Buf); in parseStatement()
2258 Line = CppHashInfo.LineNumber - 1 + (Line - CppHashLocLineNo); in parseStatement()
2316 CppHashInfo.Loc = L; in parseCppHashLineFilenameComment()
2317 CppHashInfo.Filename = Filename; in parseCppHashLineFilenameComment()
2318 CppHashInfo.LineNumber = LineNumber; in parseCppHashLineFilenameComment()
[all …]
/external/llvm-project/llvm/lib/MC/MCParser/
DAsmParser.cpp163 CppHashInfoTy CppHashInfo; member in __anon20a52ce00111::AsmParser
988 CppHashInfo = std::get<1>(LocSym); in Run()
1213 DirLabels.push_back(std::make_tuple(Loc, CppHashInfo, Sym)); in parsePrimaryExpr()
2265 if (!CppHashInfo.Filename.empty()) { in parseStatement()
2267 0, StringRef(), CppHashInfo.Filename); in parseStatement()
2271 SrcMgr.FindLineNumber(CppHashInfo.Loc, CppHashInfo.Buf); in parseStatement()
2272 Line = CppHashInfo.LineNumber - 1 + (Line - CppHashLocLineNo); in parseStatement()
2333 CppHashInfo.Loc = L; in parseCppHashLineFilenameComment()
2334 CppHashInfo.Filename = Filename; in parseCppHashLineFilenameComment()
2335 CppHashInfo.LineNumber = LineNumber; in parseCppHashLineFilenameComment()
[all …]
DMasmParser.cpp420 CppHashInfoTy CppHashInfo; member in __anond7a80e8d0111::MasmParser
1313 CppHashInfo = std::get<1>(LocSym); in Run()
1614 DirLabels.push_back(std::make_tuple(Loc, CppHashInfo, Sym)); in parsePrimaryExpr()
2588 if (!CppHashInfo.Filename.empty()) { in parseStatement()
2590 0, StringRef(), CppHashInfo.Filename); in parseStatement()
2594 SrcMgr.FindLineNumber(CppHashInfo.Loc, CppHashInfo.Buf); in parseStatement()
2595 Line = CppHashInfo.LineNumber - 1 + (Line - CppHashLocLineNo); in parseStatement()
2653 CppHashInfo.Loc = L; in parseCppHashLineFilenameComment()
2654 CppHashInfo.Filename = Filename; in parseCppHashLineFilenameComment()
2655 CppHashInfo.LineNumber = LineNumber; in parseCppHashLineFilenameComment()
[all …]