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 822 ArrayRef<IITDescriptor> TableRef = Table;
823 Type *ResultTy = DecodeFixedType(TableRef, Tys, Context);
826 while (!TableRef.empty())
827 ArgTys.push_back(DecodeFixedType(TableRef, Tys, Context));
    [all...]
Verifier.cpp     [all...]

Completed in 144 milliseconds