Searched refs:LLVMFileType (Results 1 – 7 of 7) sorted by relevance
51 LLVMFileType165 LLVMFileType type; in isArchive()173 LLVMFileType type; in isDynamicLibrary()188 LLVMFileType type; in isObjectFile()225 LLVMFileType type; in isBitcodeFile()
741 error_code identify_magic(const Twine &path, LLVMFileType &result) { in identify_magic()
719 enum LLVMFileType { enum742 LLVMFileType IdentifyFileType(const char*magic, unsigned length);
406 error_code identify_magic(const Twine &path, LLVMFileType &result);
31 sys::LLVMFileType type = sys::IdentifyFileType(Object->getBufferStart(), in createObjectFile()
50 sys::LLVMFileType type = sys::IdentifyFileType(Source->getBufferStart(), in createBinary()
185 sys::LLVMFileType type; in addFileBefore()