Home
last modified time | relevance | path

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

12

/external/llvm-project/llvm/lib/MC/
DMCSectionWasm.cpp20 bool MCSectionWasm::shouldOmitSectionDirective(StringRef Name, in shouldOmitSectionDirective()
48 void MCSectionWasm::PrintSwitchToSection(const MCAsmInfo &MAI, const Triple &T, in PrintSwitchToSection()
93 bool MCSectionWasm::UseCodeAlign() const { return false; } in UseCodeAlign()
95 bool MCSectionWasm::isVirtualSection() const { return false; } in isVirtualSection()
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>>
413 const auto &Sec = static_cast<const MCSectionWasm &>(S.getSection()); in executePostLayoutBinding()
431 const auto &FixupSection = cast<MCSectionWasm>(*Fragment->getParent()); in recordRelocation()
589 static_cast<const MCSectionWasm &>(RelEntry.Symbol->getSection()); in getProvisionalValue()
619 MCSectionWasm &DataSection) { in addData()
[all …]
DCMakeLists.txt41 MCSectionWasm.cpp
DMCContext.cpp619 MCSectionWasm *MCContext::getWasmSection(const Twine &Section, SectionKind K, in getWasmSection()
631 MCSectionWasm *MCContext::getWasmSection(const Twine &Section, SectionKind Kind, in getWasmSection()
650 MCSectionWasm *Result = new (WasmAllocator.Allocate()) in getWasmSection()
651 MCSectionWasm(CachedName, Kind, GroupSym, UniqueID, Begin); in getWasmSection()
DMCWasmStreamer.cpp63 auto *SectionWasm = cast<MCSectionWasm>(Section); in changeSection()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/MC/
DMCSectionWasm.cpp19 bool MCSectionWasm::shouldOmitSectionDirective(StringRef Name, in shouldOmitSectionDirective()
47 void MCSectionWasm::PrintSwitchToSection(const MCAsmInfo &MAI, const Triple &T, in PrintSwitchToSection()
92 bool MCSectionWasm::UseCodeAlign() const { return false; } in UseCodeAlign()
94 bool MCSectionWasm::isVirtualSection() const { return false; } in isVirtualSection()
DWasmObjectWriter.cpp107 MCSectionWasm *Section;
142 const MCSectionWasm *FixupSection; // The section the relocation is targeting.
146 const MCSectionWasm *FixupSection) in WasmRelocationEntry()
168 MCSectionWasm *Section;
173 WasmCustomSection(StringRef Name, MCSectionWasm *Section) in WasmCustomSection()
245 DenseMap<const MCSectionWasm *, std::vector<WasmRelocationEntry>>
416 const auto &Sec = static_cast<const MCSectionWasm &>(S.getSection()); in executePostLayoutBinding()
434 const auto &FixupSection = cast<MCSectionWasm>(*Fragment->getParent()); in recordRelocation()
564 static_cast<const MCSectionWasm &>(RelEntry.Symbol->getSection()); in getProvisionalValue()
587 MCSectionWasm &DataSection) { in addData()
[all …]
DCMakeLists.txt40 MCSectionWasm.cpp
DMCContext.cpp496 MCSectionWasm *MCContext::getWasmSection(const Twine &Section, SectionKind K, in getWasmSection()
508 MCSectionWasm *MCContext::getWasmSection(const Twine &Section, SectionKind Kind, in getWasmSection()
527 MCSectionWasm *Result = new (WasmAllocator.Allocate()) in getWasmSection()
528 MCSectionWasm(CachedName, Kind, GroupSym, UniqueID, Begin); in getWasmSection()
DMCWasmStreamer.cpp63 auto *SectionWasm = cast<MCSectionWasm>(Section); in ChangeSection()
/external/llvm-project/llvm/include/llvm/MC/
DMCContext.h54 class MCSectionWasm; variable
98 SpecificBumpPtrAllocator<MCSectionWasm> WasmAllocator;
285 std::map<WasmSectionKey, MCSectionWasm *> WasmUniquingMap;
543 MCSectionWasm *getWasmSection(const Twine &Section, SectionKind K) { in getWasmSection()
547 MCSectionWasm *getWasmSection(const Twine &Section, SectionKind K, in getWasmSection()
552 MCSectionWasm *getWasmSection(const Twine &Section, SectionKind K, in getWasmSection()
557 MCSectionWasm *getWasmSection(const Twine &Section, SectionKind K,
561 MCSectionWasm *getWasmSection(const Twine &Section, SectionKind K,
DMCSectionWasm.h26 class MCSectionWasm final : public MCSection {
45 MCSectionWasm(StringRef Name, SectionKind K, const MCSymbolWasm *group, in MCSectionWasm() function
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/
DMCContext.h53 class MCSectionWasm; variable
96 SpecificBumpPtrAllocator<MCSectionWasm> WasmAllocator;
273 std::map<WasmSectionKey, MCSectionWasm *> WasmUniquingMap;
487 MCSectionWasm *getWasmSection(const Twine &Section, SectionKind K) { in getWasmSection()
491 MCSectionWasm *getWasmSection(const Twine &Section, SectionKind K, in getWasmSection()
496 MCSectionWasm *getWasmSection(const Twine &Section, SectionKind K, in getWasmSection()
501 MCSectionWasm *getWasmSection(const Twine &Section, SectionKind K,
505 MCSectionWasm *getWasmSection(const Twine &Section, SectionKind K,
DMCSectionWasm.h27 class MCSectionWasm final : public MCSection {
49 MCSectionWasm(StringRef Section, SectionKind K, const MCSymbolWasm *group, in MCSectionWasm() function
/external/llvm-project/llvm/lib/Target/WebAssembly/MCTargetDesc/
DWebAssemblyWasmObjectWriter.cpp118 if (auto Section = static_cast<const MCSectionWasm *>( in getRelocType()
131 if (auto Section = static_cast<const MCSectionWasm *>( in getRelocType()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/
DWebAssemblyAsmPrinter.cpp167 MCSectionWasm *MySection = in EmitEndOfAsmFile()
207 MCSectionWasm *Producers = OutContext.getWasmSection( in EmitProducerInfo()
265 MCSectionWasm *FeaturesSection = OutContext.getWasmSection( in EmitTargetFeatures()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/MCTargetDesc/
DWebAssemblyWasmObjectWriter.cpp106 if (auto Section = static_cast<const MCSectionWasm *>( in getRelocType()
/external/llvm-project/llvm/utils/gn/secondary/llvm/lib/MC/
DBUILD.gn52 "MCSectionWasm.cpp",
/external/llvm-project/llvm/lib/Target/WebAssembly/
DWebAssemblyAsmPrinter.cpp269 MCSectionWasm *MySection = in emitEndOfAsmFile()
309 MCSectionWasm *Producers = OutContext.getWasmSection( in EmitProducerInfo()
373 MCSectionWasm *FeaturesSection = OutContext.getWasmSection( in EmitTargetFeatures()
/external/llvm-project/llvm/lib/MC/MCParser/
DWasmAsmParser.cpp133 MCSectionWasm *Section = getContext().getWasmSection(Name, Kind.getValue()); in parseSectionDirective()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/MC/MCParser/
DWasmAsmParser.cpp131 MCSectionWasm *Section = getContext().getWasmSection(Name, Kind.getValue()); in parseSectionDirective()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/AsmParser/
DWebAssemblyAsmParser.cpp636 auto WS = cast<MCSectionWasm>(getStreamer().getCurrentSection().first); in CheckDataSection()
876 auto CWS = cast<MCSectionWasm>(getStreamer().getCurrentSection().first); in doBeforeLabelEmit()
/external/llvm-project/llvm/lib/Target/WebAssembly/AsmParser/
DWebAssemblyAsmParser.cpp681 auto WS = cast<MCSectionWasm>(getStreamer().getCurrentSection().first); in CheckDataSection()
975 auto CWS = cast<MCSectionWasm>(getStreamer().getCurrentSection().first); in doBeforeLabelEmit()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DTargetLoweringObjectFileImpl.cpp1721 MCSectionWasm* Section = in getExplicitSectionGlobal()
1728 static MCSectionWasm *selectWasmSectionForGlobal( in selectWasmSectionForGlobal()
/external/llvm-project/llvm/lib/CodeGen/
DTargetLoweringObjectFileImpl.cpp2006 MCSectionWasm* Section = in getExplicitSectionGlobal()
2013 static MCSectionWasm *selectWasmSectionForGlobal( in selectWasmSectionForGlobal()

12