Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/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;
98 const MCSectionWasm *FixupSection; // The section the relocation is targeting.
102 const MCSectionWasm *FixupSection) in WasmRelocationEntry()
124 MCSectionWasm *Section;
129 WasmCustomSection(StringRef Name, MCSectionWasm *Section) in WasmCustomSection()
229 DenseMap<const MCSectionWasm *, std::vector<WasmRelocationEntry>>
474 const auto &Sec = static_cast<const MCSectionWasm &>(S.getSection()); in executePostLayoutBinding()
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()
[all …]
H A DCMakeLists.txt46 MCSectionWasm.cpp
H A DMCContext.cpp721 MCSectionWasm *MCContext::getWasmSection(const Twine &Section, SectionKind K, in getWasmSection()
734 MCSectionWasm *MCContext::getWasmSection(const Twine &Section, SectionKind Kind, in getWasmSection()
755 MCSectionWasm *Result = new (WasmAllocator.Allocate()) in getWasmSection()
756 MCSectionWasm(CachedName, Kind, Flags, GroupSym, UniqueID, Begin); in getWasmSection()
/openbsd-src/gnu/llvm/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()
/openbsd-src/gnu/llvm/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;
644 MCSectionWasm *getWasmSection(const Twine &Section, SectionKind K,
649 MCSectionWasm *getWasmSection(const Twine &Section, SectionKind K, in getWasmSection()
654 MCSectionWasm *getWasmSection(const Twine &Section, SectionKind K, in getWasmSection()
660 MCSectionWasm *getWasmSection(const Twine &Section, SectionKind K,
664 MCSectionWasm *getWasmSection(const Twine &Section, SectionKind K,
/openbsd-src/gnu/llvm/llvm/lib/MC/MCParser/
H A DWasmAsmParser.cpp191 MCSectionWasm *WS = getContext().getWasmSection( in parseSectionDirective()
251 cast<MCSectionWasm>(getStreamer().getCurrentSection().first); in parseDirectiveType()
/openbsd-src/gnu/usr.bin/clang/libLLVMMC/
H A DMakefile52 MCSectionWasm.cpp \
/openbsd-src/gnu/llvm/llvm/utils/gn/secondary/llvm/lib/MC/
H A DBUILD.gn60 "MCSectionWasm.cpp",
/openbsd-src/gnu/llvm/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()
/openbsd-src/gnu/llvm/llvm/lib/Target/WebAssembly/AsmParser/
H A DWebAssemblyAsmParser.cpp766 auto WS = cast<MCSectionWasm>(getStreamer().getCurrentSection().first); in CheckDataSection()
1077 auto CWS = cast<MCSectionWasm>(getStreamer().getCurrentSection().first); in doBeforeLabelEmit()
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DTargetLoweringObjectFileImpl.cpp2140 MCSectionWasm *Section = getContext().getWasmSection( in getExplicitSectionGlobal()
2146 static MCSectionWasm *selectWasmSectionForGlobal( in selectWasmSectionForGlobal()
/openbsd-src/distrib/sets/lists/comp/
H A Dclang.amd642155 ./usr/include/llvm/MC/MCSectionWasm.h
H A Dclang.macppc2154 ./usr/include/llvm/MC/MCSectionWasm.h
H A Dclang.loongson2154 ./usr/include/llvm/MC/MCSectionWasm.h
H A Dclang.octeon2154 ./usr/include/llvm/MC/MCSectionWasm.h
H A Dclang.arm642155 ./usr/include/llvm/MC/MCSectionWasm.h
H A Dclang.powerpc642153 ./usr/include/llvm/MC/MCSectionWasm.h
H A Dclang.armv72153 ./usr/include/llvm/MC/MCSectionWasm.h
H A Dclang.i3862153 ./usr/include/llvm/MC/MCSectionWasm.h
H A Dclang.sparc642154 ./usr/include/llvm/MC/MCSectionWasm.h
/openbsd-src/gnu/llvm/clang/docs/tools/
H A Dclang-formatted-files.txt5369 llvm/include/llvm/MC/MCSectionWasm.h
6093 llvm/lib/MC/MCSectionWasm.cpp