Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/MC/
H A DMCSectionWasm.cpp18 MCSectionWasm::~MCSectionWasm() {} // anchor. in ~MCSectionWasm()
22 bool MCSectionWasm::ShouldOmitSectionDirective(StringRef Name, in ShouldOmitSectionDirective()
50 void MCSectionWasm::PrintSwitchToSection(const MCAsmInfo &MAI, const Triple &T, in PrintSwitchToSection()
94 bool MCSectionWasm::UseCodeAlign() const { return false; } in UseCodeAlign()
96 bool MCSectionWasm::isVirtualSection() const { return false; } in isVirtualSection()
H A DWasmObjectWriter.cpp110 MCSectionWasm *Section;
148 const MCSectionWasm *FixupSection) in WasmRelocationEntry()
181 MCSectionWasm *Section;
186 WasmCustomSection(StringRef Name, MCSectionWasm *Section) in WasmCustomSection()
228 DenseMap<const MCSectionWasm *, std::vector<WasmRelocationEntry>>
422 const auto &FixupSection = cast<MCSectionWasm>(*Fragment->getParent()); in recordRelocation()
624 MCSectionWasm &DataSection) { in addData()
1246 auto &Section = static_cast<MCSectionWasm &>(Sec); in writeObject()
1335 auto &Section = static_cast<MCSectionWasm &>(WS.getSection()); in writeObject()
1365 auto &DataSection = static_cast<MCSectionWasm &>(WS.getSection()); in writeObject()
[all …]
H A DMCContext.cpp491 MCSectionWasm *MCContext::getWasmSection(const Twine &Section, SectionKind K, in getWasmSection()
503 MCSectionWasm *MCContext::getWasmSection(const Twine &Section, SectionKind Kind, in getWasmSection()
522 MCSectionWasm *Result = new (WasmAllocator.Allocate()) in getWasmSection()
523 MCSectionWasm(CachedName, Kind, GroupSym, UniqueID, Begin); in getWasmSection()
H A DMCWasmStreamer.cpp64 auto *SectionWasm = cast<MCSectionWasm>(Section); in ChangeSection()
/freebsd-12.1/contrib/llvm/include/llvm/MC/
H A DMCSectionWasm.h28 class MCSectionWasm final : public MCSection {
47 MCSectionWasm(StringRef Section, SectionKind K, const MCSymbolWasm *group, in MCSectionWasm() function
55 ~MCSectionWasm();
H A DMCContext.h52 class MCSectionWasm; variable
94 SpecificBumpPtrAllocator<MCSectionWasm> WasmAllocator;
253 std::map<WasmSectionKey, MCSectionWasm *> WasmUniquingMap;
454 MCSectionWasm *getWasmSection(const Twine &Section, SectionKind K) { in getWasmSection()
458 MCSectionWasm *getWasmSection(const Twine &Section, SectionKind K, in getWasmSection()
463 MCSectionWasm *getWasmSection(const Twine &Section, SectionKind K, in getWasmSection()
468 MCSectionWasm *getWasmSection(const Twine &Section, SectionKind K,
472 MCSectionWasm *getWasmSection(const Twine &Section, SectionKind K,
/freebsd-12.1/contrib/llvm/lib/Target/WebAssembly/MCTargetDesc/
H A DWebAssemblyWasmObjectWriter.cpp120 if (auto Section = static_cast<const MCSectionWasm *>( in getRelocType()
/freebsd-12.1/contrib/llvm/lib/Target/WebAssembly/
H A DWebAssemblyAsmPrinter.cpp149 MCSectionWasm *mySection = in EmitEndOfAsmFile()
/freebsd-12.1/contrib/llvm/lib/CodeGen/
H A DTargetLoweringObjectFileImpl.cpp1701 static MCSectionWasm *selectWasmSectionForGlobal( in selectWasmSectionForGlobal()
/freebsd-12.1/lib/clang/libllvm/
H A DMakefile684 SRCS_MIN+= MC/MCSectionWasm.cpp