reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

include/llvm/Object/COFF.h
  455     return (Characteristics & COFF::IMAGE_SCN_LNK_NRELOC_OVFL) &&
lib/DebugInfo/CodeView/EnumTables.cpp
  294         CV_ENUM_ENT(COFF, IMAGE_SCN_LNK_NRELOC_OVFL),
lib/MC/WinCOFFObjectWriter.cpp
  570       S.Characteristics |= COFF::IMAGE_SCN_LNK_NRELOC_OVFL;
lib/ObjectYAML/COFFYAML.cpp
  278   BCase(IMAGE_SCN_LNK_NRELOC_OVFL);
tools/llvm-pdbutil/FormatUtil.cpp
  242   PUSH_CHARACTERISTIC_FLAG(SC, IMAGE_SCN_LNK_NRELOC_OVFL, C, Style,
tools/llvm-readobj/COFFDumper.cpp
  442   LLVM_READOBJ_ENUM_ENT(COFF, IMAGE_SCN_LNK_NRELOC_OVFL       ),