Searched refs:writeModule (Results 1 – 6 of 6) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/FuzzMutate/ |
| H A D | FuzzerCLI.h | 69 size_t writeModule(const Module &M, uint8_t *Dest, size_t MaxSize);
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/ |
| H A D | ThreadSafeModule.cpp | 46 BCWriter.writeModule(*Tmp); in cloneToNewContext()
|
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Bitcode/ |
| H A D | BitcodeWriter.h | 89 void writeModule(const Module &M, bool ShouldPreserveUseListOrder = false,
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/IPO/ |
| H A D | ThinLTOBitcodeWriter.cpp | 457 W.writeModule(M, /*ShouldPreserveUseListOrder=*/false, &Index, in splitAndWriteThinLTOBitcode() 459 W.writeModule(*MergedM, /*ShouldPreserveUseListOrder=*/false, &MergedMIndex); in splitAndWriteThinLTOBitcode() 472 W2.writeModule(*MergedM, /*ShouldPreserveUseListOrder=*/false, in splitAndWriteThinLTOBitcode()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/FuzzMutate/ |
| H A D | FuzzerCLI.cpp | 190 size_t llvm::writeModule(const Module &M, uint8_t *Dest, size_t MaxSize) { in writeModule() function in llvm
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Bitcode/Writer/ |
| H A D | BitcodeWriter.cpp | 4604 void BitcodeWriter::writeModule(const Module &M, in writeModule() function in BitcodeWriter 4646 Writer.writeModule(M, ShouldPreserveUseListOrder, Index, GenerateHash, in WriteBitcodeToFile()
|