Home
last modified time | relevance | path

Searched full:characteristics (Results 1 – 25 of 611) sorted by relevance

12345678910>>...25

/external/llvm/lib/ObjectYAML/
DCOFFYAML.cpp193 void ScalarBitSetTraits<COFF::Characteristics>::bitset( in bitset()
194 IO &IO, COFF::Characteristics &Value) { in bitset()
266 : Characteristics(COFFYAML::WeakExternalCharacteristics(0)) {} in NWeakExternalCharacteristics()
268 : Characteristics(COFFYAML::WeakExternalCharacteristics(C)) {} in NWeakExternalCharacteristics()
269 uint32_t denormalize(IO &) { return Characteristics; } in denormalize()
270 COFFYAML::WeakExternalCharacteristics Characteristics; member
275 : Characteristics(COFF::SectionCharacteristics(0)) {} in NSectionCharacteristics()
277 : Characteristics(COFF::SectionCharacteristics(C)) {} in NSectionCharacteristics()
278 uint32_t denormalize(IO &) { return Characteristics; } in denormalize()
279 COFF::SectionCharacteristics Characteristics; member
[all …]
/external/llvm/test/MC/COFF/
Dsection.s42 // CHECK: Characteristics [
51 // CHECK: Characteristics [
60 // CHECK: Characteristics [
69 // CHECK: Characteristics [
78 // CHECK: Characteristics [
87 // CHECK: Characteristics [
96 // CHECK: Characteristics [
104 // CHECK: Characteristics [
114 // CHECK: Characteristics [
123 // CHECK: Characteristics [
[all …]
Dlinkonce.s45 // CHECK: Characteristics [
51 // CHECK: Characteristics [
57 // CHECK: Characteristics [
63 // CHECK: Characteristics [
69 // CHECK: Characteristics [
75 // CHECK: Characteristics [
80 // CHECK: Characteristics [
86 // CHECK: Characteristics [
Dsection-comdat.s51 // CHECK: Characteristics [
58 // CHECK: Characteristics [
65 // CHECK: Characteristics [
72 // CHECK: Characteristics [
79 // CHECK: Characteristics [
86 // CHECK: Characteristics [
93 // CHECK: Characteristics [
100 // CHECK: Characteristics [
Dseh-linkonce.s43 // CHECK: Characteristics [
50 // CHECK: Characteristics [
69 // CHECK: Characteristics [
Dseh-section.s14 // CHECK-NEXT: Characteristics [
32 // CHECK-NEXT: Characteristics [
50 // CHECK-NEXT: Characteristics [
/external/swiftshader/third_party/LLVM/include/llvm/MC/
DMCSectionCOFF.h28 /// Characteristics - This is the Characteristics field of a section,
30 unsigned Characteristics; variable
33 /// it is a COMDAT section (Characteristics & IMAGE_SCN_LNK_COMDAT) != 0
38 MCSectionCOFF(StringRef Section, unsigned Characteristics, in MCSectionCOFF() argument
41 Characteristics(Characteristics), Selection (Selection) { in MCSectionCOFF()
42 assert ((Characteristics & 0x00F00000) == 0 && in MCSectionCOFF()
53 unsigned getCharacteristics() const { return Characteristics; } in getCharacteristics()
/external/llvm/include/llvm/MC/
DMCSectionCOFF.h31 /// This is the Characteristics field of a section, drawn from the enums
33 mutable unsigned Characteristics; variable
47 /// section (Characteristics & IMAGE_SCN_LNK_COMDAT) != 0
52 MCSectionCOFF(StringRef Section, unsigned Characteristics, in MCSectionCOFF() argument
56 Characteristics(Characteristics), COMDATSymbol(COMDATSymbol), in MCSectionCOFF()
58 assert((Characteristics & 0x00F00000) == 0 && in MCSectionCOFF()
70 unsigned getCharacteristics() const { return Characteristics; } in getCharacteristics()
/external/llvm/test/tools/llvm-ar/Inputs/
Dcoff.yaml4 Characteristics: [ ]
7 Characteristics: [ IMAGE_SCN_CNT_CODE, IMAGE_SCN_MEM_EXECUTE, IMAGE_SCN_MEM_READ ]
11 Characteristics: [ IMAGE_SCN_CNT_INITIALIZED_DATA, IMAGE_SCN_MEM_READ, IMAGE_SCN_MEM_WRITE ]
15 Characteristics: [ IMAGE_SCN_CNT_UNINITIALIZED_DATA, IMAGE_SCN_MEM_READ, IMAGE_SCN_MEM_WRITE ]
/external/llvm/test/Object/
Dyaml2obj-coff-multi-doc.test15 Characteristics: [ IMAGE_FILE_DEBUG_STRIPPED ]
20 Characteristics: [ IMAGE_SCN_CNT_CODE, IMAGE_SCN_MEM_EXECUTE,
55 Characteristics: [ IMAGE_FILE_DEBUG_STRIPPED ]
60 Characteristics: [ IMAGE_SCN_CNT_CODE, IMAGE_SCN_MEM_EXECUTE,
Dyaml2obj-coff-invalid-alignment.test8 Characteristics: []
11 Characteristics: []
/external/swiftshader/third_party/LLVM/lib/MC/
DWinCOFFObjectWriter.cpp384 coff_section->Header.Characteristics = Sec.getCharacteristics(); in DefineSection()
386 uint32_t &Characteristics = coff_section->Header.Characteristics; in DefineSection() local
388 case 1: Characteristics |= COFF::IMAGE_SCN_ALIGN_1BYTES; break; in DefineSection()
389 case 2: Characteristics |= COFF::IMAGE_SCN_ALIGN_2BYTES; break; in DefineSection()
390 case 4: Characteristics |= COFF::IMAGE_SCN_ALIGN_4BYTES; break; in DefineSection()
391 case 8: Characteristics |= COFF::IMAGE_SCN_ALIGN_8BYTES; break; in DefineSection()
392 case 16: Characteristics |= COFF::IMAGE_SCN_ALIGN_16BYTES; break; in DefineSection()
393 case 32: Characteristics |= COFF::IMAGE_SCN_ALIGN_32BYTES; break; in DefineSection()
394 case 64: Characteristics |= COFF::IMAGE_SCN_ALIGN_64BYTES; break; in DefineSection()
395 case 128: Characteristics |= COFF::IMAGE_SCN_ALIGN_128BYTES; break; in DefineSection()
[all …]
/external/llvm/test/Object/Inputs/COFF/
Dweak-externals.yaml4 Characteristics: [ ]
7 Characteristics: [ IMAGE_SCN_CNT_INITIALIZED_DATA, IMAGE_SCN_MEM_READ ]
19 Characteristics: IMAGE_WEAK_EXTERN_SEARCH_LIBRARY
Dweak-external.yaml4 Characteristics: [ IMAGE_FILE_LINE_NUMS_STRIPPED, IMAGE_FILE_32BIT_MACHINE ]
7 Characteristics: [ IMAGE_SCN_CNT_CODE, IMAGE_SCN_MEM_EXECUTE, IMAGE_SCN_MEM_READ ]
42 Characteristics: 0
Di386.yaml4 Characteristics: [ IMAGE_FILE_DEBUG_STRIPPED ]
10 Characteristics: [IMAGE_SCN_CNT_CODE, IMAGE_SCN_MEM_EXECUTE, IMAGE_SCN_MEM_READ, ] # 0x60500020
32Characteristics: [IMAGE_SCN_CNT_INITIALIZED_DATA, IMAGE_SCN_MEM_READ, IMAGE_SCN_MEM_WRITE, ] # 0xc…
Dx86-64.yaml9 Characteristics: [IMAGE_SCN_CNT_CODE, IMAGE_SCN_MEM_EXECUTE, IMAGE_SCN_MEM_READ, ] # 0x60500020
31Characteristics: [IMAGE_SCN_CNT_INITIALIZED_DATA, IMAGE_SCN_MEM_READ, IMAGE_SCN_MEM_WRITE, ] # 0xc…
36 Characteristics: [ IMAGE_SCN_CNT_INITIALIZED_DATA, IMAGE_SCN_MEM_READ ]
Dlong-section-name.yaml4Characteristics: [ IMAGE_FILE_RELOCS_STRIPPED, IMAGE_FILE_LINE_NUMS_STRIPPED, IMAGE_FILE_LOCAL_SYM…
7 Characteristics: [ IMAGE_SCN_CNT_INITIALIZED_DATA, IMAGE_SCN_MEM_READ ]
/external/llvm/lib/MC/
DWinCOFFObjectWriter.cpp288 coff_section->Header.Characteristics = Sec.getCharacteristics(); in defineSection()
290 uint32_t &Characteristics = coff_section->Header.Characteristics; in defineSection() local
293 Characteristics |= COFF::IMAGE_SCN_ALIGN_1BYTES; in defineSection()
296 Characteristics |= COFF::IMAGE_SCN_ALIGN_2BYTES; in defineSection()
299 Characteristics |= COFF::IMAGE_SCN_ALIGN_4BYTES; in defineSection()
302 Characteristics |= COFF::IMAGE_SCN_ALIGN_8BYTES; in defineSection()
305 Characteristics |= COFF::IMAGE_SCN_ALIGN_16BYTES; in defineSection()
308 Characteristics |= COFF::IMAGE_SCN_ALIGN_32BYTES; in defineSection()
311 Characteristics |= COFF::IMAGE_SCN_ALIGN_64BYTES; in defineSection()
314 Characteristics |= COFF::IMAGE_SCN_ALIGN_128BYTES; in defineSection()
[all …]
/external/llvm/include/llvm/ObjectYAML/
DCOFFYAML.h24 inline Characteristics operator|(Characteristics a, Characteristics b) {
26 return static_cast<Characteristics>(Ret);
151 struct ScalarBitSetTraits<COFF::Characteristics> { in LLVM_YAML_IS_SEQUENCE_VECTOR()
152 static void bitset(IO &IO, COFF::Characteristics &Value); in LLVM_YAML_IS_SEQUENCE_VECTOR()
/external/llvm/test/MC/ARM/Windows/
Dmultiple-text-sections.s32 @ CHECK: Characteristics [
41 @ CHECK: Characteristics [
50 @ CHECK: Characteristics [
/external/swiftshader/third_party/LLVM/lib/Object/
DCOFFObjectFile.cpp222 uint32_t Characteristics = 0; in getSymbolNMTypeChar() local
227 Characteristics = Section->Characteristics; in getSymbolNMTypeChar()
247 if (Characteristics & COFF::IMAGE_SCN_CNT_CODE) in getSymbolNMTypeChar()
249 else if ( Characteristics & COFF::IMAGE_SCN_MEM_READ in getSymbolNMTypeChar()
250 && ~Characteristics & COFF::IMAGE_SCN_MEM_WRITE) // Read only. in getSymbolNMTypeChar()
252 else if (Characteristics & COFF::IMAGE_SCN_CNT_INITIALIZED_DATA) in getSymbolNMTypeChar()
254 else if (Characteristics & COFF::IMAGE_SCN_CNT_UNINITIALIZED_DATA) in getSymbolNMTypeChar()
256 else if (Characteristics & COFF::IMAGE_SCN_LNK_INFO) in getSymbolNMTypeChar()
344 Res = uint64_t(1) << (((sec->Characteristics & 0x00F00000) >> 20) - 1); in getSectionAlignment()
351 Result = sec->Characteristics & COFF::IMAGE_SCN_CNT_CODE; in isSectionText()
[all …]
/external/libopus/include/
Dopus_custom.h150 …aram [in] mode <tt>OpusCustomMode *</tt>: Contains all the information about the characteristics of
151 * the stream (must be the same characteristics as used for the
167 …param [in] mode <tt>OpusCustomMode*</tt>: Contains all the information about the characteristics of
168 * the stream (must be the same characteristics as used for the
260 …aram [in] mode <tt>OpusCustomMode *</tt>: Contains all the information about the characteristics of
261 * the stream (must be the same characteristics as used for the
277 …am [in] mode <tt>OpusCustomMode</tt>: Contains all the information about the characteristics of the
278 * stream (must be the same characteristics as used for the encoder)
/external/llvm/include/llvm/Object/
DCOFF.h69 support::ulittle16_t Characteristics; member
173 support::ulittle32_t Characteristics; member
215 // dumpbin reports this field as "Characteristics" instead of "Attributes".
429 support::ulittle32_t Characteristics; member
434 return (Characteristics & COFF::IMAGE_SCN_LNK_NRELOC_OVFL) && in hasExtendedRelocations()
440 if (Characteristics & COFF::IMAGE_SCN_TYPE_NO_PAD) in getAlignment()
444 uint32_t Shift = (Characteristics >> 20) & 0xF; in getAlignment()
481 support::ulittle32_t Characteristics; member
546 support::ulittle32_t Characteristics; member
549 uint32_t Shift = (Characteristics & 0x00F00000) >> 20; in getAlignment()
[all …]
/external/llvm/test/tools/llvm-readobj/
Dbigobj.test14 CHECK-NEXT: Characteristics [ (0x0)
29 CHECK-NEXT: Characteristics [ (0x60500020)
47 CHECK-NEXT: Characteristics [ (0xC0500040)
65 CHECK-NEXT: Characteristics [ (0xC0500080)
/external/llvm/docs/
Dyaml2obj.rst25 Characteristics: [ IMAGE_SCN_CNT_CODE
88 Characteristics:
115 Characteristics:

12345678910>>...25