Home
last modified time | relevance | path

Searched defs:CppHashInfoTy (Results 1 – 2 of 2) sorted by relevance

/external/swiftshader/third_party/llvm-10.0/llvm/lib/MC/MCParser/
DAsmParser.cpp157 struct CppHashInfoTy { struct in __anonc65ecf320111::AsmParser
158 StringRef Filename;
159 int64_t LineNumber;
160 SMLoc Loc;
161 unsigned Buf;
162 CppHashInfoTy() : Filename(), LineNumber(0), Loc(), Buf(0) {} in CppHashInfoTy() function
/external/llvm/lib/MC/MCParser/
DAsmParser.cpp157 struct CppHashInfoTy { struct in __anone16e2b900111::AsmParser
158 StringRef Filename;
159 int64_t LineNumber = 0;
160 SMLoc Loc;
161 unsigned Buf = 0;