Home
last modified time | relevance | path

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

12

/aosp_15_r20/build/soong/android/
H A Darch.go94 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 Dpackaging.go76 ArchType ArchType member
H A Dpaths.go2070 func pathForInstall(ctx PathContext, os OsType, arch ArchType, partition string,
/aosp_15_r20/build/soong/dexpreopt/
H A Ddexpreopt.go222 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 DAArch64TargetInfo.cpp39 [](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 DAArch64TargetInfo.cpp39 [](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 DAArch64TargetInfo.cpp25 [](Triple::ArchType) { return false; }, true); in LLVMInitializeAArch64TargetInfo()
/aosp_15_r20/external/llvm/lib/Target/BPF/TargetInfo/
H A DBPFTargetInfo.cpp23 [](Triple::ArchType) { return false; }, true); in LLVMInitializeBPFTargetInfo()
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/BPF/TargetInfo/
H A DBPFTargetInfo.cpp29 "BPF", [](Triple::ArchType) { return false; }, in LLVMInitializeBPFTargetInfo()
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/BPF/TargetInfo/
H A DBPFTargetInfo.cpp29 "BPF", [](Triple::ArchType) { return false; }, in LLVMInitializeBPFTargetInfo()
/aosp_15_r20/build/soong/cc/
H A Dapi_level.go26 arch android.ArchType) android.ApiLevel {
/aosp_15_r20/system/extras/simpleperf/
H A Dperf_regs.h50 enum ArchType { enum
/aosp_15_r20/build/soong/rust/config/
H A Dtoolchain.go146 func registerToolchainFactory(os android.OsType, arch android.ArchType, factory toolchainFactory) {
/aosp_15_r20/external/coreboot/util/board_status/go/src/cbfs/
H A Dcbfs.go18 type ArchType uint32 type
/aosp_15_r20/build/soong/java/
H A Dravenwood.go59 func getLibPath(archType android.ArchType) string {
/aosp_15_r20/build/soong/fsgen/
H A Dfsgen_mutators.go252 func getBitness(archTypes []android.ArchType) (ret []string) {
/aosp_15_r20/build/soong/cc/config/
H A Dtoolchain.go34 func registerToolchainFactory(os android.OsType, arch android.ArchType, factory toolchainFactory) {
/aosp_15_r20/external/llvm/include/llvm/ADT/
H A DTriple.h46 enum ArchType { enum
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
H A DTriple.h45 enum ArchType { enum
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/TargetParser/
H A DTriple.h46 enum ArchType { enum
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/TargetParser/
DTriple.h46 enum ArchType { enum
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/TargetParser/
DTriple.h46 enum ArchType { enum
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/TargetParser/
DTriple.h46 enum ArchType { enum
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/TargetParser/
DTriple.h46 enum ArchType { enum
/aosp_15_r20/build/soong/sdk/
H A Dupdate.go1304 func (m multilibUsage) addArchType(archType android.ArchType) multilibUsage {

12