HomeSort by relevance Sort by last modified time
    Searched refs:ArchType (Results 26 - 50 of 141) sorted by null

12 3 4 5 6

  /external/swiftshader/third_party/LLVM/lib/Support/
Triple.cpp 16 const char *Triple::getArchTypeName(ArchType Kind) {
50 const char *Triple::getArchTypePrefix(ArchType Kind) {
137 Triple::ArchType Triple::getArchTypeForLLVMName(StringRef Name) {
192 Triple::ArchType Triple::getArchTypeForDarwinArchName(StringRef Str) {
277 Triple::ArchType Triple::ParseArch(StringRef ArchName) {
430 ArchType Arch = UnknownArch;
626 void Triple::setArch(ArchType Kind) {
  /build/soong/cc/config/
toolchain.go 26 var toolchainFactories = make(map[android.OsType]map[android.ArchType]toolchainFactory)
28 func registerToolchainFactory(os android.OsType, arch android.ArchType, factory toolchainFactory) {
30 toolchainFactories[os] = make(map[android.ArchType]toolchainFactory)
36 factory := toolchainFactories[os][arch.ArchType]
  /external/llvm/lib/Support/
TargetRegistry.cpp 46 Triple::ArchType Type = Triple::getArchTypeForLLVMName(ArchName);
71 Triple::ArchType Arch = Triple(TT).getArch();
Triple.cpp 20 const char *Triple::getArchTypeName(ArchType Kind) {
71 llvm_unreachable("Invalid ArchType!");
74 const char *Triple::getArchTypePrefix(ArchType Kind) {
224 static Triple::ArchType parseBPFArch(StringRef ArchName) {
239 Triple::ArchType Triple::getArchTypeForLLVMName(StringRef Name) {
240 Triple::ArchType BPFArch(parseBPFArch(Name));
241 return StringSwitch<Triple::ArchType>(Name)
291 static Triple::ArchType parseARMArch(StringRef ArchName) {
295 Triple::ArchType arch = Triple::UnknownArch;
349 static Triple::ArchType parseArch(StringRef ArchName)
    [all...]
  /external/llvm/lib/ExecutionEngine/
TargetSelect.cpp 66 Triple::ArchType Type = Triple::getArchTypeForLLVMName(MArch);
  /external/swiftshader/third_party/LLVM/lib/MC/MCDisassembler/
EDDisassembler.cpp 44 Triple::ArchType Arch;
59 /// @arg arch - The Triple::ArchType for the desired architecture
60 static const char *tripleFromArch(Triple::ArchType arch) {
77 static int getLLVMSyntaxVariant(Triple::ArchType arch,
115 EDDisassembler *EDDisassembler::getDisassembler(Triple::ArchType arch,
  /frameworks/compile/mclinker/include/mcld/Support/
TargetRegistry.h 119 template <llvm::Triple::ArchType TargetArchType = llvm::Triple::UnknownArch>
  /frameworks/compile/mclinker/lib/Support/
TargetRegistry.cpp 87 llvm::Triple::ArchType type =
  /system/extras/simpleperf/
environment.h 92 ArchType GetMachineArch();
  /external/llvm/lib/ExecutionEngine/RuntimeDyld/
RuntimeDyldMachO.h 125 create(Triple::ArchType Arch,
  /build/soong/cc/
ndk_library.go 119 firstArchVersions := map[android.ArchType]int{
128 firstArchVersion, ok := firstArchVersions[arch.ArchType]
130 panic(fmt.Errorf("Arch %q not found in firstArchVersions", arch.ArchType))
265 arch := ctx.Arch().ArchType.String()
330 arch := ctx.Target().Arch.ArchType.Name
sanitize.go 148 if len(arches) == 0 || inList(ctx.Arch().ArchType.Name, arches) {
212 if !ctx.AConfig().EnableCFI() || ctx.Arch().ArchType == android.Mips || ctx.Arch().ArchType == android.Mips64 {
218 if ctx.Arch().ArchType == android.Arm {
325 if ctx.Arch().ArchType == android.Arm {
358 if ctx.Arch().ArchType == android.Arm {
installer.go 70 dir = filepath.Join(dir, ctx.Arch().ArchType.String())
  /external/swiftshader/third_party/llvm-subzero/lib/Support/
Triple.cpp 20 StringRef Triple::getArchTypeName(ArchType Kind) {
74 llvm_unreachable("Invalid ArchType!");
77 StringRef Triple::getArchTypePrefix(ArchType Kind) {
234 static Triple::ArchType parseBPFArch(StringRef ArchName) {
249 Triple::ArchType Triple::getArchTypeForLLVMName(StringRef Name) {
250 Triple::ArchType BPFArch(parseBPFArch(Name));
251 return StringSwitch<Triple::ArchType>(Name)
304 static Triple::ArchType parseARMArch(StringRef ArchName) {
308 Triple::ArchType arch = Triple::UnknownArch;
362 static Triple::ArchType parseArch(StringRef ArchName)
    [all...]
  /external/clang/include/clang/Basic/
ObjCRuntime.h 98 bool isLegacyDispatchDefaultForArch(llvm::Triple::ArchType Arch) {
  /external/llvm/lib/Object/
MachOUniversal.cpp 150 if (Triple(ArchName).getArch() == Triple::ArchType::UnknownArch)
  /external/llvm/unittests/Support/
ThreadPool.cpp 26 SmallVector<Triple::ArchType, 4> UnsupportedArchs;
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/clang/include/clang/Basic/
ObjCRuntime.h 98 bool isLegacyDispatchDefaultForArch(llvm::Triple::ArchType Arch) {
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/clang/include/clang/Basic/
ObjCRuntime.h 98 bool isLegacyDispatchDefaultForArch(llvm::Triple::ArchType Arch) {
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/clang/include/clang/Basic/
ObjCRuntime.h 98 bool isLegacyDispatchDefaultForArch(llvm::Triple::ArchType Arch) {
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/Basic/
ObjCRuntime.h 98 bool isLegacyDispatchDefaultForArch(llvm::Triple::ArchType Arch) {
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/clang/include/clang/Basic/
ObjCRuntime.h 98 bool isLegacyDispatchDefaultForArch(llvm::Triple::ArchType Arch) {
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/clang/include/clang/Basic/
ObjCRuntime.h 98 bool isLegacyDispatchDefaultForArch(llvm::Triple::ArchType Arch) {
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/clang/include/clang/Basic/
ObjCRuntime.h 98 bool isLegacyDispatchDefaultForArch(llvm::Triple::ArchType Arch) {
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/Basic/
ObjCRuntime.h 98 bool isLegacyDispatchDefaultForArch(llvm::Triple::ArchType Arch) {

Completed in 520 milliseconds

12 3 4 5 6