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 339 bool ParseTypeAndValue(Value *&V, PerFunctionState *PFS);
340 bool ParseTypeAndValue(Value *&V, PerFunctionState &PFS) {
341 return ParseTypeAndValue(V, &PFS);
343 bool ParseTypeAndValue(Value *&V, LocTy &Loc, PerFunctionState &PFS) {
345 return ParseTypeAndValue(V, PFS);
LLParser.cpp     [all...]

Completed in 49 milliseconds