Home
last modified time | relevance | path

Searched refs:bitcode (Results 1 – 19 of 19) sorted by relevance

/freebsd-12.1/contrib/file/magic/Magdir/
H A Dllvm13 0 lelong 0x0b17c0de LLVM bitcode, wrapper
21 0 string BC\xc0\xde LLVM IR bitcode
/freebsd-12.1/contrib/llvm/lib/BinaryFormat/
H A DMagic.cpp67 return file_magic::bitcode; in identify_magic()
71 return file_magic::bitcode; in identify_magic()
/freebsd-12.1/contrib/llvm/include/llvm/BinaryFormat/
H A DMagic.h24 bitcode, ///< Bitcode file enumerator
/freebsd-12.1/contrib/llvm/lib/Object/
H A DSymbolicFile.cpp46 case file_magic::bitcode: in createSymbolicFile()
H A DBinary.cpp71 case file_magic::bitcode: in createBinary()
H A DObjectFile.cpp125 case file_magic::bitcode: in createObjectFile()
H A DIRObjectFile.cpp93 case file_magic::bitcode: in findBitcodeInMemBuffer()
H A DArchiveWriter.cpp403 if (identify_magic(Buf.getBuffer()) == file_magic::bitcode) { in getSymbols()
405 Buf, file_magic::bitcode, &Context); in getSymbols()
/freebsd-12.1/contrib/llvm/tools/lld/docs/
H A DNewLLD.rst243 LTO is implemented by handling LLVM bitcode files as object files.
244 The linker resolves symbols in bitcode files normally. If all symbols
246 with all bitcode files to convert them to one big regular ELF/COFF file.
247 Finally, the linker replaces bitcode symbols with ELF/COFF symbols,
H A Dindex.rst60 but in LLVM bitcode format. LLD reads bitcode object files, compile
/freebsd-12.1/contrib/llvm/lib/ToolDrivers/llvm-lib/
H A DLibDriver.cpp155 if (Magic != file_magic::coff_object && Magic != file_magic::bitcode && in libDriverMain()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Driver/
H A DCC1Options.td298 def mlink_bitcode_file : Separate<["-"], "mlink-bitcode-file">,
299 HelpText<"Link the given bitcode file before performing optimizations.">;
300 def mlink_builtin_bitcode : Separate<["-"], "mlink-builtin-bitcode">,
301 HelpText<"Link and internalize needed symbols from the given bitcode file "
303 def mlink_cuda_bitcode : Separate<["-"], "mlink-cuda-bitcode">,
366 def fthin_link_bitcode_EQ : Joined<["-"], "fthin-link-bitcode=">,
367 HelpText<"Write minimized bitcode to <file> for the ThinLTO thin link only">;
H A DOptions.td677 def fembed_bitcode_EQ : Joined<["-"], "fembed-bitcode=">,
679 HelpText<"Embed LLVM bitcode (option: off, all, bitcode, marker)">;
680 def fembed_bitcode : Flag<["-"], "fembed-bitcode">, Group<f_Group>,
682 HelpText<"Embed LLVM IR bitcode as data">;
683 def fembed_bitcode_marker : Flag<["-"], "fembed-bitcode-marker">,
/freebsd-12.1/contrib/llvm/tools/lld/ELF/
H A DInputFiles.h372 return identify_magic(MB.getBuffer()) == llvm::file_magic::bitcode; in isBitcode()
H A DDriver.cpp245 case file_magic::bitcode: in addFile()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Basic/
H A DDiagnosticDriverKinds.td220 : Error<"%0 is not supported with -fembed-bitcode">;
222 "-fembed-bitcode is not supported on versions of iOS prior to 6.0">;
H A DCodeGenOptions.def80 /// Embed Bitcode mode (off/all/bitcode/marker).
/freebsd-12.1/contrib/llvm/tools/lld/COFF/
H A DDriver.cpp166 case file_magic::bitcode: in addBuffer()
213 } else if (Magic == file_magic::bitcode) { in addArchiveBuffer()
/freebsd-12.1/contrib/llvm/include/llvm/IR/
H A DIntrinsicsHexagon.td25 /// Hexagon_NonGCC_Intrinsic - Base class for bitcode convertible Hexagon