| /freebsd-13.1/contrib/llvm-project/llvm/lib/MC/ |
| H A D | MCSectionWasm.cpp | 20 bool MCSectionWasm::shouldOmitSectionDirective(StringRef Name, in shouldOmitSectionDirective() 48 void MCSectionWasm::PrintSwitchToSection(const MCAsmInfo &MAI, const Triple &T, in PrintSwitchToSection() 105 bool MCSectionWasm::UseCodeAlign() const { return false; } in UseCodeAlign() 107 bool MCSectionWasm::isVirtualSection() const { return false; } in isVirtualSection()
|
| H A D | WasmObjectWriter.cpp | 65 MCSectionWasm *Section; 104 const MCSectionWasm *FixupSection) in WasmRelocationEntry() 126 MCSectionWasm *Section; 131 WasmCustomSection(StringRef Name, MCSectionWasm *Section) in WasmCustomSection() 210 DenseMap<const MCSectionWasm *, std::vector<WasmRelocationEntry>> 444 const auto &FixupSection = cast<MCSectionWasm>(*Fragment->getParent()); in recordRelocation() 633 static_cast<const MCSectionWasm &>(RelEntry.Symbol->getSection()); in getProvisionalValue() 662 MCSectionWasm &DataSection) { in addData() 1426 auto &Section = static_cast<MCSectionWasm &>(Sec); in writeOneObject() 1550 auto &Section = static_cast<MCSectionWasm &>(WS.getSection()); in writeOneObject() [all …]
|
| H A D | MCContext.cpp | 689 MCSectionWasm *MCContext::getWasmSection(const Twine &Section, SectionKind K, in getWasmSection() 702 MCSectionWasm *MCContext::getWasmSection(const Twine &Section, SectionKind Kind, in getWasmSection() 723 MCSectionWasm *Result = new (WasmAllocator.Allocate()) in getWasmSection() 724 MCSectionWasm(CachedName, Kind, Flags, GroupSym, UniqueID, Begin); in getWasmSection()
|
| H A D | MCWasmStreamer.cpp | 63 auto *SectionWasm = cast<MCSectionWasm>(Section); in changeSection()
|
| /freebsd-13.1/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() 126 if (auto Section = static_cast<const MCSectionWasm *>( in getRelocType() 143 if (auto Section = static_cast<const MCSectionWasm *>( in getRelocType()
|
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/MC/ |
| H A D | MCWasmObjectWriter.h | 18 class MCSectionWasm; variable 38 const MCSectionWasm &FixupSection,
|
| H A D | MCContext.h | 57 class MCSectionWasm; variable 119 SpecificBumpPtrAllocator<MCSectionWasm> WasmAllocator; 329 std::map<WasmSectionKey, MCSectionWasm *> WasmUniquingMap; 619 MCSectionWasm *getWasmSection(const Twine &Section, SectionKind K, 624 MCSectionWasm *getWasmSection(const Twine &Section, SectionKind K, in getWasmSection() 629 MCSectionWasm *getWasmSection(const Twine &Section, SectionKind K, in getWasmSection() 635 MCSectionWasm *getWasmSection(const Twine &Section, SectionKind K, 639 MCSectionWasm *getWasmSection(const Twine &Section, SectionKind K,
|
| H A D | MCSectionWasm.h | 26 class MCSectionWasm final : public MCSection { 48 MCSectionWasm(StringRef Name, SectionKind K, unsigned SegmentFlags, in MCSectionWasm() function
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/MC/MCParser/ |
| H A D | WasmAsmParser.cpp | 183 MCSectionWasm *WS = getContext().getWasmSection( in parseSectionDirective() 238 cast<MCSectionWasm>(getStreamer().getCurrentSection().first); in parseDirectiveType()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/WebAssembly/ |
| H A D | WebAssemblyAsmPrinter.cpp | 400 MCSectionWasm *MySection = in emitEndOfAsmFile() 440 MCSectionWasm *Producers = OutContext.getWasmSection( in EmitProducerInfo() 504 MCSectionWasm *FeaturesSection = OutContext.getWasmSection( in EmitTargetFeatures()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/WebAssembly/AsmParser/ |
| H A D | WebAssemblyAsmParser.cpp | 774 auto WS = cast<MCSectionWasm>(getStreamer().getCurrentSection().first); in CheckDataSection() 1073 auto CWS = cast<MCSectionWasm>(getStreamer().getCurrentSection().first); in doBeforeLabelEmit()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | TargetLoweringObjectFileImpl.cpp | 2067 MCSectionWasm *Section = getContext().getWasmSection( in getExplicitSectionGlobal() 2073 static MCSectionWasm *selectWasmSectionForGlobal( in selectWasmSectionForGlobal()
|
| /freebsd-13.1/lib/clang/libllvm/ |
| H A D | Makefile | 803 SRCS_MIN+= MC/MCSectionWasm.cpp
|