| /freebsd-14.2/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. 27 HelpText<"Remove the __LLVM bitcode segment entirely">;
|
| /freebsd-14.2/contrib/file/magic/Magdir/ |
| H A D | llvm | 14 0 lelong 0x0b17c0de LLVM bitcode, wrapper 22 0 string BC\xc0\xde LLVM IR bitcode
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Object/ |
| H A D | SymbolicFile.cpp | 47 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 | 92 case file_magic::bitcode: in findBitcodeInMemBuffer()
|
| H A D | ObjectFile.cpp | 157 case file_magic::bitcode: in createObjectFile()
|
| H A D | ArchiveWriter.cpp | 78 if (identify_magic(MemBufferRef.getBuffer()) == file_magic::bitcode) { in detectKindFromObject() 80 MemBufferRef, file_magic::bitcode, &Context)) { in detectKindFromObject() 489 if (Type == file_magic::bitcode) { in getSymbolicFile() 491 Buf, file_magic::bitcode, &Context); in getSymbolicFile()
|
| H A D | OffloadBinary.cpp | 273 case file_magic::bitcode: in extractOffloadBinaries()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/BinaryFormat/ |
| H A D | Magic.cpp | 92 return file_magic::bitcode; in identify_magic() 96 return file_magic::bitcode; in identify_magic()
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/BinaryFormat/ |
| H A D | Magic.h | 23 bitcode, ///< Bitcode file enumerator
|
| /freebsd-14.2/contrib/llvm-project/clang/include/clang/Serialization/ |
| H A D | TypeBitCodes.def | 1 //===--- TypeNodeBitCodes.def - Type to bitcode correspondance --*- C++ -*-===//
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/ToolDrivers/llvm-lib/ |
| H A D | LibDriver.cpp | 223 if (Magic != file_magic::coff_object && Magic != file_magic::bitcode && in appendFile() 265 if (Magic == file_magic::coff_object || Magic == file_magic::bitcode) { in appendFile()
|
| /freebsd-14.2/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 | ReleaseNotes.rst | 39 * ``--save-temps --lto-emit-asm`` now derives ELF/asm file names from bitcode file names. 95 the output of LTO compilation as LLVM bitcode or assembly.
|
| H A D | index.rst | 50 but in LLVM bitcode format. LLD reads bitcode object files, compile
|
| /freebsd-14.2/contrib/llvm-project/compiler-rt/lib/sanitizer_common/symbolizer/scripts/ |
| H A D | build_symbolizer.sh | 187 -ignore-non-bitcode -o all.bc
|
| /freebsd-14.2/contrib/llvm-project/lld/MachO/ |
| H A D | ObjC.cpp | 65 case file_magic::bitcode: in hasObjCSection()
|
| H A D | Options.td | 1202 HelpText<"Obsolete since the App Store no longer supports binaries with embedded bitcode">, 1206 HelpText<"Obsolete since the App Store no longer supports binaries with embedded bitcode">, 1211 HelpText<"Obsolete since the App Store no longer supports binaries with embedded bitcode">, 1215 HelpText<"Obsolete since the App Store no longer supports binaries with embedded bitcode">, 1219 HelpText<"Obsolete since the App Store no longer supports binaries with embedded bitcode">,
|
| H A D | InputFiles.cpp | 2175 case file_magic::bitcode: in loadArchiveMember() 2339 if (auto *bitcode = dyn_cast<BitcodeFile>(&file)) { in extract() local 2340 bitcode->parse(); in extract()
|
| /freebsd-14.2/contrib/llvm-project/clang/include/clang/Basic/ |
| H A D | DiagnosticDriverKinds.td | 256 "option '%0' requires input to be LLVM bitcode">; 353 "; use '--libomptarget-%1-bc-path' to specify %1 bitcode library">; 355 "bitcode library '%0' does not exist">; 362 : Error<"%0 is not supported with -fembed-bitcode">; 364 "-fembed-bitcode is not supported on versions of iOS prior to 6.0">;
|
| /freebsd-14.2/contrib/llvm-project/lld/COFF/ |
| H A D | InputFiles.h | 410 return identify_magic(mb.getBuffer()) == llvm::file_magic::bitcode; in isBitcode()
|
| /freebsd-14.2/contrib/llvm-project/llvm/tools/llvm-nm/ |
| H A D | Opts.td | 26 def no_llvm_bc : FF<"no-llvm-bc", "Disable LLVM bitcode reader">;
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/IR/ |
| H A D | IntrinsicsHexagon.td | 24 /// Hexagon_NonGCC_Intrinsic - Base class for bitcode convertible Hexagon
|
| /freebsd-14.2/contrib/llvm-project/llvm/tools/llvm-readobj/ |
| H A D | llvm-readobj.cpp | 598 if (Type == file_magic::bitcode) { in dumpInput()
|
| /freebsd-14.2/contrib/llvm-project/lld/ELF/ |
| H A D | Driver.cpp | 247 return identify_magic(mb.getBuffer()) == llvm::file_magic::bitcode; in isBitcode() 314 } else if (magic == file_magic::bitcode) in addFile() 342 case file_magic::bitcode: in addFile()
|