Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/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;
100 const MCSectionWasm *FixupSection; // The section the relocation is targeting.
104 const MCSectionWasm *FixupSection) in WasmRelocationEntry()
126 MCSectionWasm *Section;
131 WasmCustomSection(StringRef Name, MCSectionWasm *Section) in WasmCustomSection()
210 DenseMap<const MCSectionWasm *, std::vector<WasmRelocationEntry>>
426 const auto &Sec = static_cast<const MCSectionWasm &>(S.getSection()); in executePostLayoutBinding()
444 const auto &FixupSection = cast<MCSectionWasm>(*Fragment->getParent()); in recordRelocation()
624 static_cast<const MCSectionWasm &>(RelEntry.Symbol->getSection()); in getProvisionalValue()
652 MCSectionWasm &DataSection) { in addData()
[all …]
H A DCMakeLists.txt42 MCSectionWasm.cpp
H A DMCContext.cpp674 MCSectionWasm *MCContext::getWasmSection(const Twine &Section, SectionKind K, in getWasmSection()
687 MCSectionWasm *MCContext::getWasmSection(const Twine &Section, SectionKind Kind, in getWasmSection()
708 MCSectionWasm *Result = new (WasmAllocator.Allocate()) in getWasmSection()
709 MCSectionWasm(CachedName, Kind, Flags, GroupSym, UniqueID, Begin); in getWasmSection()
H A DMCWasmStreamer.cpp63 auto *SectionWasm = cast<MCSectionWasm>(Section); in changeSection()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/MC/
H A DMCContext.h56 class MCSectionWasm; variable
117 SpecificBumpPtrAllocator<MCSectionWasm> WasmAllocator;
326 std::map<WasmSectionKey, MCSectionWasm *> WasmUniquingMap;
614 MCSectionWasm *getWasmSection(const Twine &Section, SectionKind K,
619 MCSectionWasm *getWasmSection(const Twine &Section, SectionKind K, in getWasmSection()
624 MCSectionWasm *getWasmSection(const Twine &Section, SectionKind K, in getWasmSection()
630 MCSectionWasm *getWasmSection(const Twine &Section, SectionKind K,
634 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
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/WebAssembly/MCTargetDesc/
H A DWebAssemblyWasmObjectWriter.cpp120 if (auto Section = static_cast<const MCSectionWasm *>( in getRelocType()
134 if (auto Section = static_cast<const MCSectionWasm *>( in getRelocType()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/MC/MCParser/
H A DWasmAsmParser.cpp183 MCSectionWasm *WS = getContext().getWasmSection( in parseSectionDirective()
238 cast<MCSectionWasm>(getStreamer().getCurrentSection().first); in parseDirectiveType()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/WebAssembly/
H A DWebAssemblyAsmPrinter.cpp327 MCSectionWasm *MySection = in emitEndOfAsmFile()
367 MCSectionWasm *Producers = OutContext.getWasmSection( in EmitProducerInfo()
431 MCSectionWasm *FeaturesSection = OutContext.getWasmSection( in EmitTargetFeatures()
/netbsd-src/external/apache2/llvm/lib/libLLVMMC/
H A DMakefile50 MCSectionWasm.cpp \
/netbsd-src/external/apache2/llvm/dist/llvm/utils/gn/secondary/llvm/lib/MC/
H A DBUILD.gn54 "MCSectionWasm.cpp",
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/WebAssembly/AsmParser/
H A DWebAssemblyAsmParser.cpp744 auto WS = cast<MCSectionWasm>(getStreamer().getCurrentSection().first); in CheckDataSection()
1039 auto CWS = cast<MCSectionWasm>(getStreamer().getCurrentSection().first); in doBeforeLabelEmit()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DTargetLoweringObjectFileImpl.cpp2047 MCSectionWasm *Section = getContext().getWasmSection( in getExplicitSectionGlobal()
2053 static MCSectionWasm *selectWasmSectionForGlobal( in selectWasmSectionForGlobal()