Searched refs:WriterCtx (Results 1 – 6 of 6) sorted by relevance
| /openbsd-src/gnu/llvm/llvm/lib/IR/ |
| H A D | AsmWriter.cpp | 1323 AsmWriterContext &WriterCtx); 1326 AsmWriterContext &WriterCtx, 1350 AsmWriterContext &WriterCtx) { in WriteConstantInternal() argument 1459 WriteAsOperandInternal(Out, BA->getFunction(), WriterCtx); in WriteConstantInternal() 1461 WriteAsOperandInternal(Out, BA->getBasicBlock(), WriterCtx); in WriteConstantInternal() 1468 WriteAsOperandInternal(Out, Equiv->getGlobalValue(), WriterCtx); in WriteConstantInternal() 1474 WriteAsOperandInternal(Out, NC->getGlobalValue(), WriterCtx); in WriteConstantInternal() 1481 WriterCtx.TypePrinter->print(ETy, Out); in WriteConstantInternal() 1483 WriteAsOperandInternal(Out, CA->getOperand(0), WriterCtx); in WriteConstantInternal() 1486 WriterCtx.TypePrinter->print(ETy, Out); in WriteConstantInternal() [all …]
|
| /openbsd-src/gnu/llvm/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 | 64 void *WriterCtx; member
|
| H A D | InstrProfilingBuffer.c | 150 BufferWriter->WriterCtx = Buffer; in initBufferWriter()
|
| H A D | InstrProfilingFile.c | 253 FILE *File = (FILE *)This->WriterCtx; in fileWriter() 290 This->WriterCtx = File; in initFileWriter()
|