Home
last modified time | relevance | path

Searched refs:getWriter (Results 1 – 13 of 13) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/lib/MC/
H A DMCXCOFFStreamer.cpp111 getAssembler().getWriter().addExceptionEntry(Symbol, Trap, Lang, Reason, in emitXCOFFExceptDirective()
116 getAssembler().getWriter().addCInfoSymEntry(Name, Metadata); in emitXCOFFCInfoSym()
H A DMCELFStreamer.cpp161 Asm.getWriter().markGnuAbi(); in changeSection()
229 getAssembler().getWriter().markGnuAbi(); in emitSymbolAttribute()
267 getAssembler().getWriter().markGnuAbi(); in emitSymbolAttribute()
H A DMCAssembler.cpp811 getWriter().recordRelocation(*this, Layout, &F, Fixup, Target, FixedValue); in handleFixup()
867 getWriter().executePostLayoutBinding(*this, Layout); in layout()
954 stats::ObjectBytes += getWriter().writeObject(*this, Layout); in Finish()
H A DMCObjectStreamer.cpp909 getAssembler().getWriter().emitAddrsigSection(); in emitAddrsig()
913 getAssembler().getWriter().addAddrsigSymbol(Sym); in emitAddrsigSym()
H A DMCMachOStreamer.cpp590 MCObjectWriter &writer = Asm.getWriter(); in createAddrSigSection()
H A DMCExpr.cpp607 if (!Asm->getWriter().isSymbolRefDifferenceFullyResolved(*Asm, A, B, InSet)) in AttemptToFoldSymbolOffsetDifference()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/LoongArch/MCTargetDesc/
H A DLoongArchAsmBackend.cpp241 Asm.getWriter().recordRelocation(Asm, Layout, &AF, Fixup, Value, FixedValue); in shouldInsertFixupForCodeAlign()
501 Asm.getWriter().recordRelocation(Asm, Layout, &F, FA, A, FixedValueA); in handleAddSubRelocations()
502 Asm.getWriter().recordRelocation(Asm, Layout, &F, FB, B, FixedValueB); in handleAddSubRelocations()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/RISCV/MCTargetDesc/
H A DRISCVAsmBackend.cpp628 Asm.getWriter().recordRelocation(Asm, Layout, &F, FA, A, FixedValueA); in handleAddSubRelocations()
629 Asm.getWriter().recordRelocation(Asm, Layout, &F, FB, B, FixedValueB); in handleAddSubRelocations()
715 Asm.getWriter().recordRelocation(Asm, Layout, &AF, Fixup, NopBytes, in shouldInsertFixupForCodeAlign()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Serialization/
H A DASTWriter.h855 ASTWriter &getWriter() { return Writer; } in getWriter() function
856 const ASTWriter &getWriter() const { return Writer; } in getWriter() function
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCAssembler.h336 MCObjectWriter &getWriter() const { return *Writer; } in getWriter() function
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AMDGPU/MCTargetDesc/
H A DAMDGPUTargetStreamer.cpp489 MCA.getWriter().setOverrideABIVersion( in finish()
/freebsd-14.2/contrib/llvm-project/clang/lib/Frontend/
H A DPrecompiledPreamble.cpp311 Action.setEmittedPreamblePCH(getWriter()); in HandleTranslationUnit()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Analysis/
H A DMemorySSA.cpp2227 MemorySSAAnnotatedWriter &getWriter() { return MSSAWriter; } in getWriter() function in DOTFuncMSSAInfo
2268 BB.print(OS, &CFGInfo->getWriter(), true, true); in getNodeLabel()