OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:Tag_CPU_name
(Results
1 - 5
of
5
) sorted by null
/ndk/tests/build/check-armeabi-v7a-prebuilts/
build.sh
12
# $2: Tag name (e.g.
Tag_CPU_name
)
126
#
Tag_CPU_name
: "7-A"
152
# We want to check the values of
Tag_CPU_name
153
CPU_NAMES=$(extract_arch_tag "$1"
Tag_CPU_name
)
163
#
Tag_CPU_name
: "5TE"
/frameworks/compile/mclinker/lib/Target/ARM/
ARMELFAttributeData.h
30
Tag_CPU_name
= 5,
216
// Record the value of input
Tag_CPU_name
.
ARMELFAttributeData.cpp
74
case
Tag_CPU_name
: {
170
case
Tag_CPU_name
: {
570
* Generic CPU name is used when
Tag_CPU_name
is unable to guess during the
707
// Process Tag_CPU_arch,
Tag_CPU_name
, Tag_CPU_raw_name, and
757
ELFAttributeValue &out_cpu_name = m_Attrs[
Tag_CPU_name
];
761
// Unable to guess the
Tag_CPU_name
. Use the generic name.
770
// Use the value of
Tag_CPU_name
and Tag_CPU_raw_name from the input.
772
ELFAttributeValue &out_cpu_name = m_Attrs[
Tag_CPU_name
];
[
all
...]
/external/llvm/test/MC/ARM/
directive-eabi_attribute-2.s
8
.eabi_attribute
Tag_CPU_name
, "cortex-a9"
/external/llvm/test/tools/llvm-readobj/ARM/
attributes.s
10
.eabi_attribute
Tag_CPU_name
, "cortex-a9"
Completed in 306 milliseconds