Home
last modified time | relevance | path

Searched refs:Characteristics (Results 1 – 25 of 46) sorted by relevance

12

/external/llvm/lib/Object/
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/include/llvm/MC/
DMCSectionCOFF.h33 mutable unsigned Characteristics; variable
45 MCSectionCOFF(StringRef Section, unsigned Characteristics, in MCSectionCOFF() argument
49 Characteristics(Characteristics), COMDATSymbol(COMDATSymbol), in MCSectionCOFF()
51 assert((Characteristics & 0x00F00000) == 0 && in MCSectionCOFF()
63 unsigned getCharacteristics() const { return Characteristics; } in getCharacteristics()
/external/llvm/lib/MC/
DWinCOFFObjectWriter.cpp289 coff_section->Header.Characteristics = Sec.getCharacteristics(); in defineSection()
291 uint32_t &Characteristics = coff_section->Header.Characteristics; in defineSection() local
294 Characteristics |= COFF::IMAGE_SCN_ALIGN_1BYTES; in defineSection()
297 Characteristics |= COFF::IMAGE_SCN_ALIGN_2BYTES; in defineSection()
300 Characteristics |= COFF::IMAGE_SCN_ALIGN_4BYTES; in defineSection()
303 Characteristics |= COFF::IMAGE_SCN_ALIGN_8BYTES; in defineSection()
306 Characteristics |= COFF::IMAGE_SCN_ALIGN_16BYTES; in defineSection()
309 Characteristics |= COFF::IMAGE_SCN_ALIGN_32BYTES; in defineSection()
312 Characteristics |= COFF::IMAGE_SCN_ALIGN_64BYTES; in defineSection()
315 Characteristics |= COFF::IMAGE_SCN_ALIGN_128BYTES; in defineSection()
[all …]
DMCContext.cpp383 unsigned Characteristics, in getCOFFSection() argument
406 CachedName, Characteristics, COMDATSymbol, Selection, Kind, Begin); in getCOFFSection()
413 unsigned Characteristics, in getCOFFSection() argument
416 return getCOFFSection(Section, Characteristics, Kind, "", 0, BeginSymName); in getCOFFSection()
435 unsigned Characteristics = in getAssociativeCOFFSection() local
437 return getCOFFSection(Sec->getSectionName(), Characteristics, Sec->getKind(), in getAssociativeCOFFSection()
DMCSectionCOFF.cpp37 Characteristics |= COFF::IMAGE_SCN_LNK_COMDAT; in setSelection()
/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,
Dobj2yaml-coff-weak-external.test3 COFF-I386: Characteristics: 0
/external/llvm/include/llvm/Object/
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()
DCOFF.h69 support::ulittle16_t Characteristics; member
409 support::ulittle32_t Characteristics; member
414 return (Characteristics & COFF::IMAGE_SCN_LNK_NRELOC_OVFL) && in hasExtendedRelocations()
441 support::ulittle32_t Characteristics; member
489 support::ulittle32_t Characteristics; member
512 support::ulittle32_t Characteristics; member
612 return COFFHeader->isImportLibrary() ? 0 : COFFHeader->Characteristics; in getCharacteristics()
/external/llvm/test/MC/ARM/Windows/
Dmultiple-text-sections.s32 @ CHECK: Characteristics [
41 @ CHECK: Characteristics [
50 @ CHECK: Characteristics [
Dtext-attributes.s21 @ CHECK: Characteristics [
/external/llvm/tools/obj2yaml/
Dcoff2yaml.cpp99 YAMLObj.Header.Characteristics = Obj.getCharacteristics(); in dumpHeader()
108 NewYAMLSection.Header.Characteristics = COFFSection->Characteristics; in dumpSections()
162 YAMLWE.Characteristics = ObjWE->Characteristics; in dumpWeakExternal()
/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)
Dpeplus.test13 CHECK: Characteristics [ (0x22)
38 CHECK: Characteristics [ (0x8160)
Dfile-headers.test39 COFF-ARM-NEXT: Characteristics [ (0x0)
54 COFF32-NEXT: Characteristics [ (0x0)
69 COFF64-NEXT: Characteristics [ (0x0)
228 PE32-NEXT: Characteristics [ (0x102)
254 PE32-NEXT: Characteristics [ (0x8140)
329 COFF-UNKNOWN-NEXT: Characteristics [ (0x0)
/external/llvm/docs/
Dyaml2obj.rst25 Characteristics: [ IMAGE_SCN_CNT_CODE
88 Characteristics:
115 Characteristics:
/external/llvm/lib/CodeGen/
DTargetLoweringObjectFileImpl.cpp868 unsigned Characteristics = getCOFFSectionFlags(Kind); in getExplicitSectionGlobal() local
882 Characteristics |= COFF::IMAGE_SCN_LNK_COMDAT; in getExplicitSectionGlobal()
888 Characteristics, in getExplicitSectionGlobal()
919 unsigned Characteristics = getCOFFSectionFlags(Kind); in SelectSectionForGlobal() local
921 Characteristics |= COFF::IMAGE_SCN_LNK_COMDAT; in SelectSectionForGlobal()
934 return getContext().getCOFFSection(Name, Characteristics, Kind, in SelectSectionForGlobal()
939 return getContext().getCOFFSection(Name, Characteristics, Kind, TmpData, in SelectSectionForGlobal()
992 unsigned Characteristics = getCOFFSectionFlags(Kind); in getSectionForJumpTable() local
993 Characteristics |= COFF::IMAGE_SCN_LNK_COMDAT; in getSectionForJumpTable()
995 return getContext().getCOFFSection(Name, Characteristics, Kind, COMDATSymName, in getSectionForJumpTable()
/external/llvm/include/llvm/Support/
DCOFF.h62 uint16_t Characteristics; member
110 enum Characteristics { enum
245 uint32_t Characteristics; member
376 uint32_t Characteristics; member
/external/llvm/tools/yaml2obj/
Dyaml2coff.cpp86 Sec.Header.Characteristics |= (Log2_32(Sec.Alignment) + 1) << 20; in parseSections()
301 if (S.Header.Characteristics & COFF::IMAGE_SCN_CNT_CODE) in initializeOptionalHeader()
303 if (S.Header.Characteristics & COFF::IMAGE_SCN_CNT_INITIALIZED_DATA) in initializeOptionalHeader()
305 if (S.Header.Characteristics & COFF::IMAGE_SCN_CNT_UNINITIALIZED_DATA) in initializeOptionalHeader()
390 << binary_le(CP.Obj.Header.Characteristics); in writeCOFF()
431 << binary_le(i->Header.Characteristics); in writeCOFF()
492 << binary_le(i->WeakExternal->Characteristics) in writeCOFF()
/external/llvm/lib/MC/MCParser/
DCOFFAsmParser.cpp36 unsigned Characteristics,
39 bool ParseSectionSwitch(StringRef Section, unsigned Characteristics,
294 unsigned Characteristics, in ParseSectionSwitch() argument
296 return ParseSectionSwitch(Section, Characteristics, Kind, "", (COFF::COMDATType)0); in ParseSectionSwitch()
300 unsigned Characteristics, in ParseSectionSwitch() argument
309 Section, Characteristics, Kind, COMDATSymName, Type)); in ParseSectionSwitch()
/external/llvm/lib/Target/X86/
DX86TargetObjectFile.cpp159 const unsigned Characteristics = COFF::IMAGE_SCN_CNT_INITIALIZED_DATA | in getSectionForConstant() local
169 return getContext().getCOFFSection(".rdata", Characteristics, Kind, in getSectionForConstant()
/external/llvm/test/MC/COFF/
Ddirective-section-characteristics.ll17 ; CHECK: Characteristics [
Dmodule-asm.ll20 ; CHECK-NEXT: Characteristics [ (0x60300020)
/external/llvm/tools/llvm-nm/
Dllvm-nm.cpp722 uint32_t Characteristics = 0; in getSymbolNMTypeChar() local
729 Characteristics = Section->Characteristics; in getSymbolNMTypeChar()
737 if (Characteristics & COFF::IMAGE_SCN_CNT_CODE) in getSymbolNMTypeChar()
739 if (Characteristics & COFF::IMAGE_SCN_CNT_INITIALIZED_DATA) in getSymbolNMTypeChar()
740 return Characteristics & COFF::IMAGE_SCN_MEM_WRITE ? 'd' : 'r'; in getSymbolNMTypeChar()
741 if (Characteristics & COFF::IMAGE_SCN_CNT_UNINITIALIZED_DATA) in getSymbolNMTypeChar()
743 if (Characteristics & COFF::IMAGE_SCN_LNK_INFO) in getSymbolNMTypeChar()
/external/chromium-trace/catapult/telemetry/third_party/webpagereplay/third_party/ipfw_win32/
Dnetipfw_m.inf32 Characteristics = 0x29 ;NCF_NOT_USER_REMOVABLE | NCF_VIRTUAL | NCF_HIDDEN

12