Searched refs:prebuiltLibraryInterface (Results 1 – 2 of 2) sorted by relevance
71 type prebuiltLibraryInterface interface { interface83 var _ prebuiltLibraryInterface = (*prebuiltLibraryLinker)(nil)
1955 _, ccPrebuilt = m.linker.(prebuiltLibraryInterface)1958 library := mctx.Module().(*Module).linker.(prebuiltLibraryInterface)1971 static.linker.(prebuiltLibraryInterface).setStatic()1972 shared.linker.(prebuiltLibraryInterface).setShared()1981 static.linker.(prebuiltLibraryInterface).disablePrebuilt()1984 shared.linker.(prebuiltLibraryInterface).disablePrebuilt()