Searched refs:GetVal (Results 1 – 2 of 2) sorted by relevance
| /freebsd-12.1/contrib/llvm/lib/AsmParser/ |
| H A D | LLParser.h | 432 Value *GetVal(const std::string &Name, Type *Ty, LocTy Loc, bool IsCall); 433 Value *GetVal(unsigned ID, Type *Ty, LocTy Loc, bool IsCall);
|
| H A D | LLParser.cpp | 2772 Value *LLParser::PerFunctionState::GetVal(const std::string &Name, Type *Ty, in GetVal() function in LLParser::PerFunctionState 2807 Value *LLParser::PerFunctionState::GetVal(unsigned ID, Type *Ty, LocTy Loc, in GetVal() function in LLParser::PerFunctionState 2907 GetVal(Name, Type::getLabelTy(F.getContext()), Loc, /*IsCall=*/false)); in GetBB() 2912 GetVal(ID, Type::getLabelTy(F.getContext()), Loc, /*IsCall=*/false)); in GetBB() 5005 V = PFS->GetVal(ID.UIntVal, Ty, ID.Loc, IsCall); in ConvertValIDToValue() 5009 V = PFS->GetVal(ID.StrVal, Ty, ID.Loc, IsCall); in ConvertValIDToValue()
|