Home
last modified time | relevance | path

Searched defs:WriterCtx (Results 1 – 2 of 2) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/lib/IR/
H A DAsmWriter.cpp1685 AsmWriterContext &WriterCtx) { in writeMDTuple()
1727 AsmWriterContext &WriterCtx; member
2266 AsmWriterContext &WriterCtx) { in writeDIMacro()
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
4958 AsmWriterContext WriterCtx(nullptr, Machine, M); in printWithoutType() local
[all …]
/freebsd-14.2/contrib/llvm-project/compiler-rt/lib/profile/
H A DInstrProfilingInternal.h65 void *WriterCtx; member