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

  /external/llvm/lib/Support/
Path.cpp 224 Path::isBitcodeFile() const {
  /external/llvm/tools/lto/
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();

Completed in 2728 milliseconds