Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/LTO/legacy/
H A DLTOModule.h70 LLVM_ABI static bool isBitcodeFile(const void *mem, size_t length);
71 LLVM_ABI static bool isBitcodeFile(StringRef path);
/freebsd/contrib/llvm-project/llvm/lib/LTO/
H A DLTOModule.cpp53 bool LTOModule::isBitcodeFile(const void *Mem, size_t Length) { in isBitcodeFile() function in LTOModule
59 bool LTOModule::isBitcodeFile(StringRef Path) { in isBitcodeFile() function in LTOModule
/freebsd/contrib/llvm-project/llvm/include/llvm/Testing/Demangle/
H A DDemangleTestCases.inc24006 {"_ZNK4llvm3sys4Path13isBitcodeFileEv", "llvm::sys::Path::isBitcodeFile() const"},