Searched refs:getWriter (Results 1 – 6 of 6) sorted by relevance
| /freebsd-12.1/contrib/llvm/lib/MC/ |
| H A D | MCAssembler.cpp | 737 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 D | MCObjectStreamer.cpp | 711 getAssembler().getWriter().emitAddrsigSection(); in EmitAddrsig() 716 getAssembler().getWriter().addAddrsigSymbol(Sym); in EmitAddrsigSym()
|
| H A D | MCExpr.cpp | 519 if (!Asm->getWriter().isSymbolRefDifferenceFullyResolved(*Asm, A, B, InSet)) in AttemptToFoldSymbolOffsetDifference()
|
| /freebsd-12.1/contrib/llvm/tools/clang/include/clang/Serialization/ |
| H A D | ASTWriter.h | 979 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 D | MCAssembler.h | 297 MCObjectWriter &getWriter() const { return *Writer; } in getWriter() function
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/Frontend/ |
| H A D | PrecompiledPreamble.cpp | 185 Action.setEmittedPreamblePCH(getWriter()); in HandleTranslationUnit()
|