Home
last modified time | relevance | path

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

12

/freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-objcopy/
H A DBitcodeStripOpts.td1 //===-- 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 Dllvm13 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 DSymbolicFile.cpp48 case file_magic::bitcode: in createSymbolicFile()
100 case file_magic::bitcode: in isSymbolicFile()
H A DBinary.cpp74 case file_magic::bitcode: in createBinary()
H A DIRObjectFile.cpp93 case file_magic::bitcode: in findBitcodeInMemBuffer()
H A DObjectFile.cpp141 case file_magic::bitcode: in createObjectFile()
H A DArchiveWriter.cpp380 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 DMagic.cpp81 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 DMagic.h23 bitcode, ///< Bitcode file enumerator
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Serialization/
H A DTypeBitCodes.def1 //===--- TypeNodeBitCodes.def - Type to bitcode correspondance --*- C++ -*-===//
/freebsd-13.1/contrib/llvm-project/llvm/lib/ToolDrivers/llvm-lib/
H A DLibDriver.cpp185 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 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-13.1/contrib/llvm-project/clang/include/clang/Basic/
H A DDiagnosticDriverKinds.td189 "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 DInputFiles.h408 return identify_magic(mb.getBuffer()) == llvm::file_magic::bitcode; in isBitcode()
H A DDriver.cpp244 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 DDriverUtils.cpp293 case file_magic::bitcode: in loadArchiveMember()
H A DOptions.td585 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 DInputFiles.h421 return identify_magic(mb.getBuffer()) == llvm::file_magic::bitcode; in isBitcode()
H A DDriver.cpp218 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 DOpts.td23 def no_llvm_bc : FF<"no-llvm-bc", "Disable LLVM bitcode reader">;
/freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-ar/
H A Dllvm-ar.cpp897 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 DIntrinsicsHexagon.td24 /// Hexagon_NonGCC_Intrinsic - Base class for bitcode convertible Hexagon
/freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-readobj/
H A Dllvm-readobj.cpp513 if (Type == file_magic::bitcode) { in dumpInput()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Driver/
H A DOptions.td1009 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 …]

12