Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/LTO/legacy/
H A DLTOModule.h69 static bool isBitcodeFile(const void *mem, size_t length);
70 static bool isBitcodeFile(StringRef path);
/llvm-project-15.0.7/llvm/test/Assembler/
H A Dbcwrap.ll4 ; Test for isBitcodeFile, llvm-nm must read from a file for this test.
/llvm-project-15.0.7/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()
/llvm-project-15.0.7/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