Home
last modified time | relevance | path

Searched refs:WriterCtx (Results 1 – 6 of 6) sorted by relevance

/llvm-project-15.0.7/llvm/lib/IR/
H A DAsmWriter.cpp1651 AsmWriterContext &WriterCtx; member
1656 : Out(Out), WriterCtx(Ctx) {} in MDFieldPrinter()
1723 WriterCtx.onWriteMetadataAsOperand(MD); in writeMetadataAsOperand()
2428 auto *Machine = WriterCtx.Machine; in WriteAsOperandInternal()
2483 if (!WriterCtx.Machine) { in WriteAsOperandInternal()
2652 auto WriterCtx = getContext(); in writeOperand() local
2712 auto WriterCtx = getContext(); in writeParamOperand() local
2737 auto WriterCtx = getContext(); in writeOperandBundles() local
4369 auto WriterCtx = getContext(); in printMetadataAttachments() local
4401 auto WriterCtx = getContext(); in printMDNodeBody() local
[all …]
/llvm-project-15.0.7/compiler-rt/lib/profile/
H A DInstrProfilingPlatformFuchsia.c67 struct lprofVMOWriterCtx *Ctx = (struct lprofVMOWriterCtx *)This->WriterCtx; in lprofVMOWriter()
101 This->WriterCtx = Ctx; in initVMOWriter()
H A DInstrProfilingWriter.c42 char **Buffer = (char **)&This->WriterCtx; in lprofBufferWriter()
105 (uint8_t *)BufferWriter.WriterCtx - BufferIO->BufferStart; in lprofBufferIOWrite()
H A DInstrProfilingInternal.h64 void *WriterCtx; member
H A DInstrProfilingBuffer.c150 BufferWriter->WriterCtx = Buffer; in initBufferWriter()
H A DInstrProfilingFile.c253 FILE *File = (FILE *)This->WriterCtx; in fileWriter()
290 This->WriterCtx = File; in initFileWriter()