Searched defs:ArchType (Results 1 – 14 of 14) sorted by relevance
/aosp12/build/soong/cc/ |
H A D | snapshot_utils.go | 84 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 D | api_level.go | 24 arch android.ArchType) android.ApiLevel {
|
/aosp12/build/soong/android/ |
H A D | bazel_handler.go | 130 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 D | arch.go | 94 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 D | arch_list.go | 398 func RegisterDefaultArchVariantFeatures(os OsType, arch ArchType, features ...string) {
|
H A D | packaging.go | 122 func (p *PackagingBase) getDepsForArch(ctx BaseModuleContext, arch ArchType) []string {
|
H A D | config.go | 1027 func (c *config) HasMultilibConflict(arch ArchType) bool {
|
H A D | paths.go | 1614 func pathForInstall(ctx PathContext, os OsType, arch ArchType, partition string, debug bool,
|
/aosp12/build/soong/dexpreopt/ |
H A D | dexpreopt.go | 501 func PathToLocation(path android.Path, arch android.ArchType) string { 506 func PathStringToLocation(path string, arch android.ArchType) string {
|
/aosp12/system/extras/simpleperf/ |
H A D | perf_regs.h | 40 enum ArchType { enum
|
/aosp12/build/soong/rust/config/ |
H A D | toolchain.go | 153 func registerToolchainFactory(os android.OsType, arch android.ArchType, factory toolchainFactory) {
|
/aosp12/build/soong/cc/config/ |
H A D | toolchain.go | 28 func registerToolchainFactory(os android.OsType, arch android.ArchType, factory toolchainFactory) {
|
/aosp12/build/soong/java/ |
H A D | bootclasspath_fragment.go | 964 func createBootImageTag(arch android.ArchType, baseName string) string { 991 func apexRootRelativePathToBootImageFile(arch android.ArchType, base string) string {
|
/aosp12/build/soong/sdk/ |
H A D | update.go | 1199 func (m multilibUsage) addArchType(archType android.ArchType) multilibUsage { 1421 func newArchSpecificInfo(ctx android.SdkMemberContext, archType android.ArchType, osType android.Os…
|