Searched defs:ArchType (Results 1 – 2 of 2) sorted by relevance
276 func RegisterArchFeatures(arch ArchType, variant string, features ...string) {299 ArchType ArchType member317 type ArchType struct { struct318 Name string319 Multilib string329 func (a ArchType) String() string {
36 func registerDeviceToolchainFactory(arch common.ArchType, factory toolchainFactory) {40 func registerHostToolchainFactory(ht common.HostType, arch common.ArchType, factory toolchainFactor…