Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/include/clang/Serialization/
H A DASTWriter.h770 ASTWriter &getWriter() { return Writer; } in getWriter() function
771 const ASTWriter &getWriter() const { return Writer; } in getWriter() function
/llvm-project-15.0.7/llvm/lib/MC/
H A DMCAssembler.cpp804 getWriter().recordRelocation(*this, Layout, &F, Fixup, Target, FixedValue); in handleFixup()
860 getWriter().executePostLayoutBinding(*this, Layout); in layout()
941 stats::ObjectBytes += getWriter().writeObject(*this, Layout); in Finish()
H A DMCELFStreamer.cpp161 Asm.getWriter().markGnuAbi(); in changeSection()
228 getAssembler().getWriter().markGnuAbi(); in emitSymbolAttribute()
H A DMCObjectStreamer.cpp911 getAssembler().getWriter().emitAddrsigSection(); in emitAddrsig()
916 getAssembler().getWriter().addAddrsigSymbol(Sym); in emitAddrsigSym()
H A DMCMachOStreamer.cpp594 MCObjectWriter &writer = Asm.getWriter(); in createAddrSigSection()
H A DMCExpr.cpp601 if (!Asm->getWriter().isSymbolRefDifferenceFullyResolved(*Asm, A, B, InSet)) in AttemptToFoldSymbolOffsetDifference()
/llvm-project-15.0.7/llvm/include/llvm/MC/
H A DMCAssembler.h333 MCObjectWriter &getWriter() const { return *Writer; } in getWriter() function
/llvm-project-15.0.7/llvm/lib/Target/RISCV/MCTargetDesc/
H A DRISCVAsmBackend.cpp629 Asm.getWriter().recordRelocation(Asm, Layout, &AF, Fixup, NopBytes, in shouldInsertFixupForCodeAlign()
/llvm-project-15.0.7/llvm/tools/dsymutil/
H A DMachOUtils.cpp361 auto &Writer = static_cast<MachObjectWriter &>(MCAsm.getWriter()); in generateDsymCompanion()
/llvm-project-15.0.7/clang/lib/Frontend/
H A DPrecompiledPreamble.cpp299 Action.setEmittedPreamblePCH(getWriter()); in HandleTranslationUnit()
/llvm-project-15.0.7/llvm/lib/Analysis/
H A DMemorySSA.cpp2293 MemorySSAAnnotatedWriter &getWriter() { return MSSAWriter; } in getWriter() function in DOTFuncMSSAInfo
2334 BB.print(OS, &CFGInfo->getWriter(), true, true); in getNodeLabel()