Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/DirectX/DXILWriter/
H A DDXILBitcodeWriter.h55 void writeModule(const Module &M);
H A DDXILBitcodeWriter.cpp406 Writer.writeModule(M); in WriteDXILToFile()
426 void BitcodeWriter::writeModule(const Module &M) { in writeModule() function in BitcodeWriter
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DThreadSafeModule.cpp46 BCWriter.writeModule(*Tmp); in cloneToContext()
/freebsd/contrib/llvm-project/llvm/include/llvm/Bitcode/
H A DBitcodeWriter.h90 LLVM_ABI void writeModule(const Module &M,
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DThinLTOBitcodeWriter.cpp501 W.writeModule(M, ShouldPreserveUseListOrder, &Index, in splitAndWriteThinLTOBitcode()
503 W.writeModule(*MergedM, ShouldPreserveUseListOrder, &MergedMIndex); in splitAndWriteThinLTOBitcode()
516 W2.writeModule(*MergedM, /*ShouldPreserveUseListOrder=*/false, in splitAndWriteThinLTOBitcode()
/freebsd/contrib/llvm-project/llvm/include/llvm/FuzzMutate/
H A DIRMutator.h220 LLVM_ABI size_t writeModule(const Module &M, uint8_t *Dest, size_t MaxSize);
/freebsd/contrib/llvm-project/llvm/lib/FuzzMutate/
H A DIRMutator.cpp773 size_t llvm::writeModule(const Module &M, uint8_t *Dest, size_t MaxSize) { in writeModule() function in llvm
/freebsd/contrib/llvm-project/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp5542 void BitcodeWriter::writeModule(const Module &M, in writeModule() function in BitcodeWriter
5576 Writer.writeModule(M, ShouldPreserveUseListOrder, Index, GenerateHash, in WriteBitcodeToFile()