| /freebsd-12.1/contrib/file/magic/Magdir/ |
| H A D | llvm | 13 0 lelong 0x0b17c0de LLVM bitcode, wrapper 21 0 string BC\xc0\xde LLVM IR bitcode
|
| /freebsd-12.1/contrib/llvm/lib/BinaryFormat/ |
| H A D | Magic.cpp | 67 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 D | Magic.h | 24 bitcode, ///< Bitcode file enumerator
|
| /freebsd-12.1/contrib/llvm/lib/Object/ |
| H A D | SymbolicFile.cpp | 46 case file_magic::bitcode: in createSymbolicFile()
|
| H A D | Binary.cpp | 71 case file_magic::bitcode: in createBinary()
|
| H A D | ObjectFile.cpp | 125 case file_magic::bitcode: in createObjectFile()
|
| H A D | IRObjectFile.cpp | 93 case file_magic::bitcode: in findBitcodeInMemBuffer()
|
| H A D | ArchiveWriter.cpp | 403 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 D | NewLLD.rst | 243 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 D | index.rst | 60 but in LLVM bitcode format. LLD reads bitcode object files, compile
|
| /freebsd-12.1/contrib/llvm/lib/ToolDrivers/llvm-lib/ |
| H A D | LibDriver.cpp | 155 if (Magic != file_magic::coff_object && Magic != file_magic::bitcode && in libDriverMain()
|
| /freebsd-12.1/contrib/llvm/tools/clang/include/clang/Driver/ |
| H A D | CC1Options.td | 298 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 D | Options.td | 677 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 D | InputFiles.h | 372 return identify_magic(MB.getBuffer()) == llvm::file_magic::bitcode; in isBitcode()
|
| H A D | Driver.cpp | 245 case file_magic::bitcode: in addFile()
|
| /freebsd-12.1/contrib/llvm/tools/clang/include/clang/Basic/ |
| H A D | DiagnosticDriverKinds.td | 220 : Error<"%0 is not supported with -fembed-bitcode">; 222 "-fembed-bitcode is not supported on versions of iOS prior to 6.0">;
|
| H A D | CodeGenOptions.def | 80 /// Embed Bitcode mode (off/all/bitcode/marker).
|
| /freebsd-12.1/contrib/llvm/tools/lld/COFF/ |
| H A D | Driver.cpp | 166 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 D | IntrinsicsHexagon.td | 25 /// Hexagon_NonGCC_Intrinsic - Base class for bitcode convertible Hexagon
|