Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/LTO/legacy/
H A DLTOModule.h69 static bool isBitcodeFile(const void *mem, size_t length);
70 static bool isBitcodeFile(StringRef path);
/openbsd-src/gnu/llvm/llvm/tools/lto/
H A Dlto.cpp169 return LTOModule::isBitcodeFile(StringRef(path)); in lto_module_is_object_file()
192 return LTOModule::isBitcodeFile(mem, length); in lto_module_is_object_file_in_memory()
/openbsd-src/gnu/llvm/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