| /freebsd-14.2/contrib/llvm-project/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() 717 MCSectionWasm &DataSection) { in addData() 1063 auto *FuncSection = static_cast<MCSectionWasm *>(Func.Section); in writeCodeSection() 1482 auto &Section = static_cast<MCSectionWasm &>(Sec); in writeOneObject() 1601 auto &Section = static_cast<MCSectionWasm &>(WS.getSection()); in writeOneObject() [all …]
|
| H A D | MCContext.cpp | 727 MCSectionWasm *MCContext::getWasmSection(const Twine &Section, SectionKind K, in getWasmSection() 740 MCSectionWasm *MCContext::getWasmSection(const Twine &Section, SectionKind Kind, in getWasmSection() 761 MCSectionWasm *Result = new (WasmAllocator.Allocate()) in getWasmSection() 762 MCSectionWasm(CachedName, Kind, Flags, GroupSym, UniqueID, Begin); in getWasmSection()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/WebAssembly/MCTargetDesc/ |
| H A D | WebAssemblyWasmObjectWriter.cpp | 38 const MCSectionWasm &FixupSection, 68 const MCSectionWasm &FixupSection, bool IsLocRel) const { in getRelocType() 132 if (auto Section = static_cast<const MCSectionWasm *>( in getRelocType() 149 if (auto Section = static_cast<const MCSectionWasm *>( in getRelocType()
|
| /freebsd-14.2/contrib/llvm-project/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; 349 std::map<WasmSectionKey, MCSectionWasm *> WasmUniquingMap; 646 MCSectionWasm *getWasmSection(const Twine &Section, SectionKind K, 651 MCSectionWasm *getWasmSection(const Twine &Section, SectionKind K, in getWasmSection() 656 MCSectionWasm *getWasmSection(const Twine &Section, SectionKind K, in getWasmSection() 662 MCSectionWasm *getWasmSection(const Twine &Section, SectionKind K, 666 MCSectionWasm *getWasmSection(const Twine &Section, SectionKind K,
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/MC/MCParser/ |
| H A D | WasmAsmParser.cpp | 192 MCSectionWasm *WS = getContext().getWasmSection( in parseSectionDirective() 252 cast<MCSectionWasm>(getStreamer().getCurrentSection().first); in parseDirectiveType()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/WebAssembly/ |
| H A D | WebAssemblyAsmPrinter.cpp | 433 MCSectionWasm *MySection = in emitEndOfAsmFile() 474 MCSectionWasm *Producers = OutContext.getWasmSection( in EmitProducerInfo() 547 MCSectionWasm *FeaturesSection = OutContext.getWasmSection( in EmitTargetFeatures() 589 MCSectionWasm *CustomSection = OutContext.getWasmSection( in EmitFunctionAttributes()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/WebAssembly/AsmParser/ |
| H A D | WebAssemblyAsmParser.cpp | 773 auto WS = cast<MCSectionWasm>(getStreamer().getCurrentSection().first); in CheckDataSection() 1089 auto CWS = cast<MCSectionWasm>(getStreamer().getCurrentSection().first); in doBeforeLabelEmit()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | TargetLoweringObjectFileImpl.cpp | 2182 MCSectionWasm *Section = getContext().getWasmSection( in getExplicitSectionGlobal() 2188 static MCSectionWasm *selectWasmSectionForGlobal( in selectWasmSectionForGlobal()
|
| /freebsd-14.2/lib/clang/libllvm/ |
| H A D | Makefile | 932 SRCS_MIN+= MC/MCSectionWasm.cpp
|