Home
last modified time | relevance | path

Searched refs:writeModule (Results 1 – 8 of 8) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/FuzzMutate/
DFuzzerCLI.h68 size_t writeModule(const Module &M, uint8_t *Dest, size_t MaxSize);
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/Orc/
DThreadSafeModule.cpp46 BCWriter.writeModule(*Tmp); in cloneToNewContext()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Bitcode/
DBitcodeWriter.h89 void writeModule(const Module &M, bool ShouldPreserveUseListOrder = false,
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/
DThinLTOBitcodeWriter.cpp407 W.writeModule(M, /*ShouldPreserveUseListOrder=*/false, &Index, in splitAndWriteThinLTOBitcode()
409 W.writeModule(*MergedM, /*ShouldPreserveUseListOrder=*/false, &MergedMIndex); in splitAndWriteThinLTOBitcode()
422 W2.writeModule(*MergedM, /*ShouldPreserveUseListOrder=*/false, in splitAndWriteThinLTOBitcode()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/FuzzMutate/
DFuzzerCLI.cpp189 size_t llvm::writeModule(const Module &M, uint8_t *Dest, size_t MaxSize) { in writeModule() function in llvm
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineMultisampleShaderBuiltInTests.cpp1854 …const auto writeModule = vk::createShaderModule(vkd, device, m_context.getBinaryCollection().get("… in iterate() local
1998 vertModule.get(), DE_NULL, DE_NULL, DE_NULL, writeModule.get(), in iterate()
/third_party/mesa3d/src/compiler/clc/
Dclc_helpers.cpp1028 writer.writeModule(*mod); in clc_c_to_spir()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Bitcode/Writer/
DBitcodeWriter.cpp4436 void BitcodeWriter::writeModule(const Module &M, in writeModule() function in BitcodeWriter
4478 Writer.writeModule(M, ShouldPreserveUseListOrder, Index, GenerateHash, in WriteBitcodeToFile()