Home
last modified time | relevance | path

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

/aosp_15_r20/external/llvm/include/llvm/LTO/legacy/
H A DLTOModule.h65 static bool isBitcodeFile(const void *mem, size_t length);
66 static bool isBitcodeFile(const char *path);
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/LTO/legacy/
DLTOModule.h69 static bool isBitcodeFile(const void *mem, size_t length);
70 static bool isBitcodeFile(StringRef path);
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/LTO/legacy/
DLTOModule.h69 static bool isBitcodeFile(const void *mem, size_t length);
70 static bool isBitcodeFile(StringRef path);
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/LTO/legacy/
H A DLTOModule.h69 static bool isBitcodeFile(const void *mem, size_t length);
70 static bool isBitcodeFile(StringRef path);
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/LTO/legacy/
H A DLTOModule.h71 static bool isBitcodeFile(const void *mem, size_t length);
72 static bool isBitcodeFile(StringRef path);
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/LTO/legacy/
DLTOModule.h69 static bool isBitcodeFile(const void *mem, size_t length);
70 static bool isBitcodeFile(StringRef path);
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/LTO/legacy/
DLTOModule.h69 static bool isBitcodeFile(const void *mem, size_t length);
70 static bool isBitcodeFile(StringRef path);
/aosp_15_r20/external/llvm/test/Assembler/
H A Dbcwrap.ll4 ; Test for isBitcodeFile, llvm-nm must read from a file for this test.
/aosp_15_r20/external/llvm/tools/lto/
H A Dlto.cpp173 return LTOModule::isBitcodeFile(path); in lto_module_is_object_file()
193 return LTOModule::isBitcodeFile(mem, length); in lto_module_is_object_file_in_memory()
/aosp_15_r20/external/llvm/lib/LTO/
H A DLTOModule.cpp60 bool LTOModule::isBitcodeFile(const void *Mem, size_t Length) { in isBitcodeFile() function in LTOModule
66 bool LTOModule::isBitcodeFile(const char *Path) { in isBitcodeFile() function in LTOModule
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/LTO/
H A DLTOModule.cpp55 bool LTOModule::isBitcodeFile(const void *Mem, size_t Length) { in isBitcodeFile() function in LTOModule
61 bool LTOModule::isBitcodeFile(StringRef Path) { in isBitcodeFile() function in LTOModule
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/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