Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/MC/
H A DMCSectionWasm.cpp19 bool MCSectionWasm::shouldOmitSectionDirective(StringRef Name, in shouldOmitSectionDirective()
47 void MCSectionWasm::printSwitchToSection(const MCAsmInfo &MAI, const Triple &T, in printSwitchToSection()
104 bool MCSectionWasm::useCodeAlign() const { return false; } in useCodeAlign()
106 bool MCSectionWasm::isVirtualSection() const { return false; } in isVirtualSection()
H A DMCWasmStreamer.cpp59 const MCSectionWasm &Section = in emitLabel()
60 static_cast<const MCSectionWasm &>(*getCurrentSectionOnly()); in emitLabel()
70 const MCSectionWasm &Section = in emitLabelAtPos()
71 static_cast<const MCSectionWasm &>(*getCurrentSectionOnly()); in emitLabelAtPos()
87 auto *SectionWasm = cast<MCSectionWasm>(Section); in changeSection()
H A DWasmObjectWriter.cpp63 MCSectionWasm *Section;
102 const MCSectionWasm *FixupSection) in WasmRelocationEntry()
124 MCSectionWasm *Section;
129 WasmCustomSection(StringRef Name, MCSectionWasm *Section) in WasmCustomSection()
229 DenseMap<const MCSectionWasm *, std::vector<WasmRelocationEntry>>
492 const auto &FixupSection = cast<MCSectionWasm>(*Fragment->getParent()); in recordRelocation()
717 MCSectionWasm &DataSection) { in addData()
1063 auto *FuncSection = static_cast<MCSectionWasm *>(Func.Section); in writeCodeSection()
1482 auto &Section = static_cast<MCSectionWasm &>(Sec); in writeOneObject()
1601 auto &Section = static_cast<MCSectionWasm &>(WS.getSection()); in writeOneObject()
[all …]
H A DMCContext.cpp727 MCSectionWasm *MCContext::getWasmSection(const Twine &Section, SectionKind K, in getWasmSection()
740 MCSectionWasm *MCContext::getWasmSection(const Twine &Section, SectionKind Kind, in getWasmSection()
761 MCSectionWasm *Result = new (WasmAllocator.Allocate()) in getWasmSection()
762 MCSectionWasm(CachedName, Kind, Flags, GroupSym, UniqueID, Begin); in getWasmSection()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/WebAssembly/MCTargetDesc/
H A DWebAssemblyWasmObjectWriter.cpp38 const MCSectionWasm &FixupSection,
68 const MCSectionWasm &FixupSection, bool IsLocRel) const { in getRelocType()
132 if (auto Section = static_cast<const MCSectionWasm *>( in getRelocType()
149 if (auto Section = static_cast<const MCSectionWasm *>( in getRelocType()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCWasmObjectWriter.h18 class MCSectionWasm; variable
38 const MCSectionWasm &FixupSection,
H A DMCSectionWasm.h26 class MCSectionWasm final : public MCSection {
48 MCSectionWasm(StringRef Name, SectionKind K, unsigned SegmentFlags, in MCSectionWasm() function
H A DMCContext.h57 class MCSectionWasm; variable
138 SpecificBumpPtrAllocator<MCSectionWasm> WasmAllocator;
349 std::map<WasmSectionKey, MCSectionWasm *> WasmUniquingMap;
646 MCSectionWasm *getWasmSection(const Twine &Section, SectionKind K,
651 MCSectionWasm *getWasmSection(const Twine &Section, SectionKind K, in getWasmSection()
656 MCSectionWasm *getWasmSection(const Twine &Section, SectionKind K, in getWasmSection()
662 MCSectionWasm *getWasmSection(const Twine &Section, SectionKind K,
666 MCSectionWasm *getWasmSection(const Twine &Section, SectionKind K,
/freebsd-14.2/contrib/llvm-project/llvm/lib/MC/MCParser/
H A DWasmAsmParser.cpp192 MCSectionWasm *WS = getContext().getWasmSection( in parseSectionDirective()
252 cast<MCSectionWasm>(getStreamer().getCurrentSection().first); in parseDirectiveType()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyAsmPrinter.cpp433 MCSectionWasm *MySection = in emitEndOfAsmFile()
474 MCSectionWasm *Producers = OutContext.getWasmSection( in EmitProducerInfo()
547 MCSectionWasm *FeaturesSection = OutContext.getWasmSection( in EmitTargetFeatures()
589 MCSectionWasm *CustomSection = OutContext.getWasmSection( in EmitFunctionAttributes()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/WebAssembly/AsmParser/
H A DWebAssemblyAsmParser.cpp773 auto WS = cast<MCSectionWasm>(getStreamer().getCurrentSection().first); in CheckDataSection()
1089 auto CWS = cast<MCSectionWasm>(getStreamer().getCurrentSection().first); in doBeforeLabelEmit()
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/
H A DTargetLoweringObjectFileImpl.cpp2182 MCSectionWasm *Section = getContext().getWasmSection( in getExplicitSectionGlobal()
2188 static MCSectionWasm *selectWasmSectionForGlobal( in selectWasmSectionForGlobal()
/freebsd-14.2/lib/clang/libllvm/
H A DMakefile932 SRCS_MIN+= MC/MCSectionWasm.cpp