Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/tools/lto/
Dlto.cpp51 return LTOModule::isBitcodeFile(path); in lto_module_is_object_file()
70 return LTOModule::isBitcodeFile(mem, length); in lto_module_is_object_file_in_memory()
DLTOModule.h43 static bool isBitcodeFile(const void* mem, size_t length);
44 static bool isBitcodeFile(const char* path);
DLTOModule.cpp49 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/
DLinker.cpp141 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/
DLTOModule.h69 static bool isBitcodeFile(const void *mem, size_t length);
70 static bool isBitcodeFile(StringRef path);
/external/llvm/include/llvm/LTO/legacy/
DLTOModule.h65 static bool isBitcodeFile(const void *mem, size_t length);
66 static bool isBitcodeFile(const char *path);
/external/swiftshader/third_party/LLVM/test/Assembler/
Dbcwrap.ll3 ; test for isBitcodeFile, llvm-nm must read from a file for this test
/external/llvm/test/Assembler/
Dbcwrap.ll4 ; Test for isBitcodeFile, llvm-nm must read from a file for this test.
/external/swiftshader/third_party/llvm-7.0/llvm/test/Assembler/
Dbcwrap.ll4 ; Test for isBitcodeFile, llvm-nm must read from a file for this test.
/external/swiftshader/third_party/LLVM/lib/Support/
DPath.cpp224 Path::isBitcodeFile() const { in isBitcodeFile() function in Path
/external/llvm/tools/lto/
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()
/external/swiftshader/third_party/llvm-7.0/llvm/tools/lto/
Dlto.cpp182 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/
DPathV1.h355 bool isBitcodeFile() const;
/external/llvm/lib/LTO/
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
/external/swiftshader/third_party/llvm-7.0/llvm/lib/LTO/
DLTOModule.cpp56 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/
Dllvm-nm.cpp307 if (Filename == "-" || aPath.isBitcodeFile()) { in DumpSymbolNamesFromFile()
/external/swiftshader/third_party/LLVM/tools/llvm-ld/
Dllvm-ld.cpp636 if (tmp_output.isBitcodeFile()) { in main()