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

  /external/llvm/lib/VMCore/
Function.cpp 585 ArrayRef<IITDescriptor> TableRef = Table;
586 Type *ResultTy = DecodeFixedType(TableRef, Tys, Context);
589 while (!TableRef.empty())
590 ArgTys.push_back(DecodeFixedType(TableRef, Tys, Context));
Verifier.cpp     [all...]

Completed in 25 milliseconds