Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DMachineFunction.cpp728 ArrayRef<const GlobalValue *> TyInfo) { in addCatchTypeInfo() argument
730 for (unsigned N = TyInfo.size(); N; --N) in addCatchTypeInfo()
731 LP.TypeIds.push_back(getTypeIDFor(TyInfo[N - 1])); in addCatchTypeInfo()
735 ArrayRef<const GlobalValue *> TyInfo) { in addFilterTypeInfo() argument
737 std::vector<unsigned> IdsInFilter(TyInfo.size()); in addFilterTypeInfo()
738 for (unsigned I = 0, E = TyInfo.size(); I != E; ++I) in addFilterTypeInfo()
739 IdsInFilter[I] = getTypeIDFor(TyInfo[I]); in addFilterTypeInfo()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DMachineFunction.h884 ArrayRef<const GlobalValue *> TyInfo);
888 ArrayRef<const GlobalValue *> TyInfo);