Home
last modified time | relevance | path

Searched refs:isBitcodeFile (Results 1 – 5 of 5) sorted by relevance

/external/llvm/include/llvm/LTO/
DLTOModule.h65 static bool isBitcodeFile(const void *mem, size_t length);
66 static bool isBitcodeFile(const char *path);
/external/llvm/test/Assembler/
Dbcwrap.ll3 ; Test for isBitcodeFile, llvm-nm must read from a file for this test.
/external/llvm/tools/lto/
Dlto.cpp86 return LTOModule::isBitcodeFile(path); in lto_module_is_object_file()
98 return LTOModule::isBitcodeFile(mem, length); in lto_module_is_object_file_in_memory()
/external/llvm/lib/LTO/
DLTOModule.cpp52 bool LTOModule::isBitcodeFile(const void *mem, size_t length) { in isBitcodeFile() function in LTOModule
57 bool LTOModule::isBitcodeFile(const char *path) { in isBitcodeFile() function in LTOModule
/external/llvm/tools/gold/
Dgold-plugin.cpp293 if (!LTOModule::isBitcodeFile(view, file->filesize)) in claim_file_hook()