HomeSort by relevance Sort by last modified time
    Searched refs:IMAGE_SCN_LNK_COMDAT (Results 1 - 25 of 32) sorted by null

1 2

  /external/llvm/lib/MC/
MCSectionCOFF.cpp 37 Characteristics |= COFF::IMAGE_SCN_LNK_COMDAT;
69 if (getCharacteristics() & COFF::IMAGE_SCN_LNK_COMDAT) {
MCContext.cpp 446 Characteristics |= COFF::IMAGE_SCN_LNK_COMDAT;
  /external/swiftshader/third_party/LLVM/lib/MC/
MCSectionCOFF.cpp 51 if (getCharacteristics() & COFF::IMAGE_SCN_LNK_COMDAT) {
WinCOFFStreamer.cpp 144 COFF::IMAGE_SCN_LNK_COMDAT |
  /external/llvm/lib/Target/X86/
X86TargetObjectFile.cpp 139 COFF::IMAGE_SCN_LNK_COMDAT;
  /external/swiftshader/third_party/LLVM/include/llvm/Support/
COFF.h 166 IMAGE_SCN_LNK_COMDAT = 0x00001000,
  /external/llvm/lib/MC/MCParser/
COFFAsmParser.cpp 366 Flags |= COFF::IMAGE_SCN_LNK_COMDAT;
523 if (Current->getCharacteristics() & COFF::IMAGE_SCN_LNK_COMDAT)
  /toolchain/binutils/binutils-2.25/include/coff/
pe.h 72 #define IMAGE_SCN_LNK_COMDAT 0x00001000 /* Section contents comdat. */
  /external/llvm/lib/CodeGen/
TargetLoweringObjectFileImpl.cpp 906 Characteristics |= COFF::IMAGE_SCN_LNK_COMDAT;
    [all...]
  /external/llvm/include/llvm/Support/
COFF.h 259 IMAGE_SCN_LNK_COMDAT = 0x00001000,
  /external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
COFF.h 264 IMAGE_SCN_LNK_COMDAT = 0x00001000,
  /external/syslinux/efi32/include/efi/ia32/
pe.h 263 #define IMAGE_SCN_LNK_COMDAT 0x00001000 // Section contents comdat.
  /external/syslinux/efi64/include/efi/x86_64/
pe.h 263 #define IMAGE_SCN_LNK_COMDAT 0x00001000 // Section contents comdat.
  /external/syslinux/gnu-efi/gnu-efi-3.0/inc/ia32/
pe.h 263 #define IMAGE_SCN_LNK_COMDAT 0x00001000 // Section contents comdat.
  /external/syslinux/gnu-efi/gnu-efi-3.0/inc/ia64/
pe.h 269 #define IMAGE_SCN_LNK_COMDAT 0x00001000 // Section contents comdat.
  /external/syslinux/gnu-efi/gnu-efi-3.0/inc/x86_64/
pe.h 263 #define IMAGE_SCN_LNK_COMDAT 0x00001000 // Section contents comdat.
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Support/
COFF.h 264 IMAGE_SCN_LNK_COMDAT = 0x00001000,
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Support/
COFF.h 264 IMAGE_SCN_LNK_COMDAT = 0x00001000,
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Support/
COFF.h 264 IMAGE_SCN_LNK_COMDAT = 0x00001000,
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/
COFF.h 264 IMAGE_SCN_LNK_COMDAT = 0x00001000,
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Support/
COFF.h 264 IMAGE_SCN_LNK_COMDAT = 0x00001000,
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Support/
COFF.h 264 IMAGE_SCN_LNK_COMDAT = 0x00001000,
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Support/
COFF.h 264 IMAGE_SCN_LNK_COMDAT = 0x00001000,
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/
COFF.h 264 IMAGE_SCN_LNK_COMDAT = 0x00001000,
  /external/llvm/lib/DebugInfo/CodeView/
EnumTables.cpp 292 CV_ENUM_ENT(COFF, IMAGE_SCN_LNK_COMDAT),

Completed in 2359 milliseconds

1 2