Searched refs:WriterCtx (Results 1 – 6 of 6) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/IR/ |
| H A D | AsmWriter.cpp | 1457 AsmWriterContext &WriterCtx); 1460 AsmWriterContext &WriterCtx, 1600 AsmWriterContext &WriterCtx) { in WriteConstantInternal() argument 1606 WriterCtx.TypePrinter->print(Ty->getScalarType(), Out); in WriteConstantInternal() 1626 WriterCtx.TypePrinter->print(Ty->getScalarType(), Out); in WriteConstantInternal() 1645 WriteAsOperandInternal(Out, BA->getFunction(), WriterCtx); in WriteConstantInternal() 1647 WriteAsOperandInternal(Out, BA->getBasicBlock(), WriterCtx); in WriteConstantInternal() 1654 WriteAsOperandInternal(Out, Equiv->getGlobalValue(), WriterCtx); in WriteConstantInternal() 1660 WriteAsOperandInternal(Out, NC->getGlobalValue(), WriterCtx); in WriteConstantInternal() 1677 WriterCtx.TypePrinter->print(CPA->getOperand(i)->getType(), Out); in WriteConstantInternal() [all …]
|
| /freebsd/contrib/llvm-project/compiler-rt/lib/profile/ |
| H A D | InstrProfilingPlatformFuchsia.c | 67 struct lprofVMOWriterCtx *Ctx = (struct lprofVMOWriterCtx *)This->WriterCtx; in lprofVMOWriter() 101 This->WriterCtx = Ctx; in initVMOWriter()
|
| H A D | InstrProfilingWriter.c | 42 char **Buffer = (char **)&This->WriterCtx; in lprofBufferWriter() 105 (uint8_t *)BufferWriter.WriterCtx - BufferIO->BufferStart; in lprofBufferIOWrite()
|
| H A D | InstrProfilingInternal.h | 67 void *WriterCtx; member
|
| H A D | InstrProfilingBuffer.c | 234 BufferWriter->WriterCtx = Buffer; in initBufferWriter()
|
| H A D | InstrProfilingFile.c | 334 FILE *File = (FILE *)This->WriterCtx; in fileWriter() 362 This->WriterCtx = File; in initFileWriter() 961 lprofBinaryIdsBuffer *Data = (lprofBinaryIdsBuffer *)This->WriterCtx; in binaryIdsStringWriter()
|