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

/external/llvm/lib/Support/
H A DPath.cpp217 Path::isBitcodeFile() const { function in class:Path
/external/llvm/tools/lto/
H A DLTOModule.cpp163 /// isBitcodeFile - Returns 'true' if the file (or memory contents) is LLVM
165 bool LTOModule::isBitcodeFile(const void *mem, size_t length) { function in class:LTOModule
170 bool LTOModule::isBitcodeFile(const char *path) { function in class:LTOModule
171 return llvm::sys::Path(path).isBitcodeFile();

Completed in 214 milliseconds