Searched refs:isBitcodeFile (Results 1 – 5 of 5) sorted by relevance
65 static bool isBitcodeFile(const void *mem, size_t length);66 static bool isBitcodeFile(const char *path);
3 ; Test for isBitcodeFile, llvm-nm must read from a file for this test.
86 return LTOModule::isBitcodeFile(path); in lto_module_is_object_file()98 return LTOModule::isBitcodeFile(mem, length); in lto_module_is_object_file_in_memory()
52 bool LTOModule::isBitcodeFile(const void *mem, size_t length) { in isBitcodeFile() function in LTOModule57 bool LTOModule::isBitcodeFile(const char *path) { in isBitcodeFile() function in LTOModule
293 if (!LTOModule::isBitcodeFile(view, file->filesize)) in claim_file_hook()