/external/swiftshader/third_party/LLVM/tools/lto/ |
D | lto.cpp | 51 return LTOModule::isBitcodeFile(path); in lto_module_is_object_file() 70 return LTOModule::isBitcodeFile(mem, length); in lto_module_is_object_file_in_memory()
|
D | LTOModule.h | 43 static bool isBitcodeFile(const void* mem, size_t length); 44 static bool isBitcodeFile(const char* path);
|
D | LTOModule.cpp | 49 bool LTOModule::isBitcodeFile(const void *mem, size_t length) { in isBitcodeFile() function in LTOModule 54 bool LTOModule::isBitcodeFile(const char *path) { in isBitcodeFile() function in LTOModule 55 return llvm::sys::Path(path).isBitcodeFile(); in isBitcodeFile()
|
/external/swiftshader/third_party/LLVM/lib/Linker/ |
D | Linker.cpp | 141 if (FullPath.isBitcodeFile()) // .so file containing bitcode? in IsLibrary() 149 if (FullPath.isBitcodeFile()) // .so file containing bitcode? in IsLibrary()
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/LTO/legacy/ |
D | LTOModule.h | 69 static bool isBitcodeFile(const void *mem, size_t length); 70 static bool isBitcodeFile(StringRef path);
|
/external/llvm/include/llvm/LTO/legacy/ |
D | LTOModule.h | 65 static bool isBitcodeFile(const void *mem, size_t length); 66 static bool isBitcodeFile(const char *path);
|
/external/swiftshader/third_party/LLVM/test/Assembler/ |
D | bcwrap.ll | 3 ; test for isBitcodeFile, llvm-nm must read from a file for this test
|
/external/llvm/test/Assembler/ |
D | bcwrap.ll | 4 ; Test for isBitcodeFile, llvm-nm must read from a file for this test.
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/Assembler/ |
D | bcwrap.ll | 4 ; Test for isBitcodeFile, llvm-nm must read from a file for this test.
|
/external/swiftshader/third_party/LLVM/lib/Support/ |
D | Path.cpp | 224 Path::isBitcodeFile() const { in isBitcodeFile() function in Path
|
/external/llvm/tools/lto/ |
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()
|
/external/swiftshader/third_party/llvm-7.0/llvm/tools/lto/ |
D | lto.cpp | 182 return LTOModule::isBitcodeFile(StringRef(path)); in lto_module_is_object_file() 205 return LTOModule::isBitcodeFile(mem, length); in lto_module_is_object_file_in_memory()
|
/external/swiftshader/third_party/LLVM/include/llvm/Support/ |
D | PathV1.h | 355 bool isBitcodeFile() const;
|
/external/llvm/lib/LTO/ |
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
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/LTO/ |
D | LTOModule.cpp | 56 bool LTOModule::isBitcodeFile(const void *Mem, size_t Length) { in isBitcodeFile() function in LTOModule 62 bool LTOModule::isBitcodeFile(StringRef Path) { in isBitcodeFile() function in LTOModule
|
/external/swiftshader/third_party/LLVM/tools/llvm-nm/ |
D | llvm-nm.cpp | 307 if (Filename == "-" || aPath.isBitcodeFile()) { in DumpSymbolNamesFromFile()
|
/external/swiftshader/third_party/LLVM/tools/llvm-ld/ |
D | llvm-ld.cpp | 636 if (tmp_output.isBitcodeFile()) { in main()
|