| /llvm-project-15.0.7/llvm/lib/MC/ |
| H A D | MCSectionWasm.cpp | 19 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 D | MCWasmStreamer.cpp | 59 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 D | WasmObjectWriter.cpp | 63 MCSectionWasm *Section; 102 const MCSectionWasm *FixupSection) in WasmRelocationEntry() 124 MCSectionWasm *Section; 129 WasmCustomSection(StringRef Name, MCSectionWasm *Section) in WasmCustomSection() 229 DenseMap<const MCSectionWasm *, std::vector<WasmRelocationEntry>> 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() 1483 auto &Section = static_cast<MCSectionWasm &>(Sec); in writeOneObject() 1607 auto &Section = static_cast<MCSectionWasm &>(WS.getSection()); in writeOneObject() [all …]
|
| H A D | CMakeLists.txt | 46 MCSectionWasm.cpp
|
| H A D | MCContext.cpp | 695 MCSectionWasm *MCContext::getWasmSection(const Twine &Section, SectionKind K, in getWasmSection() 708 MCSectionWasm *MCContext::getWasmSection(const Twine &Section, SectionKind Kind, in getWasmSection() 729 MCSectionWasm *Result = new (WasmAllocator.Allocate()) in getWasmSection() 730 MCSectionWasm(CachedName, Kind, Flags, GroupSym, UniqueID, Begin); in getWasmSection()
|
| /llvm-project-15.0.7/llvm/lib/Target/WebAssembly/MCTargetDesc/ |
| H A D | WebAssemblyWasmObjectWriter.cpp | 38 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()
|
| /llvm-project-15.0.7/llvm/include/llvm/MC/ |
| H A D | MCWasmObjectWriter.h | 18 class MCSectionWasm; variable 38 const MCSectionWasm &FixupSection,
|
| H A D | MCSectionWasm.h | 26 class MCSectionWasm final : public MCSection { 48 MCSectionWasm(StringRef Name, SectionKind K, unsigned SegmentFlags, in MCSectionWasm() function
|
| H A D | MCContext.h | 57 class MCSectionWasm; variable 138 SpecificBumpPtrAllocator<MCSectionWasm> WasmAllocator; 350 std::map<WasmSectionKey, MCSectionWasm *> WasmUniquingMap; 645 MCSectionWasm *getWasmSection(const Twine &Section, SectionKind K, 650 MCSectionWasm *getWasmSection(const Twine &Section, SectionKind K, in getWasmSection() 655 MCSectionWasm *getWasmSection(const Twine &Section, SectionKind K, in getWasmSection() 661 MCSectionWasm *getWasmSection(const Twine &Section, SectionKind K, 665 MCSectionWasm *getWasmSection(const Twine &Section, SectionKind K,
|
| /llvm-project-15.0.7/llvm/lib/MC/MCParser/ |
| H A D | WasmAsmParser.cpp | 190 MCSectionWasm *WS = getContext().getWasmSection( in parseSectionDirective() 245 cast<MCSectionWasm>(getStreamer().getCurrentSection().first); in parseDirectiveType()
|
| /llvm-project-15.0.7/llvm/utils/gn/secondary/llvm/lib/MC/ |
| H A D | BUILD.gn | 59 "MCSectionWasm.cpp",
|
| /llvm-project-15.0.7/llvm/lib/Target/WebAssembly/ |
| H A D | WebAssemblyAsmPrinter.cpp | 431 MCSectionWasm *MySection = in emitEndOfAsmFile() 471 MCSectionWasm *Producers = OutContext.getWasmSection( in EmitProducerInfo() 544 MCSectionWasm *FeaturesSection = OutContext.getWasmSection( in EmitTargetFeatures()
|
| /llvm-project-15.0.7/llvm/lib/Target/WebAssembly/AsmParser/ |
| H A D | WebAssemblyAsmParser.cpp | 764 auto WS = cast<MCSectionWasm>(getStreamer().getCurrentSection().first); in CheckDataSection() 1062 auto CWS = cast<MCSectionWasm>(getStreamer().getCurrentSection().first); in doBeforeLabelEmit()
|
| /llvm-project-15.0.7/llvm/lib/CodeGen/ |
| H A D | TargetLoweringObjectFileImpl.cpp | 2093 MCSectionWasm *Section = getContext().getWasmSection( in getExplicitSectionGlobal() 2099 static MCSectionWasm *selectWasmSectionForGlobal( in selectWasmSectionForGlobal()
|
| /llvm-project-15.0.7/clang/docs/tools/ |
| H A D | clang-formatted-files.txt | 5378 llvm/include/llvm/MC/MCSectionWasm.h 6105 llvm/lib/MC/MCSectionWasm.cpp
|