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

References

include/llvm/Object/Archive.h
  236   Kind kind() const { return (Kind)Format; }
lib/Object/Archive.cpp
  563   Format = K_GNU;
  614       Format = K_BSD;
  616       Format = K_DARWIN64;
  634     Format = K_BSD;
  655       Format = K_DARWIN64;
  704     Format = has64SymTable ? K_GNU64 : K_GNU;
  721     Format = has64SymTable ? K_GNU64 : K_GNU;
  732   Format = K_COFF;