HomeSort by: relevance | last modified time | path
    Searched refs:MCSectionWasm (Results 1 - 12 of 12) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/MC/
MCSectionWasm.cpp 1 //===- lib/MC/MCSectionWasm.cpp - Wasm Code Section Representation --------===//
9 #include "llvm/MC/MCSectionWasm.h"
20 bool MCSectionWasm::shouldOmitSectionDirective(StringRef Name,
48 void MCSectionWasm::PrintSwitchToSection(const MCAsmInfo &MAI, const Triple &T,
105 bool MCSectionWasm::UseCodeAlign() const { return false; }
107 bool MCSectionWasm::isVirtualSection() const { return false; }
WasmObjectWriter.cpp 25 #include "llvm/MC/MCSectionWasm.h"
65 MCSectionWasm *Section;
100 const MCSectionWasm *FixupSection; // The section the relocation is targeting.
104 const MCSectionWasm *FixupSection)
126 MCSectionWasm *Section;
131 WasmCustomSection(StringRef Name, MCSectionWasm *Section)
210 DenseMap<const MCSectionWasm *, std::vector<WasmRelocationEntry>>
426 const auto &Sec = static_cast<const MCSectionWasm &>(S.getSection());
444 const auto &FixupSection = cast<MCSectionWasm>(*Fragment->getParent());
624 static_cast<const MCSectionWasm &>(RelEntry.Symbol->getSection())
    [all...]
MCContext.cpp 29 #include "llvm/MC/MCSectionWasm.h"
674 MCSectionWasm *MCContext::getWasmSection(const Twine &Section, SectionKind K,
687 MCSectionWasm *MCContext::getWasmSection(const Twine &Section, SectionKind Kind,
708 MCSectionWasm *Result = new (WasmAllocator.Allocate())
709 MCSectionWasm(CachedName, Kind, Flags, GroupSym, UniqueID, Begin);
MCWasmStreamer.cpp 25 #include "llvm/MC/MCSectionWasm.h"
63 auto *SectionWasm = cast<MCSectionWasm>(Section);
  /src/external/apache2/llvm/dist/llvm/include/llvm/MC/
MCSectionWasm.h 1 //===- MCSectionWasm.h - Wasm Machine Code Sections -------------*- C++ -*-===//
9 // This file declares the MCSectionWasm class.
26 class MCSectionWasm final : public MCSection {
48 MCSectionWasm(StringRef Name, SectionKind K, unsigned SegmentFlags,
MCContext.h 56 class MCSectionWasm;
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,
624 MCSectionWasm *getWasmSection(const Twine &Section, SectionKind K,
630 MCSectionWasm *getWasmSection(const Twine &Section, SectionKind K,
634 MCSectionWasm *getWasmSection(const Twine &Section, SectionKind K,
  /src/external/apache2/llvm/dist/llvm/lib/Target/WebAssembly/MCTargetDesc/
WebAssemblyWasmObjectWriter.cpp 22 #include "llvm/MC/MCSectionWasm.h"
120 if (auto Section = static_cast<const MCSectionWasm *>(
134 if (auto Section = static_cast<const MCSectionWasm *>(
  /src/external/apache2/llvm/lib/libLLVMMC/
Makefile 50 MCSectionWasm.cpp \
  /src/external/apache2/llvm/dist/llvm/lib/MC/MCParser/
WasmAsmParser.cpp 24 #include "llvm/MC/MCSectionWasm.h"
183 MCSectionWasm *WS = getContext().getWasmSection(
238 cast<MCSectionWasm>(getStreamer().getCurrentSection().first);
  /src/external/apache2/llvm/dist/llvm/lib/Target/WebAssembly/
WebAssemblyAsmPrinter.cpp 40 #include "llvm/MC/MCSectionWasm.h"
327 MCSectionWasm *MySection =
367 MCSectionWasm *Producers = OutContext.getWasmSection(
431 MCSectionWasm *FeaturesSection = OutContext.getWasmSection(
  /src/external/apache2/llvm/dist/llvm/lib/Target/WebAssembly/AsmParser/
WebAssemblyAsmParser.cpp 28 #include "llvm/MC/MCSectionWasm.h"
744 auto WS = cast<MCSectionWasm>(getStreamer().getCurrentSection().first);
1039 auto CWS = cast<MCSectionWasm>(getStreamer().getCurrentSection().first);
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/
TargetLoweringObjectFileImpl.cpp 52 #include "llvm/MC/MCSectionWasm.h"
2047 MCSectionWasm *Section = getContext().getWasmSection(
2053 static MCSectionWasm *selectWasmSectionForGlobal(

Completed in 62 milliseconds