Home
last modified time | relevance | path

Searched refs:FuncSigExtendedType (Results 1 – 1 of 1) sorted by relevance

/external/swiftshader/third_party/subzero/src/
DPNaClTranslator.cpp143 class FuncSigExtendedType : public ExtendedType { class
144 FuncSigExtendedType() = delete;
145 FuncSigExtendedType(const FuncSigExtendedType &) = delete;
146 FuncSigExtendedType &operator=(const FuncSigExtendedType &) = delete;
297 return cast<FuncSigExtendedType>(Ty)->getSignature(); in getFuncSigTypeByID()
1004 auto *FuncTy = cast<FuncSigExtendedType>(Ty); in ProcessRecord()