Searched refs:isBitcodeFile (Results 1 – 6 of 6) sorted by relevance
38 return LTOModule::isBitcodeFile(path); in lto_module_is_object_file()51 return LTOModule::isBitcodeFile(mem, length); in lto_module_is_object_file_in_memory()
67 static bool isBitcodeFile(const void *mem, size_t length);68 static bool isBitcodeFile(const char *path);
165 bool LTOModule::isBitcodeFile(const void *mem, size_t length) { in isBitcodeFile() function in LTOModule170 bool LTOModule::isBitcodeFile(const char *path) { in isBitcodeFile() function in LTOModule171 return llvm::sys::Path(path).isBitcodeFile(); in isBitcodeFile()
3 ; Test for isBitcodeFile, llvm-nm must read from a file for this test.
216 Path::isBitcodeFile() const { in isBitcodeFile() function in Path
341 bool isBitcodeFile() const;