/external/compiler-rt/lib/ubsan/ |
D | ubsan_type_hash.cc | 75 namespace abi = __cxxabiv1; 120 static bool isDerivedFromAtOffset(const abi::__class_type_info *Derived, in isDerivedFromAtOffset() 121 const abi::__class_type_info *Base, in isDerivedFromAtOffset() 126 if (const abi::__si_class_type_info *SI = in isDerivedFromAtOffset() 127 dynamic_cast<const abi::__si_class_type_info*>(Derived)) in isDerivedFromAtOffset() 130 const abi::__vmi_class_type_info *VTI = in isDerivedFromAtOffset() 131 dynamic_cast<const abi::__vmi_class_type_info*>(Derived); in isDerivedFromAtOffset() 141 abi::__base_class_type_info::__offset_shift; in isDerivedFromAtOffset() 143 abi::__base_class_type_info::__virtual_mask) in isDerivedFromAtOffset() 158 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()
|
D | RegisterContextLLDB.cpp | 115 ABI *abi = process->GetABI().get(); in InitializeZerothFrame() local 116 if (abi) in InitializeZerothFrame() 117 current_pc = abi->FixCodeAddress(current_pc); in InitializeZerothFrame() 275 ABI *abi = process->GetABI().get(); in InitializeNonZerothFrame() local 276 if (abi) in InitializeNonZerothFrame() 277 pc = abi->FixCodeAddress(pc); in InitializeNonZerothFrame() 311 if (abi) in InitializeNonZerothFrame() 315 abi->CreateDefaultUnwindPlan(*m_full_unwind_plan_sp); in InitializeNonZerothFrame() 542 if (repeating_frames && abi->FunctionCallsChangeCFA()) in InitializeNonZerothFrame() 629 ABI *abi = process ? process->GetABI().get() : NULL; in GetFullUnwindPlanForFrame() local [all …]
|
/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 | return-float.ll | 4 ; RUN-TODO: llc -mtriple=mips64-linux-gnu -soft-float -relocation-model=static -target-abi o32 < %s… 5 ; RUN-TODO: llc -mtriple=mips64el-linux-gnu -soft-float -relocation-model=static -target-abi o32 < … 7 ; RUN: llc -mtriple=mips64-linux-gnu -soft-float -relocation-model=static -target-abi n32 < %s | Fi… 8 ; RUN: llc -mtriple=mips64el-linux-gnu -soft-float -relocation-model=static -target-abi n32 < %s | … 10 ; RUN: llc -mtriple=mips64-linux-gnu -soft-float -relocation-model=static -target-abi n64 < %s | Fi… 11 ; RUN: llc -mtriple=mips64el-linux-gnu -soft-float -relocation-model=static -target-abi n64 < %s | …
|
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 | 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/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/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 | 81 "-Wl,-reexport_library,/usr/lib/libc++abi.dylib" 89 "${CMAKE_OSX_SYSROOT}/usr/lib/libc++abi.dylib" 90 "-Wl,-reexported_symbols_list,${CMAKE_CURRENT_SOURCE_DIR}/libc++sjlj-abi.exp") 93 "-Wl,-reexport_library,${CMAKE_OSX_SYSROOT}/usr/lib/libc++abi.dylib") 96 …t (OSX_RE_EXPORT_LINE "/usr/lib/libc++abi.dylib -Wl,-reexported_symbols_list,${CMAKE_CURRENT_SOURC…
|
/external/libcxxabi/ |
D | CMakeLists.txt | 123 # the libc++abi that is being built. There are two problems with testing a 124 # static libc++abi. In the case of a standalone build, the tests will link the 125 # system's libc++, which might not have been built against our libc++abi. In the 126 # case of an in tree build, libc++ will prefer a dynamic libc++abi from the 127 # system over a static libc++abi from the output directory. 128 option(LIBCXXABI_ENABLE_SHARED "Build libc++abi as a shared library." ON) 129 option(LIBCXXABI_ENABLE_STATIC "Build libc++abi as a static library." ON) 132 message(FATAL_ERROR "libc++abi must be built as either a shared or static library.") 312 # TODO: Fix the libc++ cmake files so that libc++abi can be statically linked. 313 # As it is now, libc++ will prefer linking against a dynamic libc++abi in the [all …]
|
/external/llvm/test/MC/Mips/ |
D | cpsetup.s | 1 # RUN: llvm-mc -triple mips64-unknown-unknown -target-abi o32 -filetype=obj -o - %s | \ 5 # RUN: llvm-mc -triple mips64-unknown-unknown -target-abi o32 %s | \ 8 # RUN: llvm-mc -triple mips64-unknown-unknown -target-abi n32 -filetype=obj -o - %s | \ 12 # RUN: llvm-mc -triple mips64-unknown-unknown -target-abi n32 %s | \
|
/external/clang/test/Index/ |
D | complete-ivar-access.m | 53 // RUN: c-index-test -code-completion-at=%s:43:8 -fobjc-nonfragile-abi %s | FileCheck -check-prefix… 54 // RUN: c-index-test -code-completion-at=%s:48:8 -fobjc-nonfragile-abi %s | FileCheck -check-prefix… 65 // RUN: c-index-test -code-completion-at=%s:44:10 -fobjc-nonfragile-abi %s | FileCheck -check-prefi… 66 // RUN: c-index-test -code-completion-at=%s:49:10 -fobjc-nonfragile-abi %s | FileCheck -check-prefi…
|