Searched refs:prebuiltLibraryInterface (Results 1 – 2 of 2) sorted by relevance
56 type prebuiltLibraryInterface interface { interface68 var _ prebuiltLibraryInterface = (*prebuiltLibraryLinker)(nil)
1086 case prebuiltLibraryInterface:1094 static.linker.(prebuiltLibraryInterface).setStatic()1095 shared.linker.(prebuiltLibraryInterface).setShared()1098 static.linker.(prebuiltLibraryInterface).disablePrebuilt()1101 shared.linker.(prebuiltLibraryInterface).disablePrebuilt()