/external/swiftshader/third_party/LLVM/tools/lto/ |
LTOModule.h | 43 static bool isBitcodeFile(const void* mem, size_t length); 44 static bool isBitcodeFile(const char* path);
|
lto.cpp | 51 return LTOModule::isBitcodeFile(path); 70 return LTOModule::isBitcodeFile(mem, length);
|
LTOModule.cpp | 49 bool LTOModule::isBitcodeFile(const void *mem, size_t length) { 54 bool LTOModule::isBitcodeFile(const char *path) { 55 return llvm::sys::Path(path).isBitcodeFile();
|
/external/llvm/include/llvm/LTO/legacy/ |
LTOModule.h | 65 static bool isBitcodeFile(const void *mem, size_t length); 66 static bool isBitcodeFile(const char *path);
|
/external/swiftshader/third_party/LLVM/lib/Linker/ |
Linker.cpp | 141 if (FullPath.isBitcodeFile()) // .so file containing bitcode? 149 if (FullPath.isBitcodeFile()) // .so file containing bitcode?
|
/prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/LTO/legacy/ |
LTOModule.h | 69 static bool isBitcodeFile(const void *mem, size_t length); 70 static bool isBitcodeFile(StringRef path);
|
/prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/LTO/legacy/ |
LTOModule.h | 69 static bool isBitcodeFile(const void *mem, size_t length); 70 static bool isBitcodeFile(StringRef path);
|
/prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/LTO/legacy/ |
LTOModule.h | 69 static bool isBitcodeFile(const void *mem, size_t length); 70 static bool isBitcodeFile(StringRef path);
|
/prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/LTO/legacy/ |
LTOModule.h | 69 static bool isBitcodeFile(const void *mem, size_t length); 70 static bool isBitcodeFile(StringRef path);
|
/prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/LTO/legacy/ |
LTOModule.h | 69 static bool isBitcodeFile(const void *mem, size_t length); 70 static bool isBitcodeFile(StringRef path);
|
/prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/LTO/legacy/ |
LTOModule.h | 69 static bool isBitcodeFile(const void *mem, size_t length); 70 static bool isBitcodeFile(StringRef path);
|
/prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/LTO/legacy/ |
LTOModule.h | 69 static bool isBitcodeFile(const void *mem, size_t length); 70 static bool isBitcodeFile(StringRef path);
|
/prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/LTO/legacy/ |
LTOModule.h | 69 static bool isBitcodeFile(const void *mem, size_t length); 70 static bool isBitcodeFile(StringRef path);
|
/prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/LTO/legacy/ |
LTOModule.h | 69 static bool isBitcodeFile(const void *mem, size_t length); 70 static bool isBitcodeFile(StringRef path);
|
/prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/LTO/legacy/ |
LTOModule.h | 69 static bool isBitcodeFile(const void *mem, size_t length); 70 static bool isBitcodeFile(StringRef path);
|
/prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/LTO/legacy/ |
LTOModule.h | 69 static bool isBitcodeFile(const void *mem, size_t length); 70 static bool isBitcodeFile(StringRef path);
|
/prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/LTO/legacy/ |
LTOModule.h | 69 static bool isBitcodeFile(const void *mem, size_t length); 70 static bool isBitcodeFile(StringRef path);
|
/prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/LTO/legacy/ |
LTOModule.h | 69 static bool isBitcodeFile(const void *mem, size_t length); 70 static bool isBitcodeFile(StringRef path);
|
/prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/LTO/legacy/ |
LTOModule.h | 69 static bool isBitcodeFile(const void *mem, size_t length); 70 static bool isBitcodeFile(StringRef path);
|
/external/swiftshader/third_party/LLVM/include/llvm/Support/ |
PathV1.h | 355 bool isBitcodeFile() const; [all...] |
/external/swiftshader/third_party/LLVM/lib/Support/ |
Path.cpp | 224 Path::isBitcodeFile() const {
|
/external/llvm/lib/LTO/ |
LTOModule.cpp | 58 /// isBitcodeFile - Returns 'true' if the file (or memory contents) is LLVM 60 bool LTOModule::isBitcodeFile(const void *Mem, size_t Length) { 66 bool LTOModule::isBitcodeFile(const char *Path) {
|
/external/llvm/tools/lto/ |
lto.cpp | 173 return LTOModule::isBitcodeFile(path); 193 return LTOModule::isBitcodeFile(mem, length);
|
/external/swiftshader/third_party/LLVM/tools/llvm-nm/ |
llvm-nm.cpp | 307 if (Filename == "-" || aPath.isBitcodeFile()) {
|
/external/swiftshader/third_party/LLVM/tools/llvm-ld/ |
llvm-ld.cpp | 636 if (tmp_output.isBitcodeFile()) {
|