Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/include/clang/Serialization/
H A DASTWriter.h777 ASTWriter &getWriter() { return Writer; } in getWriter() function
778 const ASTWriter &getWriter() const { return Writer; } in getWriter() function
/freebsd-13.1/contrib/llvm-project/llvm/lib/MC/
H A DMCAssembler.cpp795 getWriter().recordRelocation(*this, Layout, &F, Fixup, Target, FixedValue); in handleFixup()
851 getWriter().executePostLayoutBinding(*this, Layout); in layout()
932 stats::ObjectBytes += getWriter().writeObject(*this, Layout); in Finish()
H A DMCObjectStreamer.cpp860 getAssembler().getWriter().emitAddrsigSection(); in emitAddrsig()
865 getAssembler().getWriter().addAddrsigSymbol(Sym); in emitAddrsigSym()
H A DMCELFStreamer.cpp161 Asm.getWriter().markGnuAbi(); in changeSection()
H A DMCExpr.cpp597 if (!Asm->getWriter().isSymbolRefDifferenceFullyResolved(*Asm, A, B, InSet)) in AttemptToFoldSymbolOffsetDifference()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCAssembler.h304 MCObjectWriter &getWriter() const { return *Writer; } in getWriter() function
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/RISCV/MCTargetDesc/
H A DRISCVAsmBackend.cpp626 Asm.getWriter().recordRelocation(Asm, Layout, &AF, Fixup, NopBytes, in shouldInsertFixupForCodeAlign()
/freebsd-13.1/contrib/llvm-project/clang/lib/Frontend/
H A DPrecompiledPreamble.cpp260 Action.setEmittedPreamblePCH(getWriter()); in HandleTranslationUnit()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Analysis/
H A DMemorySSA.cpp2239 MemorySSAAnnotatedWriter &getWriter() { return MSSAWriter; } in getWriter() function in DOTFuncMSSAInfo
2280 BB.print(OS, &CFGInfo->getWriter(), true, true); in getNodeLabel()