/external/swiftshader/third_party/llvm-7.0/llvm/test/MC/ARM/Windows/ |
D | multiple-text-sections.s | 34 @ CHECK: IMAGE_SCN_MEM_16BIT 43 @ CHECK: IMAGE_SCN_MEM_16BIT 52 @ CHECK: IMAGE_SCN_MEM_16BIT
|
D | thumb-attributes.s | 16 @ CHECK-DAG: IMAGE_SCN_MEM_16BIT
|
D | text-attributes.s | 24 @ CHECK: IMAGE_SCN_MEM_16BIT
|
/external/llvm/test/MC/ARM/Windows/ |
D | multiple-text-sections.s | 34 @ CHECK: IMAGE_SCN_MEM_16BIT 43 @ CHECK: IMAGE_SCN_MEM_16BIT 52 @ CHECK: IMAGE_SCN_MEM_16BIT
|
D | text-attributes.s | 24 @ CHECK: IMAGE_SCN_MEM_16BIT
|
/external/swiftshader/third_party/LLVM/include/llvm/Support/ |
D | COFF.h | 169 IMAGE_SCN_MEM_16BIT = 0x00020000, enumerator
|
/external/llvm/docs/ |
D | yaml2obj.rst | 129 , IMAGE_SCN_MEM_16BIT
|
/external/swiftshader/third_party/llvm-7.0/llvm/docs/ |
D | yaml2obj.rst | 129 , IMAGE_SCN_MEM_16BIT
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/ |
D | RuntimeDyldCOFFThumb.h | 42 COFF::IMAGE_SCN_MEM_16BIT; in isThumbFunc()
|
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-pdbutil/ |
D | FormatUtil.cpp | 212 PUSH_CHARACTERISTIC_FLAG(SC, IMAGE_SCN_MEM_16BIT, C, Style, "16-bit"); in formatSectionCharacteristics()
|
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/ |
D | COFF.h | 267 IMAGE_SCN_MEM_16BIT = 0x00020000, enumerator
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/BinaryFormat/ |
D | COFF.h | 298 IMAGE_SCN_MEM_16BIT = 0x00020000, enumerator
|
/external/llvm/include/llvm/Support/ |
D | COFF.h | 262 IMAGE_SCN_MEM_16BIT = 0x00020000, enumerator
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/PDB/Native/ |
D | DbiStreamBuilder.cpp | 305 if (!(Flags & COFF::IMAGE_SCN_MEM_16BIT)) in toSecMapFlags()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/CodeView/ |
D | EnumTables.cpp | 264 CV_ENUM_ENT(COFF, IMAGE_SCN_MEM_16BIT),
|
/external/llvm/lib/DebugInfo/CodeView/ |
D | EnumTables.cpp | 295 CV_ENUM_ENT(COFF, IMAGE_SCN_MEM_16BIT),
|
/external/llvm/lib/MC/MCParser/ |
D | COFFAsmParser.cpp | 390 Flags |= COFF::IMAGE_SCN_MEM_16BIT; in ParseDirectiveSection()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/MC/MCParser/ |
D | COFFAsmParser.cpp | 416 Flags |= COFF::IMAGE_SCN_MEM_16BIT; in ParseDirectiveSection()
|
/external/llvm/lib/ObjectYAML/ |
D | COFFYAML.cpp | 225 BCase(IMAGE_SCN_MEM_16BIT); in bitset()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/ObjectYAML/ |
D | COFFYAML.cpp | 273 BCase(IMAGE_SCN_MEM_16BIT); in bitset()
|
/external/llvm/lib/MC/ |
D | MCObjectFileInfo.cpp | 612 (IsThumb ? COFF::IMAGE_SCN_MEM_16BIT : (COFF::SectionCharacteristics)0) | in initCOFFMCObjectFileInfo()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/MC/ |
D | MCObjectFileInfo.cpp | 643 (IsThumb ? COFF::IMAGE_SCN_MEM_16BIT : (COFF::SectionCharacteristics)0) | in initCOFFMCObjectFileInfo()
|
/external/llvm/lib/CodeGen/ |
D | TargetLoweringObjectFileImpl.cpp | 822 (isThumb ? COFF::IMAGE_SCN_MEM_16BIT : (COFF::SectionCharacteristics)0); in getCOFFSectionFlags()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/ |
D | TargetLoweringObjectFileImpl.cpp | 1021 (isThumb ? COFF::IMAGE_SCN_MEM_16BIT : (COFF::SectionCharacteristics)0); in getCOFFSectionFlags()
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/Object/ |
D | obj2yaml.test | 199 … Characteristics: [ IMAGE_SCN_CNT_CODE, IMAGE_SCN_MEM_PURGEABLE, IMAGE_SCN_MEM_16BIT, IMAGE_SCN_…
|