Home
last modified time | relevance | path

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

/external/llvm/include/llvm/LTO/
DLTOModule.h70 static bool isBitcodeFile(const void *mem, size_t length);
71 static bool isBitcodeFile(const char *path);
/external/llvm/test/Assembler/
Dbcwrap.ll4 ; Test for isBitcodeFile, llvm-nm must read from a file for this test.
/external/llvm/tools/lto/
Dlto.cpp107 return LTOModule::isBitcodeFile(path); in lto_module_is_object_file()
119 return LTOModule::isBitcodeFile(mem, length); in lto_module_is_object_file_in_memory()
/external/llvm/lib/LTO/
DLTOModule.cpp65 bool LTOModule::isBitcodeFile(const void *Mem, size_t Length) { in isBitcodeFile() function in LTOModule
71 bool LTOModule::isBitcodeFile(const char *Path) { in isBitcodeFile() function in LTOModule