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

References

include/llvm/Object/COFF.h
  335     return CS16 ? CS16->Type : CS32->Type;
  335     return CS16 ? CS16->Type : CS32->Type;
lib/Object/WindowsResource.cpp
  806   Symbol->Type = COFF::IMAGE_SYM_DTYPE_NULL;
  816   Symbol->Type = COFF::IMAGE_SYM_DTYPE_NULL;
  835   Symbol->Type = COFF::IMAGE_SYM_DTYPE_NULL;
  856     Symbol->Type = COFF::IMAGE_SYM_DTYPE_NULL;
tools/lld/COFF/Writer.cpp
 1127     sym.Type = ref.getType();
 1130     sym.Type = IMAGE_SYM_TYPE_NULL;
tools/llvm-objcopy/COFF/Object.h
  167   Dest.Type = Src.Type;
  167   Dest.Type = Src.Type;