Home
last modified time | relevance | path

Searched defs:bitcode (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DMagic.h23 bitcode, ///< Bitcode file enumerator
/freebsd/contrib/llvm-project/lld/MachO/
H A DInputFiles.cpp2339 if (auto *bitcode = dyn_cast<BitcodeFile>(&file)) { in extract() local