Home
last modified time | relevance | path

Searched defs:ArchType (Results 1 – 2 of 2) sorted by relevance

/build/soong/common/
Darch.go276 func RegisterArchFeatures(arch ArchType, variant string, features ...string) {
299 ArchType ArchType member
317 type ArchType struct { struct
318 Name string
319 Multilib string
329 func (a ArchType) String() string {
/build/soong/cc/
Dtoolchain.go36 func registerDeviceToolchainFactory(arch common.ArchType, factory toolchainFactory) {
40 func registerHostToolchainFactory(ht common.HostType, arch common.ArchType, factory toolchainFactor…