Home
last modified time | relevance | path

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

/llvm-project-15.0.7/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()
687 static_cast<const MCSectionWasm &>(RelEntry.Symbol->getSection()); in getProvisionalValue()
716 MCSectionWasm &DataSection) { in addData()
1483 auto &Section = static_cast<MCSectionWasm &>(Sec); in writeOneObject()
1607 auto &Section = static_cast<MCSectionWasm &>(WS.getSection()); in writeOneObject()
[all …]
H A DCMakeLists.txt46 MCSectionWasm.cpp
H A DMCContext.cpp695 MCSectionWasm *MCContext::getWasmSection(const Twine &Section, SectionKind K, in getWasmSection()
708 MCSectionWasm *MCContext::getWasmSection(const Twine &Section, SectionKind Kind, in getWasmSection()
729 MCSectionWasm *Result = new (WasmAllocator.Allocate()) in getWasmSection()
730 MCSectionWasm(CachedName, Kind, Flags, GroupSym, UniqueID, Begin); in getWasmSection()
/llvm-project-15.0.7/llvm/lib/Target/WebAssembly/MCTargetDesc/
H A DWebAssemblyWasmObjectWriter.cpp38 const MCSectionWasm &FixupSection,
68 const MCSectionWasm &FixupSection, bool IsLocRel) const { in getRelocType()
130 if (auto Section = static_cast<const MCSectionWasm *>( in getRelocType()
147 if (auto Section = static_cast<const MCSectionWasm *>( in getRelocType()
/llvm-project-15.0.7/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;
350 std::map<WasmSectionKey, MCSectionWasm *> WasmUniquingMap;
645 MCSectionWasm *getWasmSection(const Twine &Section, SectionKind K,
650 MCSectionWasm *getWasmSection(const Twine &Section, SectionKind K, in getWasmSection()
655 MCSectionWasm *getWasmSection(const Twine &Section, SectionKind K, in getWasmSection()
661 MCSectionWasm *getWasmSection(const Twine &Section, SectionKind K,
665 MCSectionWasm *getWasmSection(const Twine &Section, SectionKind K,
/llvm-project-15.0.7/llvm/lib/MC/MCParser/
H A DWasmAsmParser.cpp190 MCSectionWasm *WS = getContext().getWasmSection( in parseSectionDirective()
245 cast<MCSectionWasm>(getStreamer().getCurrentSection().first); in parseDirectiveType()
/llvm-project-15.0.7/llvm/utils/gn/secondary/llvm/lib/MC/
H A DBUILD.gn59 "MCSectionWasm.cpp",
/llvm-project-15.0.7/llvm/lib/Target/WebAssembly/
H A DWebAssemblyAsmPrinter.cpp431 MCSectionWasm *MySection = in emitEndOfAsmFile()
471 MCSectionWasm *Producers = OutContext.getWasmSection( in EmitProducerInfo()
544 MCSectionWasm *FeaturesSection = OutContext.getWasmSection( in EmitTargetFeatures()
/llvm-project-15.0.7/llvm/lib/Target/WebAssembly/AsmParser/
H A DWebAssemblyAsmParser.cpp764 auto WS = cast<MCSectionWasm>(getStreamer().getCurrentSection().first); in CheckDataSection()
1062 auto CWS = cast<MCSectionWasm>(getStreamer().getCurrentSection().first); in doBeforeLabelEmit()
/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DTargetLoweringObjectFileImpl.cpp2093 MCSectionWasm *Section = getContext().getWasmSection( in getExplicitSectionGlobal()
2099 static MCSectionWasm *selectWasmSectionForGlobal( in selectWasmSectionForGlobal()
/llvm-project-15.0.7/clang/docs/tools/
H A Dclang-formatted-files.txt5378 llvm/include/llvm/MC/MCSectionWasm.h
6105 llvm/lib/MC/MCSectionWasm.cpp