Searched refs:getWriter (Results 1 – 10 of 10) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/llvm/lib/MC/ |
H A D | MCAssembler.cpp | 805 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 D | MCObjectStreamer.cpp | 857 getAssembler().getWriter().emitAddrsigSection(); in emitAddrsig() 862 getAssembler().getWriter().addAddrsigSymbol(Sym); in emitAddrsigSym()
|
H A D | MCELFStreamer.cpp | 160 Asm.getWriter().markGnuAbi(); in changeSection()
|
H A D | MCExpr.cpp | 597 if (!Asm->getWriter().isSymbolRefDifferenceFullyResolved(*Asm, A, B, InSet)) in AttemptToFoldSymbolOffsetDifference()
|
/netbsd-src/external/apache2/llvm/dist/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
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/MC/ |
H A D | MCAssembler.h | 304 MCObjectWriter &getWriter() const { return *Writer; } in getWriter() function
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/RISCV/MCTargetDesc/ |
H A D | RISCVAsmBackend.cpp | 461 Asm.getWriter().recordRelocation(Asm, Layout, &AF, Fixup, NopBytes, in shouldInsertFixupForCodeAlign()
|
/netbsd-src/external/apache2/llvm/dist/llvm/tools/dsymutil/ |
H A D | MachOUtils.cpp | 362 auto &Writer = static_cast<MachObjectWriter &>(MCAsm.getWriter()); in generateDsymCompanion()
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Frontend/ |
H A D | PrecompiledPreamble.cpp | 260 Action.setEmittedPreamblePCH(getWriter()); in HandleTranslationUnit()
|
/netbsd-src/external/apache2/llvm/dist/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()
|