HomeSort by relevance Sort by last modified time
    Searched defs:LocTy (Results 1 - 4 of 4) sorted by null

  /external/llvm/lib/AsmParser/
LLLexer.h 53 typedef SMLoc LocTy;
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;
LLParser.h 60 LLLexer::LocTy Loc;
89 typedef LLLexer::LocTy LocTy;
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 L, const Twine &Msg) const
    [all...]
  /external/swiftshader/third_party/LLVM/lib/AsmParser/
LLLexer.h 55 typedef SMLoc LocTy;
56 LocTy getLoc() const { return SMLoc::getFromPointer(TokStart); }
65 bool Error(LocTy L, const Twine &Msg) const;
LLParser.h 58 LLLexer::LocTy Loc;
86 typedef LLLexer::LocTy LocTy;
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 Loc)
    [all...]

Completed in 273 milliseconds