Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/IR/
H A DAsmWriter.cpp1727 AsmWriterContext &WriterCtx; member
1732 : Out(Out), WriterCtx(Ctx) {} in MDFieldPrinter()
2511 auto *Machine = WriterCtx.Machine; in WriteAsOperandInternal()
2566 if (!WriterCtx.Machine) { in WriteAsOperandInternal()
2737 auto WriterCtx = getContext(); in writeOperand() local
2797 auto WriterCtx = getContext(); in writeParamOperand() local
2822 auto WriterCtx = getContext(); in writeOperandBundles() local
4593 auto WriterCtx = getContext(); in printDPValue() local
4622 auto WriterCtx = getContext(); in printMetadataAttachments() local
4654 auto WriterCtx = getContext(); in printMDNodeBody() local
[all …]
/freebsd-14.2/contrib/llvm-project/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.h65 void *WriterCtx; member
H A DInstrProfilingBuffer.c178 BufferWriter->WriterCtx = Buffer; in initBufferWriter()
H A DInstrProfilingFile.c295 FILE *File = (FILE *)This->WriterCtx; in fileWriter()
332 This->WriterCtx = File; in initFileWriter()