Home
last modified time | relevance | path

Searched refs:finishAttributeSection (Results 1 – 17 of 17) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/CSKY/MCTargetDesc/
H A DCSKYTargetStreamer.cpp124 finishAttributeSection(); in finish()
132 void CSKYTargetStreamer::finishAttributeSection() {} in finishAttributeSection() function in CSKYTargetStreamer
143 void CSKYTargetAsmStreamer::finishAttributeSection() {} in finishAttributeSection() function in CSKYTargetAsmStreamer
H A DCSKYTargetStreamer.h64 virtual void finishAttributeSection();
101 void finishAttributeSection() override;
H A DCSKYELFStreamer.h91 void finishAttributeSection() override;
H A DCSKYELFStreamer.cpp82 void CSKYTargetELFStreamer::finishAttributeSection() { in finishAttributeSection() function in CSKYTargetELFStreamer
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/MCTargetDesc/
H A DRISCVTargetStreamer.cpp40 void RISCVTargetStreamer::finish() { finishAttributeSection(); } in finish()
57 void RISCVTargetStreamer::finishAttributeSection() {} in finishAttributeSection() function in RISCVTargetStreamer
238 void RISCVTargetAsmStreamer::finishAttributeSection() {} in finishAttributeSection() function in RISCVTargetAsmStreamer
H A DRISCVTargetStreamer.h57 virtual void finishAttributeSection();
75 void finishAttributeSection() override;
H A DRISCVELFStreamer.h51 void finishAttributeSection() override;
H A DRISCVELFStreamer.cpp70 void RISCVTargetELFStreamer::finishAttributeSection() { in finishAttributeSection() function in RISCVTargetELFStreamer
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/MCTargetDesc/
H A DHexagonTargetStreamer.h29 virtual void finishAttributeSection() {} in finishAttributeSection() function
H A DHexagonMCTargetDesc.cpp296 void finish() override { finishAttributeSection(); } in finish()
298 void finishAttributeSection() override {} in finishAttributeSection() function in __anon9dcc64640311::HexagonTargetAsmStreamer
340 void finish() override { finishAttributeSection(); } in finish()
347 void finishAttributeSection() override { in finishAttributeSection() function in __anon9dcc64640311::HexagonTargetELFStreamer
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/MCTargetDesc/
H A DARMELFStreamer.cpp100 void finishAttributeSection() override;
260 void ARMTargetAsmStreamer::finishAttributeSection() {} in finishAttributeSection() function in __anonf150d5940111::ARMTargetAsmStreamer
442 void finishAttributeSection() override;
788 finishAttributeSection(); in switchVendor()
1051 void ARMTargetELFStreamer::finishAttributeSection() { in finishAttributeSection() function in ARMTargetELFStreamer
1133 finishAttributeSection(); in finish()
H A DARMTargetStreamer.cpp115 void ARMTargetStreamer::finishAttributeSection() {} in finishAttributeSection() function in ARMTargetStreamer
/freebsd/contrib/llvm-project/llvm/lib/Target/CSKY/
H A DCSKYAsmPrinter.cpp140 CTS.finishAttributeSection(); in emitEndOfAsmFile()
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCStreamer.h166 virtual void finishAttributeSection();
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonAsmPrinter.cpp787 HTS.finishAttributeSection(); in emitEndOfAsmFile()
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVAsmPrinter.cpp584 RTS.finishAttributeSection(); in emitEndOfAsmFile()
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMAsmPrinter.cpp603 ATS.finishAttributeSection(); in emitEndOfAsmFile()