Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/DirectX/DXILWriter/
H A DDXILBitcodeWriter.h71 void writeModule(const Module &M);
H A DDXILBitcodeWriter.cpp388 Writer.writeModule(M); in WriteDXILToFile()
455 void BitcodeWriter::writeModule(const Module &M) { in writeModule() function in BitcodeWriter
/llvm-project-15.0.7/llvm/lib/ExecutionEngine/Orc/
H A DThreadSafeModule.cpp46 BCWriter.writeModule(*Tmp); in cloneToNewContext()
/llvm-project-15.0.7/llvm/include/llvm/Bitcode/
H A DBitcodeWriter.h89 void writeModule(const Module &M, bool ShouldPreserveUseListOrder = false,
/llvm-project-15.0.7/llvm/tools/llvm-cat/
H A Dllvm-cat.cpp80 Writer.writeModule(*M); in main()
/llvm-project-15.0.7/llvm/lib/Transforms/IPO/
H A DThinLTOBitcodeWriter.cpp465 W.writeModule(M, /*ShouldPreserveUseListOrder=*/false, &Index, in splitAndWriteThinLTOBitcode()
467 W.writeModule(*MergedM, /*ShouldPreserveUseListOrder=*/false, &MergedMIndex); in splitAndWriteThinLTOBitcode()
480 W2.writeModule(*MergedM, /*ShouldPreserveUseListOrder=*/false, in splitAndWriteThinLTOBitcode()
/llvm-project-15.0.7/llvm/include/llvm/FuzzMutate/
H A DIRMutator.h134 size_t writeModule(const Module &M, uint8_t *Dest, size_t MaxSize);
/llvm-project-15.0.7/llvm/tools/llvm-isel-fuzzer/
H A Dllvm-isel-fuzzer.cpp78 return writeModule(*M, Data, MaxSize); in LLVMFuzzerCustomMutator()
/llvm-project-15.0.7/llvm/lib/FuzzMutate/
H A DIRMutator.cpp272 size_t llvm::writeModule(const Module &M, uint8_t *Dest, size_t MaxSize) { in writeModule() function in llvm
/llvm-project-15.0.7/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp4661 void BitcodeWriter::writeModule(const Module &M, in writeModule() function in BitcodeWriter
4703 Writer.writeModule(M, ShouldPreserveUseListOrder, Index, GenerateHash, in WriteBitcodeToFile()