Home
last modified time | relevance | path

Searched refs:EmbedBitcode (Results 1 – 3 of 3) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Bitcode/
DBitcodeWriter.h156 void EmbedBitcodeInModule(Module &M, MemoryBufferRef Buf, bool EmbedBitcode,
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/LTO/
DLTOBackend.cpp318 static cl::opt<bool> EmbedBitcode(
323 if (!EmbedBitcode) in EmitBitcodeSection()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Bitcode/Writer/
DBitcodeWriter.cpp4715 bool EmbedBitcode, bool EmbedMarker, in EmbedBitcodeInModule() argument
4738 if (EmbedBitcode) { in EmbedBitcodeInModule()