Searched refs:coff_object (Results 1 - 5 of 5) sorted by relevance

/freebsd-9.3-release/contrib/llvm/lib/Object/
H A DObjectFile.cpp71 case sys::fs::file_magic::coff_object:
H A DBinary.cpp93 case sys::fs::file_magic::coff_object:
/freebsd-9.3-release/contrib/llvm/lib/Support/
H A DPath.cpp862 return file_magic::coff_object;
947 return file_magic::coff_object;
952 return file_magic::coff_object;
967 return file_magic::coff_object;
/freebsd-9.3-release/contrib/llvm/include/llvm/Support/
H A DFileSystem.h240 coff_object, ///< COFF object file enumerator in enum:llvm::sys::fs::file_magic::Impl
/freebsd-9.3-release/contrib/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyld.cpp592 case sys::fs::file_magic::coff_object:

Completed in 170 milliseconds