Searched refs:isBitcodeFile (Results 1 – 12 of 12) sorted by relevance
/aosp_15_r20/external/llvm/include/llvm/LTO/legacy/ |
H A D | LTOModule.h | 65 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/ |
D | LTOModule.h | 69 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/ |
D | LTOModule.h | 69 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 D | LTOModule.h | 69 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 D | LTOModule.h | 71 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/ |
D | LTOModule.h | 69 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/ |
D | LTOModule.h | 69 static bool isBitcodeFile(const void *mem, size_t length); 70 static bool isBitcodeFile(StringRef path);
|
/aosp_15_r20/external/llvm/test/Assembler/ |
H A D | bcwrap.ll | 4 ; Test for isBitcodeFile, llvm-nm must read from a file for this test.
|
/aosp_15_r20/external/llvm/tools/lto/ |
H A D | lto.cpp | 173 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 D | LTOModule.cpp | 60 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 D | LTOModule.cpp | 55 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 D | LTOModule.cpp | 57 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
|