HomeSort by relevance Sort by last modified time
    Searched refs:isBitcodeFile (Results 1 - 7 of 7) sorted by null

  /external/llvm/tools/lto/
LTOModule.h 64 /// isBitcodeFile - Returns 'true' if the file or memory contents is LLVM
66 static bool isBitcodeFile(const void *mem, size_t length);
67 static bool isBitcodeFile(const char *path);
lto.cpp 39 return LTOModule::isBitcodeFile(path);
52 return LTOModule::isBitcodeFile(mem, length);
LTOModule.cpp 45 /// isBitcodeFile - Returns 'true' if the file (or memory contents) is LLVM
47 bool LTOModule::isBitcodeFile(const void *mem, size_t length) {
52 bool LTOModule::isBitcodeFile(const char *path) {
53 return llvm::sys::Path(path).isBitcodeFile();
  /external/llvm/lib/Linker/
Linker.cpp 140 if (FullPath.isBitcodeFile()) // .so file containing bitcode?
148 if (FullPath.isBitcodeFile()) // .so file containing bitcode?
  /external/llvm/include/llvm/Support/
PathV1.h 341 bool isBitcodeFile() const;
    [all...]
  /external/llvm/lib/Support/
Path.cpp 214 Path::isBitcodeFile() const {
  /external/llvm/tools/llvm-ld/
llvm-ld.cpp 636 if (tmp_output.isBitcodeFile()) {

Completed in 77 milliseconds