Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/LTO/legacy/
H A DLTOModule.h69 static bool isBitcodeFile(const void *mem, size_t length);
70 static bool isBitcodeFile(StringRef path);
/netbsd-src/external/apache2/llvm/dist/llvm/tools/lto/
H A Dlto.cpp171 return LTOModule::isBitcodeFile(StringRef(path)); in lto_module_is_object_file()
194 return LTOModule::isBitcodeFile(mem, length); in lto_module_is_object_file_in_memory()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/LTO/
H A DLTOModule.cpp57 bool LTOModule::isBitcodeFile(const void *Mem, size_t Length) { in isBitcodeFile() function in LTOModule
63 bool LTOModule::isBitcodeFile(StringRef Path) { in isBitcodeFile() function in LTOModule