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

  /external/llvm/lib/IR/
Function.cpp 704 ArrayRef<IITDescriptor> TableRef = Table;
705 Type *ResultTy = DecodeFixedType(TableRef, Tys, Context);
708 while (!TableRef.empty())
709 ArgTys.push_back(DecodeFixedType(TableRef, Tys, Context));
Verifier.cpp     [all...]

Completed in 70 milliseconds