/aosp_15_r20/build/soong/android/ |
H A D | arch.go | 94 ArchType ArchType member 125 type ArchType struct { struct 127 Name string 130 Field string 133 Multilib string 137 func (a ArchType) String() string { 141 func (a ArchType) Bitness() string { 188 func (a ArchType) MarshalText() ([]byte, error) { 196 func (a *ArchType) UnmarshalText(text []byte) error { 271 func newOsType(name string, class OsClass, defDisabled bool, archTypes ...ArchType) OsType { [all …]
|
H A D | packaging.go | 76 ArchType ArchType member
|
H A D | paths.go | 2070 func pathForInstall(ctx PathContext, os OsType, arch ArchType, partition string,
|
/aosp_15_r20/build/soong/dexpreopt/ |
H A D | dexpreopt.go | 222 func ToOdexPath(path string, arch android.ArchType, partition string) string { 552 func PathToLocation(path android.Path, arch android.ArchType) string { 557 func PathStringToLocation(path string, arch android.ArchType) string {
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/AArch64/TargetInfo/ |
H A D | AArch64TargetInfo.cpp | 39 [](Triple::ArchType) { return false; }, true); in LLVMInitializeAArch64TargetInfo() 42 [](Triple::ArchType) { return false; }, true); in LLVMInitializeAArch64TargetInfo()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/TargetInfo/ |
H A D | AArch64TargetInfo.cpp | 39 [](Triple::ArchType) { return false; }, true); in LLVMInitializeAArch64TargetInfo() 42 [](Triple::ArchType) { return false; }, true); in LLVMInitializeAArch64TargetInfo()
|
/aosp_15_r20/external/llvm/lib/Target/AArch64/TargetInfo/ |
H A D | AArch64TargetInfo.cpp | 25 [](Triple::ArchType) { return false; }, true); in LLVMInitializeAArch64TargetInfo()
|
/aosp_15_r20/external/llvm/lib/Target/BPF/TargetInfo/ |
H A D | BPFTargetInfo.cpp | 23 [](Triple::ArchType) { return false; }, true); in LLVMInitializeBPFTargetInfo()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/BPF/TargetInfo/ |
H A D | BPFTargetInfo.cpp | 29 "BPF", [](Triple::ArchType) { return false; }, in LLVMInitializeBPFTargetInfo()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/BPF/TargetInfo/ |
H A D | BPFTargetInfo.cpp | 29 "BPF", [](Triple::ArchType) { return false; }, in LLVMInitializeBPFTargetInfo()
|
/aosp_15_r20/build/soong/cc/ |
H A D | api_level.go | 26 arch android.ArchType) android.ApiLevel {
|
/aosp_15_r20/system/extras/simpleperf/ |
H A D | perf_regs.h | 50 enum ArchType { enum
|
/aosp_15_r20/build/soong/rust/config/ |
H A D | toolchain.go | 146 func registerToolchainFactory(os android.OsType, arch android.ArchType, factory toolchainFactory) {
|
/aosp_15_r20/external/coreboot/util/board_status/go/src/cbfs/ |
H A D | cbfs.go | 18 type ArchType uint32 type
|
/aosp_15_r20/build/soong/java/ |
H A D | ravenwood.go | 59 func getLibPath(archType android.ArchType) string {
|
/aosp_15_r20/build/soong/fsgen/ |
H A D | fsgen_mutators.go | 252 func getBitness(archTypes []android.ArchType) (ret []string) {
|
/aosp_15_r20/build/soong/cc/config/ |
H A D | toolchain.go | 34 func registerToolchainFactory(os android.OsType, arch android.ArchType, factory toolchainFactory) {
|
/aosp_15_r20/external/llvm/include/llvm/ADT/ |
H A D | Triple.h | 46 enum ArchType { enum
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/ |
H A D | Triple.h | 45 enum ArchType { enum
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/TargetParser/ |
H A D | Triple.h | 46 enum ArchType { enum
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/TargetParser/ |
D | Triple.h | 46 enum ArchType { enum
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/TargetParser/ |
D | Triple.h | 46 enum ArchType { enum
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/TargetParser/ |
D | Triple.h | 46 enum ArchType { enum
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/TargetParser/ |
D | Triple.h | 46 enum ArchType { enum
|
/aosp_15_r20/build/soong/sdk/ |
H A D | update.go | 1304 func (m multilibUsage) addArchType(archType android.ArchType) multilibUsage {
|