reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

lib/AsmParser/LLParser.cpp
 5140     if (!PFS) return Error(ID.Loc, "invalid use of function-local name");
 5141     V = PFS->GetVal(ID.UIntVal, Ty, ID.Loc, IsCall);
 5144     if (!PFS) return Error(ID.Loc, "invalid use of function-local name");
 5145     V = PFS->GetVal(ID.StrVal, Ty, ID.Loc, IsCall);