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

Declarations

include/llvm/Object/ObjectFile.h
  343   createObjectFile(MemoryBufferRef Object, llvm::file_magic Type);

References

include/llvm/Object/ObjectFile.h
  346     return createObjectFile(Object, llvm::file_magic::unknown);
lib/Object/IRObjectFile.cpp
   99         ObjectFile::createObjectFile(Object, Type);
lib/Object/SymbolicFile.cpp
   76     return ObjectFile::createObjectFile(Object, Type);
   83         ObjectFile::createObjectFile(Object, Type);