Lines Matching defs:Source
5 // This file is distributed under the University of Illinois Open Source
46 /// A wrapper struct around the 'MachineOperand' struct that includes a source
66 StringRef Source, CurrentSource;
90 StringRef Source);
130 bool parseIRConstant(StringRef::iterator Loc, StringRef Source,
133 bool parseIRType(StringRef::iterator Loc, StringRef Source, unsigned &Read,
258 StringRef Source)
259 : MF(PFS.MF), Error(Error), Source(Source), CurrentSource(Source), PFS(PFS)
272 assert(Loc >= Source.data() && Loc <= (Source.data() + Source.size()));
275 // Create an ordinary diagnostic when the source manager's buffer is the
276 // source string.
282 Loc - Source.data(), SourceMgr::DK_Error, Msg.str(),
283 Source, None, None);
1009 auto Source = StringValue.str(); // The source has to be null terminated.
1011 C = parseConstantValue(Source.c_str(), Err, *MF.getFunction()->getParent(),
1027 auto Source = StringValue.str(); // The source has to be null terminated.
1029 Ty = parseTypeAtBeginning(Source.c_str(), Read, Err,
1731 llvm_unreachable("The current token should be pseudo source value");