Home
last modified time | relevance | path

Searched refs:LLVMFileType (Results 1 – 7 of 7) sorted by relevance

/external/swiftshader/third_party/LLVM/lib/Support/
DPath.cpp51 LLVMFileType
165 LLVMFileType type; in isArchive()
173 LLVMFileType type; in isDynamicLibrary()
188 LLVMFileType type; in isObjectFile()
225 LLVMFileType type; in isBitcodeFile()
DPathV2.cpp741 error_code identify_magic(const Twine &path, LLVMFileType &result) { in identify_magic()
/external/swiftshader/third_party/LLVM/lib/Object/
DObjectFile.cpp31 sys::LLVMFileType type = sys::IdentifyFileType(Object->getBufferStart(), in createObjectFile()
DBinary.cpp50 sys::LLVMFileType type = sys::IdentifyFileType(Source->getBufferStart(), in createBinary()
/external/swiftshader/third_party/LLVM/include/llvm/Support/
DPathV1.h719 enum LLVMFileType { enum
742 LLVMFileType IdentifyFileType(const char*magic, unsigned length);
DFileSystem.h406 error_code identify_magic(const Twine &path, LLVMFileType &result);
/external/swiftshader/third_party/LLVM/lib/Archive/
DArchiveWriter.cpp185 sys::LLVMFileType type; in addFileBefore()