• Home
  • Raw
  • Download

Lines Matching refs:LocTy

60     LLLexer::LocTy Loc;
89 typedef LLLexer::LocTy LocTy; typedef
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 { in Error()
172 GlobalValue *GetGlobalVal(const std::string &N, Type *Ty, LocTy Loc);
173 GlobalValue *GetGlobalVal(unsigned ID, Type *Ty, LocTy Loc);
177 Comdat *getComdat(const std::string &N, LocTy Loc);
202 LocTy *Loc = nullptr) {
215 bool ParseUInt32(unsigned &Val, LocTy &Loc) { in ParseUInt32()
220 bool ParseUInt64(uint64_t &Val, LocTy &Loc) { in ParseUInt64()
273 bool ParseGlobal(const std::string &Name, LocTy Loc, unsigned Linkage,
278 bool parseIndirectSymbol(const std::string &Name, LocTy Loc,
291 bool inAttrGrp, LocTy &BuiltinLoc);
298 bool ParseType(Type *&Result, const Twine &Msg, LocTy &Loc,
303 bool ParseType(Type *&Result, LocTy &Loc, bool AllowVoid = false) {
310 std::pair<Type*, LocTy> &Entry,
320 std::map<std::string, std::pair<Value*, LocTy> > ForwardRefVals;
321 std::map<unsigned, std::pair<Value*, LocTy> > ForwardRefValIDs;
338 Value *GetVal(const std::string &Name, Type *Ty, LocTy Loc);
339 Value *GetVal(unsigned ID, Type *Ty, LocTy Loc);
343 bool SetInstName(int NameID, const std::string &NameStr, LocTy NameLoc,
349 BasicBlock *GetBB(const std::string &Name, LocTy Loc);
350 BasicBlock *GetBB(unsigned ID, LocTy Loc);
355 BasicBlock *DefineBB(const std::string &Name, LocTy Loc);
369 bool ParseValue(Type *Ty, Value *&V, LocTy &Loc, in ParseValue()
379 bool ParseTypeAndValue(Value *&V, LocTy &Loc, PerFunctionState &PFS) { in ParseTypeAndValue()
383 bool ParseTypeAndBasicBlock(BasicBlock *&BB, LocTy &Loc,
386 LocTy Loc; in ParseTypeAndBasicBlock()
392 LocTy Loc;
395 ParamInfo(LocTy loc, Value *v, AttributeSet attrs) in ParamInfo()
430 bool ParseMDField(LocTy Loc, StringRef Name, FieldTy &Result);
435 bool ParseMDFieldsImpl(ParserTy parseField, LocTy &ClosingLoc);
444 LocTy Loc;
448 ArgInfo(LocTy L, Type *ty, AttributeSet Attr, const std::string &N) in ArgInfo()