Home
last modified time | relevance | path

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

/freebsd/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()
101 bool MCSectionWasm::useCodeAlign() const { return false; } in useCodeAlign()
H A DMCWasmStreamer.cpp46 const MCSectionWasm &Section = in emitLabel()
47 static_cast<const MCSectionWasm &>(*getCurrentSectionOnly()); in emitLabel()
57 const MCSectionWasm &Section = in emitLabelAtPos()
58 static_cast<const MCSectionWasm &>(*getCurrentSectionOnly()); in emitLabelAtPos()
73 auto *SectionWasm = cast<MCSectionWasm>(Section); in changeSection()
H A DWasmObjectWriter.cpp23 #include "llvm/MC/MCSectionWasm.h"
62 MCSectionWasm *Section;
97 const MCSectionWasm *FixupSection; // The section the relocation is targeting.
101 const MCSectionWasm *FixupSection) in WasmRelocationEntry()
123 MCSectionWasm *Section;
128 WasmCustomSection(StringRef Name, MCSectionWasm *Section) in WasmCustomSection()
228 DenseMap<const MCSectionWasm *, std::vector<WasmRelocationEntry>>
470 const auto &Sec = static_cast<const MCSectionWasm &>(S.getSection()); in executePostLayoutBinding()
487 const auto &FixupSection = cast<MCSectionWasm>(*Fragment->getParent()); in recordRelocation()
683 static_cast<const MCSectionWasm in getProvisionalValue()
[all...]
H A DMCContext.cpp752 MCSectionWasm *MCContext::getWasmSection(const Twine &Section, SectionKind K, in getWasmSection()
764 MCSectionWasm *MCContext::getWasmSection(const Twine &Section, SectionKind Kind, in getWasmSection()
785 MCSectionWasm *Result = new (WasmAllocator.Allocate()) in getWasmSection()
786 MCSectionWasm(CachedName, Kind, Flags, GroupSym, UniqueID, Begin); in getWasmSection()
/freebsd/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/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 {
52 MCSectionWasm(StringRef Name, SectionKind K, unsigned SegmentFlags, in MCSectionWasm() function
H A DMCContext.h60 class MCSectionWasm; variable
148 SpecificBumpPtrAllocator<MCSectionWasm> WasmAllocator;
326 std::map<WasmSectionKey, MCSectionWasm *> WasmUniquingMap;
628 MCSectionWasm *getWasmSection(const Twine &Section, SectionKind K,
633 MCSectionWasm *getWasmSection(const Twine &Section, SectionKind K,
637 MCSectionWasm *getWasmSection(const Twine &Section, SectionKind K,
/freebsd/contrib/llvm-project/llvm/lib/MC/MCParser/
H A DWasmAsmParser.cpp195 MCSectionWasm *WS = getContext().getWasmSection( in parseSectionDirective()
255 cast<MCSectionWasm>(getStreamer().getCurrentSectionOnly()); in parseDirectiveType()
/freebsd/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/contrib/llvm-project/llvm/lib/Target/WebAssembly/AsmParser/
H A DWebAssemblyAsmParser.cpp759 auto WS = cast<MCSectionWasm>(getStreamer().getCurrentSectionOnly()); in CheckDataSection()
1076 auto CWS = cast<MCSectionWasm>(getStreamer().getCurrentSectionOnly()); in doBeforeLabelEmit()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DTargetLoweringObjectFileImpl.cpp2183 MCSectionWasm *Section = getContext().getWasmSection( in getExplicitSectionGlobal()
2189 static MCSectionWasm *
/freebsd/lib/clang/libllvm/
H A DMakefile938 SRCS_MIN+= MC/MCSectionWasm.cpp