Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/MC/
H A DMCAssembler.cpp805 getWriter().recordRelocation(*this, Layout, &F, FixupAdd, TargetAdd, in handleFixup()
809 getWriter().recordRelocation(*this, Layout, &F, FixupSub, TargetSub, in handleFixup()
812 getWriter().recordRelocation(*this, Layout, &F, Fixup, Target, in handleFixup()
870 getWriter().executePostLayoutBinding(*this, Layout); in layout()
951 stats::ObjectBytes += getWriter().writeObject(*this, Layout); in Finish()
H A DMCObjectStreamer.cpp857 getAssembler().getWriter().emitAddrsigSection(); in emitAddrsig()
862 getAssembler().getWriter().addAddrsigSymbol(Sym); in emitAddrsigSym()
H A DMCELFStreamer.cpp160 Asm.getWriter().markGnuAbi(); in changeSection()
H A DMCExpr.cpp597 if (!Asm->getWriter().isSymbolRefDifferenceFullyResolved(*Asm, A, B, InSet)) in AttemptToFoldSymbolOffsetDifference()
/netbsd-src/external/apache2/llvm/dist/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
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/MC/
H A DMCAssembler.h304 MCObjectWriter &getWriter() const { return *Writer; } in getWriter() function
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/RISCV/MCTargetDesc/
H A DRISCVAsmBackend.cpp461 Asm.getWriter().recordRelocation(Asm, Layout, &AF, Fixup, NopBytes, in shouldInsertFixupForCodeAlign()
/netbsd-src/external/apache2/llvm/dist/llvm/tools/dsymutil/
H A DMachOUtils.cpp362 auto &Writer = static_cast<MachObjectWriter &>(MCAsm.getWriter()); in generateDsymCompanion()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Frontend/
H A DPrecompiledPreamble.cpp260 Action.setEmittedPreamblePCH(getWriter()); in HandleTranslationUnit()
/netbsd-src/external/apache2/llvm/dist/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()