Home
last modified time | relevance | path

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

/build/soong/android/
Darch.go467 func RegisterDefaultArchVariantFeatures(os OsType, arch ArchType, features ...string) {
484 ArchType ArchType member
502 type ArchType struct { struct
503 Name string
504 Field string
505 Multilib string
522 func (a ArchType) String() string {
528 func (a ArchType) MarshalText() ([]byte, error) {
534 func (a *ArchType) UnmarshalText(text []byte) error {
942 func filterToArch(targets []Target, arch ArchType) []Target {
/build/soong/cc/
Dsnapshot_utils.go44 func snapshotMapKey(name string, arch android.ArchType) string {
/build/soong/rust/config/
Dtoolchain.go117 func registerToolchainFactory(os android.OsType, arch android.ArchType, factory toolchainFactory) {
/build/soong/dexpreopt/
Ddexpreopt.go546 func PathToLocation(path android.Path, arch android.ArchType) string {
/build/soong/cc/config/
Dtoolchain.go28 func registerToolchainFactory(os android.OsType, arch android.ArchType, factory toolchainFactory) {
/build/soong/sdk/
Dupdate.go840 func (m multilibUsage) addArchType(archType android.ArchType) multilibUsage {
1058 func newArchSpecificInfo(ctx android.SdkMemberContext, archType android.ArchType, variantProperties…