/external/llvm/lib/Object/ |
D | COFFYAML.cpp | 193 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/ |
D | MCSectionCOFF.h | 33 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/ |
D | WinCOFFObjectWriter.cpp | 289 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 …]
|
D | MCContext.cpp | 383 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()
|
D | MCSectionCOFF.cpp | 37 Characteristics |= COFF::IMAGE_SCN_LNK_COMDAT; in setSelection()
|
/external/llvm/test/Object/ |
D | yaml2obj-coff-multi-doc.test | 15 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,
|
D | obj2yaml-coff-weak-external.test | 3 COFF-I386: Characteristics: 0
|
/external/llvm/include/llvm/Object/ |
D | COFFYAML.h | 24 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()
|
D | COFF.h | 69 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/ |
D | multiple-text-sections.s | 32 @ CHECK: Characteristics [ 41 @ CHECK: Characteristics [ 50 @ CHECK: Characteristics [
|
D | text-attributes.s | 21 @ CHECK: Characteristics [
|
/external/llvm/tools/obj2yaml/ |
D | coff2yaml.cpp | 99 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/ |
D | bigobj.test | 14 CHECK-NEXT: Characteristics [ (0x0) 29 CHECK-NEXT: Characteristics [ (0x60500020) 47 CHECK-NEXT: Characteristics [ (0xC0500040) 65 CHECK-NEXT: Characteristics [ (0xC0500080)
|
D | peplus.test | 13 CHECK: Characteristics [ (0x22) 38 CHECK: Characteristics [ (0x8160)
|
D | file-headers.test | 39 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/ |
D | yaml2obj.rst | 25 Characteristics: [ IMAGE_SCN_CNT_CODE 88 Characteristics: 115 Characteristics:
|
/external/llvm/lib/CodeGen/ |
D | TargetLoweringObjectFileImpl.cpp | 868 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/ |
D | COFF.h | 62 uint16_t Characteristics; member 110 enum Characteristics { enum 245 uint32_t Characteristics; member 376 uint32_t Characteristics; member
|
/external/llvm/tools/yaml2obj/ |
D | yaml2coff.cpp | 86 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/ |
D | COFFAsmParser.cpp | 36 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/ |
D | X86TargetObjectFile.cpp | 159 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/ |
D | directive-section-characteristics.ll | 17 ; CHECK: Characteristics [
|
D | module-asm.ll | 20 ; CHECK-NEXT: Characteristics [ (0x60300020)
|
/external/llvm/tools/llvm-nm/ |
D | llvm-nm.cpp | 722 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/ |
D | netipfw_m.inf | 32 Characteristics = 0x29 ;NCF_NOT_USER_REMOVABLE | NCF_VIRTUAL | NCF_HIDDEN
|