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 59 LLLexer::LocTy Loc;
87 typedef LLLexer::LocTy LocTy;
111 StringMap<std::pair<Type*, LocTy> > NamedTypes;
112 std::vector<std::pair<Type*, LocTy> > NumberedTypes;
115 std::map<unsigned, std::pair<TrackingVH<MDNode>, LocTy> > ForwardRefMDNodes;
118 std::map<std::string, std::pair<GlobalValue*, LocTy> > ForwardRefVals;
119 std::map<unsigned, std::pair<GlobalValue*, LocTy> > ForwardRefValIDs;
137 bool Error(LocTy L, const Twine &Msg) const {
147 GlobalValue *GetGlobalVal(const std::string &N, Type *Ty, LocTy Loc)
    [all...]

Completed in 19 milliseconds