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

Declarations

lib/AsmParser/LLParser.h
  434       Value *GetVal(const std::string &Name, Type *Ty, LocTy Loc, bool IsCall);

References

lib/AsmParser/LLParser.cpp
 3009       GetVal(Name, Type::getLabelTy(F.getContext()), Loc, /*IsCall=*/false));
 5145     V = PFS->GetVal(ID.StrVal, Ty, ID.Loc, IsCall);