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;
LLParser.h 60 LLLexer::LocTy Loc;
88 typedef LLLexer::LocTy LocTy;
112 StringMap<std::pair<Type*, LocTy> > NamedTypes;
113 std::vector<std::pair<Type*, LocTy> > NumberedTypes;
116 std::map<unsigned, std::pair<TrackingVH<MDNode>, LocTy> > ForwardRefMDNodes;
119 std::map<std::string, std::pair<GlobalValue*, LocTy> > ForwardRefVals;
120 std::map<unsigned, std::pair<GlobalValue*, LocTy> > ForwardRefValIDs;
142 bool Error(LocTy L, const Twine &Msg) const {
152 GlobalValue *GetGlobalVal(const std::string &N, Type *Ty, LocTy Loc)
    [all...]

Completed in 23 milliseconds