/external/compiler-rt/lib/ubsan/ |
D | ubsan_type_hash_itanium.cc | 74 namespace abi = __cxxabiv1; 115 static bool isDerivedFromAtOffset(const abi::__class_type_info *Derived, in isDerivedFromAtOffset() 116 const abi::__class_type_info *Base, in isDerivedFromAtOffset() 121 if (const abi::__si_class_type_info *SI = in isDerivedFromAtOffset() 122 dynamic_cast<const abi::__si_class_type_info*>(Derived)) in isDerivedFromAtOffset() 125 const abi::__vmi_class_type_info *VTI = in isDerivedFromAtOffset() 126 dynamic_cast<const abi::__vmi_class_type_info*>(Derived); in isDerivedFromAtOffset() 136 abi::__base_class_type_info::__offset_shift; in isDerivedFromAtOffset() 138 abi::__base_class_type_info::__virtual_mask) in isDerivedFromAtOffset() 153 static const abi::__class_type_info *findBaseAtOffset( in findBaseAtOffset() [all …]
|
/external/mesa3d/src/mapi/glapi/gen/ |
D | extension_helper.py | 105 def all_entrypoints_in_abi(f, abi, api): argument 108 if category not in abi: 114 def any_entrypoints_in_abi(f, abi, api): argument 117 if category in abi: 123 def condition_for_function(f, abi, all_not_in_ABI): argument 135 if category not in abi: 160 abi = [ "1.0", "1.1", "1.2", "GL_ARB_multitexture" ] 170 condition = condition_for_function(f, abi, 0) 198 if category not in abi: 220 if any_entrypoints_in_abi(f, abi, api): [all …]
|
/external/lldb/source/Plugins/Process/Utility/ |
D | UnwindLLDB.cpp | 47 ABI *abi = process_sp ? process_sp->GetABI().get() : NULL; in DoGetFrameCount() local 49 while (AddOneMoreFrame (abi)) in DoGetFrameCount() 105 UnwindLLDB::AddOneMoreFrame (ABI *abi) in AddOneMoreFrame() argument 161 if (abi && !abi->CallFrameAddressIsValid(cursor_sp->cfa)) in AddOneMoreFrame() 179 if (abi && !abi->CodeAddressIsValid (cursor_sp->start_pc)) in AddOneMoreFrame() 194 else if (abi && abi->StackUsesFrames()) in AddOneMoreFrame() 222 ABI *abi = process_sp ? process_sp->GetABI().get() : NULL; in DoGetFrameInfoAtIndex() local 224 while (idx >= m_frames.size() && AddOneMoreFrame (abi)) in DoGetFrameInfoAtIndex() 254 ABI *abi = process_sp ? process_sp->GetABI().get() : NULL; in DoCreateRegisterContextForFrame() local 258 if (!AddOneMoreFrame (abi)) in DoCreateRegisterContextForFrame()
|
/external/v8/build/android/ |
D | install_emulator_deps.py | 77 def CheckSystemImage(abi, api_level=DEFAULT_ANDROID_API_LEVEL, google=False): argument 91 if abi == 'x86': 97 elif abi == 'arm': 193 def GetSystemImage(abi, api_level=DEFAULT_ANDROID_API_LEVEL, google=False): argument 203 if abi == 'x86': 214 elif abi == 'arm': 293 'Google' if options.google else 'AOSP', options.abi, 297 'Google' if options.google else 'AOSP', options.abi, 302 if CheckSystemImage(options.abi, options.api_level, options.google): 304 'Google' if options.google else 'AOSP', options.abi, [all …]
|
D | avd.py | 90 if arguments.abi == 'x86': 96 if not install_emulator_deps.CheckSystemImage(arguments.abi, 99 'install_emulator_deps.py', arguments.abi) 127 arguments.abi, 137 arguments.abi,
|
/external/lldb/source/Target/ |
D | ThreadPlanCallFunction.cpp | 41 ABI *& abi, in ConstructorSetup() argument 53 abi = process_sp->GetABI().get(); in ConstructorSetup() 55 if (!abi) in ConstructorSetup() 64 m_function_sp = thread.GetRegisterContext()->GetSP() - abi->GetRedZoneSize(); in ConstructorSetup() 149 ABI *abi; in ThreadPlanCallFunction() local 151 if (!ConstructorSetup (thread, abi, start_load_addr, function_load_addr)) in ThreadPlanCallFunction() 156 if (!abi->PrepareTrivialCall (thread, in ThreadPlanCallFunction() 167 if (!abi->PrepareTrivialCall (thread, in ThreadPlanCallFunction() 177 if (!abi->PrepareTrivialCall (thread, in ThreadPlanCallFunction() 215 ABI *abi; in ThreadPlanCallFunction() local [all …]
|
/external/llvm/test/CodeGen/Mips/cconv/ |
D | stack-alignment.ll | 4 ; RUN-TODO: llc -march=mips64 -target-abi o32 < %s | FileCheck --check-prefix=ALL --check-prefix=O3… 5 ; RUN-TODO: llc -march=mips64el -target-abi o32 < %s | FileCheck --check-prefix=ALL --check-prefix=… 7 ; RUN: llc -march=mips64 -target-abi n32 < %s | FileCheck --check-prefix=ALL --check-prefix=N32 %s 8 ; RUN: llc -march=mips64el -target-abi n32 < %s | FileCheck --check-prefix=ALL --check-prefix=N32 %s 10 ; RUN: llc -march=mips64 -target-abi n64 < %s | FileCheck --check-prefix=ALL --check-prefix=N64 %s 11 ; RUN: llc -march=mips64el -target-abi n64 < %s | FileCheck --check-prefix=ALL --check-prefix=N64 %s
|
D | reserved-space.ll | 4 ; RUN-TODO: llc -march=mips64 -target-abi o32 < %s | FileCheck --check-prefix=ALL --check-prefix=O3… 5 ; RUN-TODO: llc -march=mips64el -target-abi o32 < %s | FileCheck --check-prefix=ALL --check-prefix=… 7 ; RUN: llc -march=mips64 -target-abi n32 < %s | FileCheck --check-prefix=ALL --check-prefix=N32 %s 8 ; RUN: llc -march=mips64el -target-abi n32 < %s | FileCheck --check-prefix=ALL --check-prefix=N32 %s 10 ; RUN: llc -march=mips64 -target-abi n64 < %s | FileCheck --check-prefix=ALL --check-prefix=N64 %s 11 ; RUN: llc -march=mips64el -target-abi n64 < %s | FileCheck --check-prefix=ALL --check-prefix=N64 %s
|
D | callee-saved-float.ll | 6 ; RUN-TODO: llc -march=mips64 -target-abi o32 < %s | FileCheck --check-prefix=ALL --check-prefix=O3… 7 ; RUN-TODO: llc -march=mips64el -target-abi o32 < %s | FileCheck --check-prefix=ALL --check-prefix=… 8 ; RUN-TODO: llc -march=mips64 -target-abi o32 < %s | FileCheck --check-prefix=ALL --check-prefix=AL… 9 ; RUN-TODO: llc -march=mips64el -target-abi o32 < %s | FileCheck --check-prefix=ALL --check-prefix=… 11 ; RUN: llc -march=mips64 -target-abi n32 < %s | FileCheck --check-prefix=ALL --check-prefix=N32 %s 12 ; RUN: llc -march=mips64el -target-abi n32 < %s | FileCheck --check-prefix=ALL --check-prefix=N32 %s 13 ; RUN: llc -march=mips64 -target-abi n32 < %s | FileCheck --check-prefix=ALL --check-prefix=ALL-INV… 14 ; RUN: llc -march=mips64el -target-abi n32 < %s | FileCheck --check-prefix=ALL --check-prefix=ALL-I… 16 ; RUN: llc -march=mips64 -target-abi n64 < %s | FileCheck --check-prefix=ALL --check-prefix=N64 %s 17 ; RUN: llc -march=mips64el -target-abi n64 < %s | FileCheck --check-prefix=ALL --check-prefix=N64 %s [all …]
|
D | arguments-struct.ll | 4 ; RUN-TODO: llc -mtriple=mips64-unknown-linux-gnu -relocation-model=static -target-abi n32 < %s | F… 5 ; RUN-TODO: llc -mtriple=mips64el-unknown-linux-gnu -relocation-model=static -target-abi n32 < %s |… 7 ; RUN: llc -mtriple=mips64-unknown-linux-gnu -relocation-model=static -target-abi n32 < %s | FileCh… 8 ; RUN: llc -mtriple=mips64el-unknown-linux-gnu -relocation-model=static -target-abi n32 < %s | File… 10 ; RUN: llc -mtriple=mips64-unknown-linux-gnu -relocation-model=static -target-abi n64 < %s | FileCh… 11 ; RUN: llc -mtriple=mips64el-unknown-linux-gnu -relocation-model=static -target-abi n64 < %s | File…
|
D | return-float.ll | 4 ; RUN-TODO: llc -mtriple=mips64-linux-gnu -mattr=+soft-float -relocation-model=static -target-abi o… 5 ; RUN-TODO: llc -mtriple=mips64el-linux-gnu -mattr=+soft-float -relocation-model=static -target-abi… 7 ; RUN: llc -mtriple=mips64-linux-gnu -mattr=+soft-float -relocation-model=static -target-abi n32 < … 8 ; RUN: llc -mtriple=mips64el-linux-gnu -mattr=+soft-float -relocation-model=static -target-abi n32 … 10 ; RUN: llc -mtriple=mips64-linux-gnu -mattr=+soft-float -relocation-model=static -target-abi n64 < … 11 ; RUN: llc -mtriple=mips64el-linux-gnu -mattr=+soft-float -relocation-model=static -target-abi n64 …
|
D | callee-saved.ll | 6 ; RUN-TODO: llc -march=mips64 -target-abi o32 < %s | FileCheck --check-prefix=ALL --check-prefix=O3… 7 ; RUN-TODO: llc -march=mips64el -target-abi o32 < %s | FileCheck --check-prefix=ALL --check-prefix=… 8 ; RUN-TODO: llc -march=mips64 -target-abi o32 < %s | FileCheck --check-prefix=ALL --check-prefix=O3… 9 ; RUN-TODO: llc -march=mips64el -target-abi o32 < %s | FileCheck --check-prefix=ALL --check-prefix=… 11 ; RUN: llc -march=mips64 -target-abi n32 < %s | FileCheck --check-prefix=ALL --check-prefix=N32 %s 12 ; RUN: llc -march=mips64el -target-abi n32 < %s | FileCheck --check-prefix=ALL --check-prefix=N32 %s 13 ; RUN: llc -march=mips64 -target-abi n32 < %s | FileCheck --check-prefix=ALL --check-prefix=N32-INV… 14 ; RUN: llc -march=mips64el -target-abi n32 < %s | FileCheck --check-prefix=ALL --check-prefix=N32-I… 16 ; RUN: llc -march=mips64 -target-abi n64 < %s | FileCheck --check-prefix=ALL --check-prefix=N64 %s 17 ; RUN: llc -march=mips64el -target-abi n64 < %s | FileCheck --check-prefix=ALL --check-prefix=N64 %s [all …]
|
D | return.ll | 4 ; RUN-TODO: llc -mtriple=mips64-linux-gnu -relocation-model=static -target-abi o32 < %s | FileCheck… 5 ; RUN-TODO: llc -mtriple=mips64el-linux-gnu -relocation-model=static -target-abi o32 < %s | FileChe… 7 ; RUN: llc -mtriple=mips64-linux-gnu -relocation-model=static -target-abi n32 < %s | FileCheck --ch… 8 ; RUN: llc -mtriple=mips64el-linux-gnu -relocation-model=static -target-abi n32 < %s | FileCheck --… 10 ; RUN: llc -mtriple=mips64-linux-gnu -relocation-model=static -target-abi n64 < %s | FileCheck --ch… 11 ; RUN: llc -mtriple=mips64el-linux-gnu -relocation-model=static -target-abi n64 < %s | FileCheck --…
|
D | return-hard-float.ll | 4 ; RUN-TODO: llc -mtriple=mips64-linux-gnu -relocation-model=static -target-abi o32 < %s | FileCheck… 5 ; RUN-TODO: llc -mtriple=mips64el-linux-gnu -relocation-model=static -target-abi o32 < %s | FileChe… 7 ; RUN: llc -mtriple=mips64-linux-gnu -relocation-model=static -target-abi n32 < %s | FileCheck --ch… 8 ; RUN: llc -mtriple=mips64el-linux-gnu -relocation-model=static -target-abi n32 < %s | FileCheck --… 10 ; RUN: llc -mtriple=mips64-linux-gnu -relocation-model=static -target-abi n64 < %s | FileCheck --ch… 11 ; RUN: llc -mtriple=mips64el-linux-gnu -relocation-model=static -target-abi n64 < %s | FileCheck --…
|
D | return-hard-fp128.ll | 1 ; RUN: llc -march=mips64 -relocation-model=static -target-abi n32 < %s | FileCheck --check-prefix=A… 2 ; RUN: llc -march=mips64el -relocation-model=static -target-abi n32 < %s | FileCheck --check-prefix… 4 ; RUN: llc -march=mips64 -relocation-model=static -target-abi n64 < %s | FileCheck --check-prefix=A… 5 ; RUN: llc -march=mips64el -relocation-model=static -target-abi n64 < %s | FileCheck --check-prefix…
|
D | return-hard-struct-f128.ll | 1 ; RUN: llc -mtriple=mips64-linux-gnu -relocation-model=static -target-abi n32 < %s | FileCheck --ch… 2 ; RUN: llc -mtriple=mips64el-linux-gnu -relocation-model=static -target-abi n32 < %s | FileCheck --… 4 ; RUN: llc -mtriple=mips64-linux-gnu -relocation-model=static -target-abi n64 < %s | FileCheck --ch… 5 ; RUN: llc -mtriple=mips64el-linux-gnu -relocation-model=static -target-abi n64 < %s | FileCheck --…
|
/external/llvm/test/MC/Mips/ |
D | reloc-directive.s | 1 # RUN: llvm-mc -triple mips-unknown-linux < %s -show-encoding -target-abi=o32 \ 3 # RUN: llvm-mc -triple mips64-unknown-linux < %s -show-encoding -target-abi=n32 \ 5 # RUN: llvm-mc -triple mips64-unknown-linux < %s -show-encoding -target-abi=n64 \ 7 # RUN: llvm-mc -triple mips-unknown-linux < %s -show-encoding -target-abi=o32 \ 10 # RUN: llvm-mc -triple mips64-unknown-linux < %s -show-encoding -target-abi=n32 \ 13 # RUN: llvm-mc -triple mips64-unknown-linux < %s -show-encoding -target-abi=n64 \
|
/external/lldb/source/Symbol/ |
D | FuncUnwinders.cpp | 173 ABI *abi = process_sp->GetABI().get(); in GetUnwindPlanArchitectureDefault() local 174 if (abi) in GetUnwindPlanArchitectureDefault() 178 abi->CreateDefaultUnwindPlan(*m_unwind_plan_arch_default_sp); in GetUnwindPlanArchitectureDefault() 209 ABI *abi = process_sp->GetABI().get(); in GetUnwindPlanArchitectureDefaultAtFunctionEntry() local 210 if (abi) in GetUnwindPlanArchitectureDefaultAtFunctionEntry() 214 … abi->CreateFunctionEntryUnwindPlan(*m_unwind_plan_arch_default_at_func_entry_sp); in GetUnwindPlanArchitectureDefaultAtFunctionEntry()
|
/external/v8/build/android/pylib/utils/ |
D | emulator.py | 189 def LaunchTempEmulators(emulator_count, abi, api_level, enable_kvm=False, argument 212 emulator = Emulator(avd_name, abi, enable_kvm=enable_kvm, 227 def LaunchEmulator(avd_name, abi, kill_and_launch=True, enable_kvm=False, argument 241 emulator = Emulator(avd_name, abi, enable_kvm=enable_kvm, 279 def __init__(self, avd_name, abi, enable_kvm=False, argument 293 self.abi = abi 315 if self.abi == 'arm': 317 elif self.abi == 'mips': 360 replacements = CONFIG_REPLACEMENTS[self.abi] 434 if self.abi == 'x86' and self.enable_kvm:
|
/external/llvm/test/CodeGen/PowerPC/ |
D | ppc64-elf-abi.ll | 2 ; RUN: llc -mtriple=powerpc64-unknown-linux-gnu -target-abi elfv1 < %s | FileCheck %s -check-prefix… 3 ; RUN: llc -mtriple=powerpc64-unknown-linux-gnu -target-abi elfv2 < %s | FileCheck %s -check-prefix… 5 ; RUN: llc -mtriple=powerpc64le-unknown-linux-gnu -target-abi elfv1 < %s | FileCheck %s -check-pref… 6 ; RUN: llc -mtriple=powerpc64le-unknown-linux-gnu -target-abi elfv2 < %s | FileCheck %s -check-pref…
|
/external/conscrypt/ |
D | update_prebuilts.sh | 109 abi="${ABI_NAMES[$i]}" 111 if [[ ! -d "jni/$abi" ]]; then 112 mkdir -p "jni/$abi" 114 cp "$sys_lib_dir/libconscrypt_jni.so" "jni/$abi/" || exit 4
|
/external/llvm/test/CodeGen/ARM/ |
D | arm-abi-attr.ll | 2 ; RUN: llc -mtriple=arm-linux-gnu -target-abi=apcs < %s | \ 4 ; RUN: llc -mtriple=arm-linux-gnueabi -target-abi=apcs < %s | \ 8 ; RUN: llc -mtriple=arm-linux-gnueabi -target-abi=aapcs < %s | \ 10 ; RUN: llc -mtriple=arm-linux-gnu -target-abi=aapcs < %s | \
|
/external/llvm/test/CodeGen/Mips/ |
D | start-asm-file.ll | 22 ; RUN: -relocation-model=static -target-abi n32 %s -o - | \ 26 ; RUN: -relocation-model=pic -target-abi n32 %s -o - | \ 30 ; RUN: -relocation-model=static -target-abi n32 -mattr=+nan2008 %s -o - | \ 34 ; RUN: -relocation-model=pic -target-abi n32 -mattr=+nan2008 %s -o - | \ 39 ; RUN: -relocation-model=static -target-abi n64 %s -o - | \ 43 ; RUN: -relocation-model=pic -target-abi n64 %s -o - | \ 47 ; RUN: -relocation-model=static -target-abi n64 -mattr=+nan2008 %s -o - | \ 51 ; RUN: -relocation-model=pic -target-abi n64 -mattr=+nan2008 %s -o - | \
|
D | 2009-11-16-CstPoolLoad.ll | 3 ; RUN: llc -march=mips64el -mcpu=mips64r2 -target-abi n32 -relocation-model=pic < %s | FileCheck %s… 4 ; RUN: llc -march=mips64el -mcpu=mips64r2 -target-abi n32 -relocation-model=static < %s | FileCheck… 5 ; RUN: llc -march=mips64el -mcpu=mips64r2 -target-abi n64 -relocation-model=pic < %s | FileCheck %s… 6 ; RUN: llc -march=mips64el -mcpu=mips64r2 -target-abi n64 -relocation-model=static < %s | FileCheck…
|
/external/libcxx/lib/ |
D | CMakeLists.txt | 95 "-Wl,-reexport_library,/usr/lib/libc++abi.dylib" 103 "${CMAKE_OSX_SYSROOT}/usr/lib/libc++abi.dylib" 104 "-Wl,-reexported_symbols_list,${CMAKE_CURRENT_SOURCE_DIR}/libc++sjlj-abi.exp") 107 "-Wl,-reexport_library,${CMAKE_OSX_SYSROOT}/usr/lib/libc++abi.dylib") 110 …t (OSX_RE_EXPORT_LINE "/usr/lib/libc++abi.dylib -Wl,-reexported_symbols_list,${CMAKE_CURRENT_SOURC…
|