Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/MC/
H A DMCAssembler.cpp737 getWriter().recordRelocation(*this, Layout, &F, FixupAdd, TargetAdd, in handleFixup()
741 getWriter().recordRelocation(*this, Layout, &F, FixupSub, TargetSub, in handleFixup()
744 getWriter().recordRelocation(*this, Layout, &F, Fixup, Target, in handleFixup()
796 getWriter().executePostLayoutBinding(*this, Layout); in layout()
850 stats::ObjectBytes += getWriter().writeObject(*this, Layout); in Finish()
H A DMCObjectStreamer.cpp711 getAssembler().getWriter().emitAddrsigSection(); in EmitAddrsig()
716 getAssembler().getWriter().addAddrsigSymbol(Sym); in EmitAddrsigSym()
H A DMCExpr.cpp519 if (!Asm->getWriter().isSymbolRefDifferenceFullyResolved(*Asm, A, B, InSet)) in AttemptToFoldSymbolOffsetDifference()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Serialization/
H A DASTWriter.h979 ASTWriter &getWriter() { return Writer; } in getWriter() function
980 const ASTWriter &getWriter() const { return Writer; } in getWriter() function
/freebsd-12.1/contrib/llvm/include/llvm/MC/
H A DMCAssembler.h297 MCObjectWriter &getWriter() const { return *Writer; } in getWriter() function
/freebsd-12.1/contrib/llvm/tools/clang/lib/Frontend/
H A DPrecompiledPreamble.cpp185 Action.setEmittedPreamblePCH(getWriter()); in HandleTranslationUnit()