Searched refs:getWriter (Results 1 – 9 of 9) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/clang/include/clang/Serialization/ |
| H A D | ASTWriter.h | 777 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 D | MCAssembler.cpp | 795 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 D | MCObjectStreamer.cpp | 860 getAssembler().getWriter().emitAddrsigSection(); in emitAddrsig() 865 getAssembler().getWriter().addAddrsigSymbol(Sym); in emitAddrsigSym()
|
| H A D | MCELFStreamer.cpp | 161 Asm.getWriter().markGnuAbi(); in changeSection()
|
| H A D | MCExpr.cpp | 597 if (!Asm->getWriter().isSymbolRefDifferenceFullyResolved(*Asm, A, B, InSet)) in AttemptToFoldSymbolOffsetDifference()
|
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/MC/ |
| H A D | MCAssembler.h | 304 MCObjectWriter &getWriter() const { return *Writer; } in getWriter() function
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/RISCV/MCTargetDesc/ |
| H A D | RISCVAsmBackend.cpp | 626 Asm.getWriter().recordRelocation(Asm, Layout, &AF, Fixup, NopBytes, in shouldInsertFixupForCodeAlign()
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/Frontend/ |
| H A D | PrecompiledPreamble.cpp | 260 Action.setEmittedPreamblePCH(getWriter()); in HandleTranslationUnit()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Analysis/ |
| H A D | MemorySSA.cpp | 2239 MemorySSAAnnotatedWriter &getWriter() { return MSSAWriter; } in getWriter() function in DOTFuncMSSAInfo 2280 BB.print(OS, &CFGInfo->getWriter(), true, true); in getNodeLabel()
|