Searched refs:prebuiltLibraryInterface (Results 1 – 2 of 2) sorted by relevance
68 type prebuiltLibraryInterface interface { interface80 var _ prebuiltLibraryInterface = (*prebuiltLibraryLinker)(nil)
1456 _, cc_prebuilt = m.linker.(prebuiltLibraryInterface)1459 library := mctx.Module().(*Module).linker.(prebuiltLibraryInterface)1470 static.linker.(prebuiltLibraryInterface).setStatic()1471 shared.linker.(prebuiltLibraryInterface).setShared()1474 static.linker.(prebuiltLibraryInterface).disablePrebuilt()1477 shared.linker.(prebuiltLibraryInterface).disablePrebuilt()