Home
last modified time | relevance | path

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

/aosp12/build/soong/cc/
H A Dsnapshot_utils.go84 func snapshotMapKey(name string, arch android.ArchType) string {
90 func (s *snapshotMap) add(name string, arch android.ArchType, snapshot string) {
96 func (s *snapshotMap) get(name string, arch android.ArchType) (snapshot string, found bool) {
H A Dapi_level.go24 arch android.ArchType) android.ApiLevel {
/aosp12/build/soong/android/
H A Dbazel_handler.go130 func (m MockBazelContext) GetOutputFiles(label string, archType ArchType) ([]string, bool) {
135 func (m MockBazelContext) GetCcInfo(label string, archType ArchType) (cquery.CcInfo, bool, error) {
156 func (bazelCtx *bazelContext) GetOutputFiles(label string, archType ArchType) ([]string, bool) {
166 func (bazelCtx *bazelContext) GetCcInfo(label string, archType ArchType) (cquery.CcInfo, bool, erro…
177 func (n noopBazelContext) GetOutputFiles(label string, archType ArchType) ([]string, bool) {
181 func (n noopBazelContext) GetCcInfo(label string, archType ArchType) (cquery.CcInfo, bool, error) {
185 func (n noopBazelContext) GetPrebuiltCcStaticLibraryFiles(label string, archType ArchType) ([]strin…
274 archType ArchType) (string, bool) {
H A Darch.go94 ArchType ArchType member
125 type ArchType struct { struct
127 Name string
130 Field string
133 Multilib string
260 func newOsType(name string, class OsClass, defDisabled bool, archTypes ...ArchType) OsType {
769 func filterToArch(targets []Target, archs ...ArchType) []Target {
1189 func getArchTypeStruct(ctx ArchVariantContext, archProperties interface{}, archType ArchType) refle…
1204 func getMultilibStruct(ctx ArchVariantContext, archProperties interface{}, archType ArchType) refle…
1729 func (m *ModuleBase) getArchPropertySet(propertySet interface{}, archType ArchType) interface{} {
[all …]
H A Darch_list.go398 func RegisterDefaultArchVariantFeatures(os OsType, arch ArchType, features ...string) {
H A Dpackaging.go122 func (p *PackagingBase) getDepsForArch(ctx BaseModuleContext, arch ArchType) []string {
H A Dconfig.go1027 func (c *config) HasMultilibConflict(arch ArchType) bool {
H A Dpaths.go1614 func pathForInstall(ctx PathContext, os OsType, arch ArchType, partition string, debug bool,
/aosp12/build/soong/dexpreopt/
H A Ddexpreopt.go501 func PathToLocation(path android.Path, arch android.ArchType) string {
506 func PathStringToLocation(path string, arch android.ArchType) string {
/aosp12/system/extras/simpleperf/
H A Dperf_regs.h40 enum ArchType { enum
/aosp12/build/soong/rust/config/
H A Dtoolchain.go153 func registerToolchainFactory(os android.OsType, arch android.ArchType, factory toolchainFactory) {
/aosp12/build/soong/cc/config/
H A Dtoolchain.go28 func registerToolchainFactory(os android.OsType, arch android.ArchType, factory toolchainFactory) {
/aosp12/build/soong/java/
H A Dbootclasspath_fragment.go964 func createBootImageTag(arch android.ArchType, baseName string) string {
991 func apexRootRelativePathToBootImageFile(arch android.ArchType, base string) string {
/aosp12/build/soong/sdk/
H A Dupdate.go1199 func (m multilibUsage) addArchType(archType android.ArchType) multilibUsage {
1421 func newArchSpecificInfo(ctx android.SdkMemberContext, archType android.ArchType, osType android.Os…