Searched refs:MCSectionWasm (Results 1 – 14 of 14) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/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; 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>> 426 const auto &Sec = static_cast<const MCSectionWasm &>(S.getSection()); in executePostLayoutBinding() 444 const auto &FixupSection = cast<MCSectionWasm>(*Fragment->getParent()); in recordRelocation() 624 static_cast<const MCSectionWasm &>(RelEntry.Symbol->getSection()); in getProvisionalValue() 652 MCSectionWasm &DataSection) { in addData() [all …]
|
H A D | CMakeLists.txt | 42 MCSectionWasm.cpp
|
H A D | MCContext.cpp | 674 MCSectionWasm *MCContext::getWasmSection(const Twine &Section, SectionKind K, in getWasmSection() 687 MCSectionWasm *MCContext::getWasmSection(const Twine &Section, SectionKind Kind, in getWasmSection() 708 MCSectionWasm *Result = new (WasmAllocator.Allocate()) in getWasmSection() 709 MCSectionWasm(CachedName, Kind, Flags, GroupSym, UniqueID, Begin); in getWasmSection()
|
H A D | MCWasmStreamer.cpp | 63 auto *SectionWasm = cast<MCSectionWasm>(Section); in changeSection()
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/MC/ |
H A D | MCContext.h | 56 class MCSectionWasm; variable 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, in getWasmSection() 624 MCSectionWasm *getWasmSection(const Twine &Section, SectionKind K, in getWasmSection() 630 MCSectionWasm *getWasmSection(const Twine &Section, SectionKind K, 634 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
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/WebAssembly/MCTargetDesc/ |
H A D | WebAssemblyWasmObjectWriter.cpp | 120 if (auto Section = static_cast<const MCSectionWasm *>( in getRelocType() 134 if (auto Section = static_cast<const MCSectionWasm *>( in getRelocType()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/MC/MCParser/ |
H A D | WasmAsmParser.cpp | 183 MCSectionWasm *WS = getContext().getWasmSection( in parseSectionDirective() 238 cast<MCSectionWasm>(getStreamer().getCurrentSection().first); in parseDirectiveType()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/WebAssembly/ |
H A D | WebAssemblyAsmPrinter.cpp | 327 MCSectionWasm *MySection = in emitEndOfAsmFile() 367 MCSectionWasm *Producers = OutContext.getWasmSection( in EmitProducerInfo() 431 MCSectionWasm *FeaturesSection = OutContext.getWasmSection( in EmitTargetFeatures()
|
/netbsd-src/external/apache2/llvm/lib/libLLVMMC/ |
H A D | Makefile | 50 MCSectionWasm.cpp \
|
/netbsd-src/external/apache2/llvm/dist/llvm/utils/gn/secondary/llvm/lib/MC/ |
H A D | BUILD.gn | 54 "MCSectionWasm.cpp",
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/WebAssembly/AsmParser/ |
H A D | WebAssemblyAsmParser.cpp | 744 auto WS = cast<MCSectionWasm>(getStreamer().getCurrentSection().first); in CheckDataSection() 1039 auto CWS = cast<MCSectionWasm>(getStreamer().getCurrentSection().first); in doBeforeLabelEmit()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/ |
H A D | TargetLoweringObjectFileImpl.cpp | 2047 MCSectionWasm *Section = getContext().getWasmSection( in getExplicitSectionGlobal() 2053 static MCSectionWasm *selectWasmSectionForGlobal( in selectWasmSectionForGlobal()
|