Home
last modified time | relevance | path

Searched refs:CurrentVendor (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/MCTargetDesc/
H A DRISCVELFStreamer.cpp34 : RISCVTargetStreamer(S), CurrentVendor("riscv") { in RISCVTargetELFStreamer()
84 S.emitAttributesSection(CurrentVendor, ".riscv.attributes", in finishAttributeSection()
H A DRISCVELFStreamer.h45 StringRef CurrentVendor;
/freebsd/contrib/llvm-project/llvm/lib/Target/CSKY/MCTargetDesc/
H A DCSKYELFStreamer.cpp33 : CSKYTargetStreamer(S), CurrentVendor("csky") { in CSKYTargetELFStreamer()
96 const size_t VendorHeaderSize = 4 + CurrentVendor.size() + 1; in finishAttributeSection()
104 Streamer.emitBytes(CurrentVendor); in finishAttributeSection()
H A DCSKYELFStreamer.h30 StringRef CurrentVendor; variable
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/MCTargetDesc/
H A DARMELFStreamer.cpp384 StringRef CurrentVendor; member in __anonf150d5940111::ARMTargetELFStreamer
432 : ARMTargetStreamer(S), CurrentVendor("aeabi") {} in ARMTargetELFStreamer()
780 if (CurrentVendor == Vendor) in switchVendor()
783 if (!CurrentVendor.empty()) in switchVendor()
788 CurrentVendor = Vendor; in switchVendor()
1071 S.emitAttributesSection(CurrentVendor, ".ARM.attributes", in finishAttributeSection()