| /freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-objcopy/ |
| H A D | BitcodeStripOpts.td | 1 //===-- BitcodeStripOpts.td - llvm-bitcode-strip options ---------------*-===// 9 // This file describes the command line options of llvm-bitcode-strip.
|
| /freebsd-13.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-13.1/contrib/llvm-project/llvm/lib/Object/ |
| H A D | SymbolicFile.cpp | 48 case file_magic::bitcode: in createSymbolicFile() 100 case file_magic::bitcode: in isSymbolicFile()
|
| H A D | Binary.cpp | 74 case file_magic::bitcode: in createBinary()
|
| H A D | IRObjectFile.cpp | 93 case file_magic::bitcode: in findBitcodeInMemBuffer()
|
| H A D | ObjectFile.cpp | 141 case file_magic::bitcode: in createObjectFile()
|
| H A D | ArchiveWriter.cpp | 380 if (Type == file_magic::bitcode) { in getSymbols() 382 Buf, file_magic::bitcode, &Context); in getSymbols()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/BinaryFormat/ |
| H A D | Magic.cpp | 81 return file_magic::bitcode; in identify_magic() 85 return file_magic::bitcode; in identify_magic()
|
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/BinaryFormat/ |
| H A D | Magic.h | 23 bitcode, ///< Bitcode file enumerator
|
| /freebsd-13.1/contrib/llvm-project/clang/include/clang/Serialization/ |
| H A D | TypeBitCodes.def | 1 //===--- TypeNodeBitCodes.def - Type to bitcode correspondance --*- C++ -*-===//
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/ToolDrivers/llvm-lib/ |
| H A D | LibDriver.cpp | 185 if (Magic != file_magic::coff_object && Magic != file_magic::bitcode && in appendFile() 227 if (Magic == file_magic::coff_object || Magic == file_magic::bitcode) { in appendFile()
|
| /freebsd-13.1/contrib/llvm-project/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-13.1/contrib/llvm-project/clang/include/clang/Basic/ |
| H A D | DiagnosticDriverKinds.td | 189 "option '%0' requires input to be LLVM bitcode">; 271 …irectory or in LIBRARY_PATH. Please use --libomptarget-%1-bc-path to specify %1 bitcode library.">; 278 : Error<"%0 is not supported with -fembed-bitcode">; 280 "-fembed-bitcode is not supported on versions of iOS prior to 6.0">;
|
| /freebsd-13.1/contrib/llvm-project/lld/ELF/ |
| H A D | InputFiles.h | 408 return identify_magic(mb.getBuffer()) == llvm::file_magic::bitcode; in isBitcode()
|
| H A D | Driver.cpp | 244 if (identify_magic(p.first.getBuffer()) != file_magic::bitcode) { in addFile() 278 case file_magic::bitcode: in addFile()
|
| /freebsd-13.1/contrib/llvm-project/lld/MachO/ |
| H A D | DriverUtils.cpp | 293 case file_magic::bitcode: in loadArchiveMember()
|
| H A D | Options.td | 585 def grp_bitcode : OptionGroup<"bitcode">, HelpText<"BITCODE BUILD FLOW">; 588 HelpText<"Generate an embedded bitcode bundle in the __LLVM,__bundle section of the output">, 591 HelpText<"With -bitcode_bundle, hide all non-exported symbols from output bitcode bundle.">, 596 …HelpText<"Write the bitcode symbol reverse mapping to file <path>, or if a directory, to <path>/UU…
|
| /freebsd-13.1/contrib/llvm-project/lld/COFF/ |
| H A D | InputFiles.h | 421 return identify_magic(mb.getBuffer()) == llvm::file_magic::bitcode; in isBitcode()
|
| H A D | Driver.cpp | 218 case file_magic::bitcode: in addBuffer() 292 } else if (magic == file_magic::bitcode) { in addArchiveBuffer()
|
| /freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-nm/ |
| H A D | Opts.td | 23 def no_llvm_bc : FF<"no-llvm-bc", "Disable LLVM bitcode reader">;
|
| /freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-ar/ |
| H A D | llvm-ar.cpp | 897 if (identify_magic(MemBufferRef.getBuffer()) == file_magic::bitcode) { in getKindFromMember() 899 MemBufferRef, file_magic::bitcode, &Context)) { in getKindFromMember()
|
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/IR/ |
| H A D | IntrinsicsHexagon.td | 24 /// Hexagon_NonGCC_Intrinsic - Base class for bitcode convertible Hexagon
|
| /freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-readobj/ |
| H A D | llvm-readobj.cpp | 513 if (Type == file_magic::bitcode) { in dumpInput()
|
| /freebsd-13.1/contrib/llvm-project/clang/include/clang/Driver/ |
| H A D | Options.td | 1009 HelpText<"Path to libomptarget-amdgcn bitcode library">; 1011 HelpText<"Path to libomptarget-nvptx bitcode library">; 1113 def fembed_bitcode_EQ : Joined<["-"], "fembed-bitcode=">, 1115 HelpText<"Embed LLVM bitcode (option: off, all, bitcode, marker)">, 1119 def fembed_bitcode : Flag<["-"], "fembed-bitcode">, Group<f_Group>, 1121 HelpText<"Embed LLVM IR bitcode as data">; 1122 def fembed_bitcode_marker : Flag<["-"], "fembed-bitcode-marker">, 2008 def fthin_link_bitcode_EQ : Joined<["-"], "fthin-link-bitcode=">, 4963 def mlink_bitcode_file : Separate<["-"], "mlink-bitcode-file">, 4965 def mlink_builtin_bitcode : Separate<["-"], "mlink-builtin-bitcode">, [all …]
|