Home
last modified time | relevance | path

Searched refs:MCSectionWasm (Results 1 – 13 of 13) sorted by relevance

/freebsd-13.1/contrib/llvm-project/llvm/lib/MC/
H A DMCSectionWasm.cpp20 bool MCSectionWasm::shouldOmitSectionDirective(StringRef Name, in shouldOmitSectionDirective()
48 void MCSectionWasm::PrintSwitchToSection(const MCAsmInfo &MAI, const Triple &T, in PrintSwitchToSection()
105 bool MCSectionWasm::UseCodeAlign() const { return false; } in UseCodeAlign()
107 bool MCSectionWasm::isVirtualSection() const { return false; } in isVirtualSection()
H A DWasmObjectWriter.cpp65 MCSectionWasm *Section;
104 const MCSectionWasm *FixupSection) in WasmRelocationEntry()
126 MCSectionWasm *Section;
131 WasmCustomSection(StringRef Name, MCSectionWasm *Section) in WasmCustomSection()
210 DenseMap<const MCSectionWasm *, std::vector<WasmRelocationEntry>>
444 const auto &FixupSection = cast<MCSectionWasm>(*Fragment->getParent()); in recordRelocation()
633 static_cast<const MCSectionWasm &>(RelEntry.Symbol->getSection()); in getProvisionalValue()
662 MCSectionWasm &DataSection) { in addData()
1426 auto &Section = static_cast<MCSectionWasm &>(Sec); in writeOneObject()
1550 auto &Section = static_cast<MCSectionWasm &>(WS.getSection()); in writeOneObject()
[all …]
H A DMCContext.cpp689 MCSectionWasm *MCContext::getWasmSection(const Twine &Section, SectionKind K, in getWasmSection()
702 MCSectionWasm *MCContext::getWasmSection(const Twine &Section, SectionKind Kind, in getWasmSection()
723 MCSectionWasm *Result = new (WasmAllocator.Allocate()) in getWasmSection()
724 MCSectionWasm(CachedName, Kind, Flags, GroupSym, UniqueID, Begin); in getWasmSection()
H A DMCWasmStreamer.cpp63 auto *SectionWasm = cast<MCSectionWasm>(Section); in changeSection()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/WebAssembly/MCTargetDesc/
H A DWebAssemblyWasmObjectWriter.cpp38 const MCSectionWasm &FixupSection,
68 const MCSectionWasm &FixupSection, bool IsLocRel) const { in getRelocType()
126 if (auto Section = static_cast<const MCSectionWasm *>( in getRelocType()
143 if (auto Section = static_cast<const MCSectionWasm *>( in getRelocType()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCWasmObjectWriter.h18 class MCSectionWasm; variable
38 const MCSectionWasm &FixupSection,
H A DMCContext.h57 class MCSectionWasm; variable
119 SpecificBumpPtrAllocator<MCSectionWasm> WasmAllocator;
329 std::map<WasmSectionKey, MCSectionWasm *> WasmUniquingMap;
619 MCSectionWasm *getWasmSection(const Twine &Section, SectionKind K,
624 MCSectionWasm *getWasmSection(const Twine &Section, SectionKind K, in getWasmSection()
629 MCSectionWasm *getWasmSection(const Twine &Section, SectionKind K, in getWasmSection()
635 MCSectionWasm *getWasmSection(const Twine &Section, SectionKind K,
639 MCSectionWasm *getWasmSection(const Twine &Section, SectionKind K,
H A DMCSectionWasm.h26 class MCSectionWasm final : public MCSection {
48 MCSectionWasm(StringRef Name, SectionKind K, unsigned SegmentFlags, in MCSectionWasm() function
/freebsd-13.1/contrib/llvm-project/llvm/lib/MC/MCParser/
H A DWasmAsmParser.cpp183 MCSectionWasm *WS = getContext().getWasmSection( in parseSectionDirective()
238 cast<MCSectionWasm>(getStreamer().getCurrentSection().first); in parseDirectiveType()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyAsmPrinter.cpp400 MCSectionWasm *MySection = in emitEndOfAsmFile()
440 MCSectionWasm *Producers = OutContext.getWasmSection( in EmitProducerInfo()
504 MCSectionWasm *FeaturesSection = OutContext.getWasmSection( in EmitTargetFeatures()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/WebAssembly/AsmParser/
H A DWebAssemblyAsmParser.cpp774 auto WS = cast<MCSectionWasm>(getStreamer().getCurrentSection().first); in CheckDataSection()
1073 auto CWS = cast<MCSectionWasm>(getStreamer().getCurrentSection().first); in doBeforeLabelEmit()
/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/
H A DTargetLoweringObjectFileImpl.cpp2067 MCSectionWasm *Section = getContext().getWasmSection( in getExplicitSectionGlobal()
2073 static MCSectionWasm *selectWasmSectionForGlobal( in selectWasmSectionForGlobal()
/freebsd-13.1/lib/clang/libllvm/
H A DMakefile803 SRCS_MIN+= MC/MCSectionWasm.cpp