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

  /external/llvm/lib/AsmParser/
LLLexer.h 54 typedef SMLoc LocTy;
55 LocTy getLoc() const { return SMLoc::getFromPointer(TokStart); }
64 bool Error(LocTy L, const Twine &Msg) const;
67 void Warning(LocTy WarningLoc, const Twine &Msg) const;
LLParser.h 61 LLLexer::LocTy Loc;
89 typedef LLLexer::LocTy LocTy;
115 StringMap<std::pair<Type*, LocTy> > NamedTypes;
116 std::vector<std::pair<Type*, LocTy> > NumberedTypes;
119 std::map<unsigned, std::pair<TrackingVH<MDNode>, 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;
148 bool Error(LocTy L, const Twine &Msg) const
    [all...]

Completed in 309 milliseconds