Home
last modified time | relevance | path

Searched refs:ParseTypeAndValue (Results 1 – 2 of 2) sorted by relevance

/external/llvm/lib/AsmParser/
DLLParser.h369 bool ParseTypeAndValue(Value *&V, PerFunctionState *PFS);
370 bool ParseTypeAndValue(Value *&V, PerFunctionState &PFS) { in ParseTypeAndValue() function
371 return ParseTypeAndValue(V, &PFS); in ParseTypeAndValue()
373 bool ParseTypeAndValue(Value *&V, LocTy &Loc, PerFunctionState &PFS) { in ParseTypeAndValue() function
375 return ParseTypeAndValue(V, PFS); in ParseTypeAndValue()
DLLParser.cpp4304 bool LLParser::ParseTypeAndValue(Value *&V, PerFunctionState *PFS) { in ParseTypeAndValue() function in LLParser
4314 if (ParseTypeAndValue(V, PFS)) return true; in ParseTypeAndBasicBlock()
4913 if (ParseTypeAndValue(Op0, Loc, PFS)) return true; in ParseBr()
4942 if (ParseTypeAndValue(Cond, CondLoc, PFS) || in ParseSwitch()
4958 if (ParseTypeAndValue(Constant, CondLoc, PFS) || in ParseSwitch()
4986 if (ParseTypeAndValue(Address, AddrLoc, PFS) || in ParseIndirectBr()
5131 if (ParseTypeAndValue(Exn, ExnLoc, PFS)) in ParseResume()
5328 if (ParseTypeAndValue(LHS, Loc, PFS) || in ParseArithmetic()
5356 if (ParseTypeAndValue(LHS, Loc, PFS) || in ParseLogical()
5379 ParseTypeAndValue(LHS, Loc, PFS) || in ParseCompare()
[all …]