Home
last modified time | relevance | path

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

12

/freebsd/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.
27 HelpText<"Remove the __LLVM bitcode segment entirely">;
/freebsd/contrib/file/magic/Magdir/
H A Dllvm14 0 lelong 0x0b17c0de LLVM bitcode, wrapper
22 0 string BC\xc0\xde LLVM IR bitcode
/freebsd/contrib/llvm-project/llvm/lib/Object/
H A DSymbolicFile.cpp47 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.cpp92 case file_magic::bitcode: in findBitcodeInMemBuffer()
H A DObjectFile.cpp157 case file_magic::bitcode: in createObjectFile()
H A DArchiveWriter.cpp82 if (identify_magic(MemBufferRef.getBuffer()) == file_magic::bitcode) { in detectKindFromObject()
84 MemBufferRef, file_magic::bitcode, &Context)) { in detectKindFromObject()
491 if (Type == file_magic::bitcode) { in getSymbolicFile()
493 Buf, file_magic::bitcode, &Context); in getSymbolicFile()
H A DOffloadBinary.cpp273 case file_magic::bitcode: in extractOffloadBinaries()
/freebsd/contrib/llvm-project/llvm/lib/BinaryFormat/
H A DMagic.cpp92 return file_magic::bitcode; in identify_magic()
96 return file_magic::bitcode; in identify_magic()
/freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DMagic.h24 bitcode, ///< Bitcode file enumerator
/freebsd/contrib/llvm-project/clang/include/clang/Serialization/
H A DTypeBitCodes.def1 //===--- TypeNodeBitCodes.def - Type to bitcode correspondance --*- C++ -*-===//
/freebsd/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.rst50 but in LLVM bitcode format. LLD reads bitcode object files, compile
/freebsd/contrib/llvm-project/llvm/lib/ToolDrivers/llvm-lib/
H A DLibDriver.cpp230 if (Magic != file_magic::coff_object && Magic != file_magic::bitcode && in appendFile()
272 if (Magic == file_magic::coff_object || Magic == file_magic::bitcode) { in appendFile()
/freebsd/contrib/libcbor/doc/source/
H A Dgetting_started.rst106 … LTO-enabled linker downstream. On LLVM toolchains without bitcode embedding (`-fembed-bitcode`), …
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/symbolizer/scripts/
H A Dbuild_symbolizer.sh191 -ignore-non-bitcode -o all.bc
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DDiagnosticDriverKinds.td273 "option '%0' requires input to be LLVM bitcode">;
375 "; use '--libomptarget-%1-bc-path' to specify %1 bitcode library">;
377 "bitcode library '%0' does not exist">;
384 : Error<"%0 is not supported with -fembed-bitcode">;
386 "-fembed-bitcode is not supported on versions of iOS prior to 6.0">;
/freebsd/contrib/llvm-project/llvm/tools/llvm-nm/
H A DOpts.td26 def no_llvm_bc : FF<"no-llvm-bc", "Disable LLVM bitcode reader">;
/freebsd/contrib/llvm-project/lld/COFF/
H A DInputFiles.h439 return identify_magic(mb.getBuffer()) == llvm::file_magic::bitcode; in isBitcode()
/freebsd/contrib/llvm-project/lld/MachO/
H A DOptions.td1263 HelpText<"Obsolete since the App Store no longer supports binaries with embedded bitcode">,
1267 HelpText<"Obsolete since the App Store no longer supports binaries with embedded bitcode">,
1272 HelpText<"Obsolete since the App Store no longer supports binaries with embedded bitcode">,
1276 HelpText<"Obsolete since the App Store no longer supports binaries with embedded bitcode">,
1280 HelpText<"Obsolete since the App Store no longer supports binaries with embedded bitcode">,
H A DInputFiles.cpp2246 case file_magic::bitcode: in loadArchiveMember()
2409 if (auto *bitcode = dyn_cast<BitcodeFile>(&file)) { in extract() local
2410 bitcode->parse(); in extract()
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DIntrinsicsHexagon.td24 /// Hexagon_NonGCC_Intrinsic - Base class for bitcode convertible Hexagon
/freebsd/contrib/llvm-project/llvm/tools/llvm-readobj/
H A Dllvm-readobj.cpp619 if (Type == file_magic::bitcode) { in dumpInput()
/freebsd/contrib/llvm-project/lld/ELF/
H A DOptions.td648 HelpText<"Emit LLVM-IR bitcode">;
729 … "Use the .llvm.lto section, which contains LLVM bitcode, in fat LTO object files to perform LTO.",
H A DDriver.cpp228 return identify_magic(mb.getBuffer()) == llvm::file_magic::bitcode; in isBitcode()
295 } else if (magic == file_magic::bitcode) in addFile()
324 case file_magic::bitcode: in addFile()

12