HomeSort by relevance Sort by last modified time
    Searched refs:newArch (Results 1 - 2 of 2) sorted by null

  /frameworks/compile/mclinker/lib/Target/Mips/
MipsLDBackend.cpp     [all...]
  /build/soong/android/
arch.go 29 Arm = newArch("arm", "lib32")
30 Arm64 = newArch("arm64", "lib64")
31 Mips = newArch("mips", "lib32")
32 Mips64 = newArch("mips64", "lib64")
33 X86 = newArch("x86", "lib32")
34 X86_64 = newArch("x86_64", "lib64")
165 func newArch(name, multilib string) ArchType {

Completed in 106 milliseconds