Home
last modified time | relevance | path

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

/external/llvm/tools/lto/
Dlto.cpp38 return LTOModule::isBitcodeFile(path); in lto_module_is_object_file()
51 return LTOModule::isBitcodeFile(mem, length); in lto_module_is_object_file_in_memory()
DLTOModule.h67 static bool isBitcodeFile(const void *mem, size_t length);
68 static bool isBitcodeFile(const char *path);
DLTOModule.cpp165 bool LTOModule::isBitcodeFile(const void *mem, size_t length) { in isBitcodeFile() function in LTOModule
170 bool LTOModule::isBitcodeFile(const char *path) { in isBitcodeFile() function in LTOModule
171 return llvm::sys::Path(path).isBitcodeFile(); in isBitcodeFile()
/external/llvm/test/Assembler/
Dbcwrap.ll3 ; Test for isBitcodeFile, llvm-nm must read from a file for this test.
/external/llvm/lib/Support/
DPath.cpp216 Path::isBitcodeFile() const { in isBitcodeFile() function in Path
/external/llvm/include/llvm/Support/
DPathV1.h341 bool isBitcodeFile() const;