Home
last modified time | relevance | path

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

/aosp_15_r20/frameworks/compile/mclinker/lib/Target/ARM/
DARMELFAttributeData.cpp489 static int calculate_cpu_arch(int cpu_arch, int secondary_arch) { in calculate_cpu_arch()
580 static const char* get_generic_cpu_name(int cpu_arch) { in get_generic_cpu_name()
656 static bool is_allowed_use_of_div(int cpu_arch, in is_allowed_use_of_div()
/aosp_15_r20/external/libchrome/build/android/pylib/constants/
H A Dhost_paths.py60 def ToolPath(tool, cpu_arch): argument
/aosp_15_r20/external/cronet/build/android/pylib/constants/
H A Dhost_paths.py64 def ToolPath(tool, cpu_arch): argument
/aosp_15_r20/external/angle/build/android/pylib/constants/
H A Dhost_paths.py62 def ToolPath(tool, cpu_arch): argument
/aosp_15_r20/external/pigweed/pw_snapshot/pw_snapshot_protos/
H A Dsnapshot_metadata.proto86 CpuArchitecture.Enum cpu_arch = 8; field
/aosp_15_r20/external/pigweed/pw_snapshot/py/pw_snapshot_metadata/
H A Dmetadata.py121 def cpu_arch(self) -> str: member in MetadataProcessor