Searched defs:isBitcodeFile (Results 1 - 3 of 3) sorted by relevance

/external/llvm/lib/LTO/
H A DLTOModule.cpp58 /// isBitcodeFile - Returns 'true' if the file (or memory contents) is LLVM
60 bool LTOModule::isBitcodeFile(const void *Mem, size_t Length) { function in class:LTOModule
66 bool LTOModule::isBitcodeFile(const char *Path) { function in class:LTOModule
/external/swiftshader/third_party/LLVM/lib/Support/
H A DPath.cpp224 Path::isBitcodeFile() const { function in class:Path
/external/swiftshader/third_party/LLVM/tools/lto/
H A DLTOModule.cpp49 bool LTOModule::isBitcodeFile(const void *mem, size_t length) { function in class:LTOModule
54 bool LTOModule::isBitcodeFile(const char *path) { function in class:LTOModule
55 return llvm::sys::Path(path).isBitcodeFile();

Completed in 188 milliseconds