HomeSort by relevance Sort by last modified time
    Searched refs:ParseTypeAndValue (Results 1 - 2 of 2) sorted by null

  /external/llvm/lib/AsmParser/
LLParser.h 317 bool ParseTypeAndValue(Value *&V, PerFunctionState *PFS);
318 bool ParseTypeAndValue(Value *&V, PerFunctionState &PFS) {
319 return ParseTypeAndValue(V, &PFS);
321 bool ParseTypeAndValue(Value *&V, LocTy &Loc, PerFunctionState &PFS) {
323 return ParseTypeAndValue(V, PFS);
LLParser.cpp     [all...]

Completed in 85 milliseconds