Searched refs:LocTy (Results 1 - 8 of 8) sorted by relevance

/external/swiftshader/third_party/LLVM/lib/AsmParser/
H A DLLParser.h58 LLLexer::LocTy Loc;
86 typedef LLLexer::LocTy LocTy; typedef in class:llvm::LLParser
110 StringMap<std::pair<Type*, LocTy> > NamedTypes;
111 std::vector<std::pair<Type*, LocTy> > NumberedTypes;
114 std::map<unsigned, std::pair<TrackingVH<MDNode>, LocTy> > ForwardRefMDNodes;
117 std::map<std::string, std::pair<GlobalValue*, LocTy> > ForwardRefVals;
118 std::map<unsigned, std::pair<GlobalValue*, LocTy> > ForwardRefValIDs;
136 bool Error(LocTy L, const Twine &Msg) const {
146 GlobalValue *GetGlobalVal(const std::string &N, Type *Ty, LocTy Lo
[all...]
H A DLLLexer.h55 typedef SMLoc LocTy; typedef in class:llvm::LLLexer
56 LocTy getLoc() const { return SMLoc::getFromPointer(TokStart); }
65 bool Error(LocTy L, const Twine &Msg) const;
H A DLLParser.cpp97 for (StringMap<std::pair<Type*, LocTy> >::iterator I =
299 LocTy TypeLoc = Lex.getLoc();
315 std::pair<Type*, LocTy> &Entry = NumberedTypes[TypeID];
330 LocTy NameLoc = Lex.getLoc();
342 std::pair<Type*, LocTy> &Entry = NamedTypes[Name];
398 LocTy NameLoc = Lex.getLoc();
427 LocTy NameLoc = Lex.getLoc();
524 LocTy TyLoc;
539 std::map<unsigned, std::pair<TrackingVH<MDNode>, LocTy> >::iterator
569 bool LLParser::ParseAlias(const std::string &Name, LocTy NameLo
[all...]
H A DLLLexer.cpp31 bool LLLexer::Error(LocTy ErrorLoc, const Twine &Msg) const {
/external/llvm/lib/AsmParser/
H A DLLParser.h60 LLLexer::LocTy Loc;
89 typedef LLLexer::LocTy LocTy; typedef in class:llvm::LLParser
115 StringMap<std::pair<Type*, LocTy> > NamedTypes;
116 std::map<unsigned, std::pair<Type*, LocTy> > NumberedTypes;
119 std::map<unsigned, std::pair<TempMDTuple, LocTy>> ForwardRefMDNodes;
122 std::map<std::string, std::pair<GlobalValue*, LocTy> > ForwardRefVals;
123 std::map<unsigned, std::pair<GlobalValue*, LocTy> > ForwardRefValIDs;
127 std::map<std::string, LocTy> ForwardRefComdats;
158 bool Error(LocTy
[all...]
H A DLLLexer.h53 typedef SMLoc LocTy; typedef in class:llvm::LLLexer
54 LocTy getLoc() const { return SMLoc::getFromPointer(TokStart); }
63 bool Error(LocTy L, const Twine &Msg) const;
66 void Warning(LocTy WarningLoc, const Twine &Msg) const;
H A DLLParser.cpp97 std::make_pair(I.getKey(), std::make_pair(I.second, LocTy())));
100 std::make_pair(I.first, std::make_pair(I.second, LocTy())));
176 for (StringMap<std::pair<Type*, LocTy> >::iterator I =
356 LocTy TypeLoc = Lex.getLoc();
369 std::pair<Type*, LocTy> &Entry = NumberedTypes[TypeID];
384 LocTy NameLoc = Lex.getLoc();
396 std::pair<Type*, LocTy> &Entry = NamedTypes[Name];
479 LocTy NameLoc = Lex.getLoc();
514 LocTy NameLoc = Lex.getLoc();
538 LocTy NameLo
[all...]
H A DLLLexer.cpp32 bool LLLexer::Error(LocTy ErrorLoc, const Twine &Msg) const {
37 void LLLexer::Warning(LocTy WarningLoc, const Twine &Msg) const {

Completed in 4960 milliseconds