| /openbsd-src/gnu/llvm/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; 98 const MCSectionWasm *FixupSection; // The section the relocation is targeting. 102 const MCSectionWasm *FixupSection) in WasmRelocationEntry() 124 MCSectionWasm *Section; 129 WasmCustomSection(StringRef Name, MCSectionWasm *Section) in WasmCustomSection() 229 DenseMap<const MCSectionWasm *, std::vector<WasmRelocationEntry>> 474 const auto &Sec = static_cast<const MCSectionWasm &>(S.getSection()); in executePostLayoutBinding() 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() [all …]
|
| H A D | CMakeLists.txt | 46 MCSectionWasm.cpp
|
| H A D | MCContext.cpp | 721 MCSectionWasm *MCContext::getWasmSection(const Twine &Section, SectionKind K, in getWasmSection() 734 MCSectionWasm *MCContext::getWasmSection(const Twine &Section, SectionKind Kind, in getWasmSection() 755 MCSectionWasm *Result = new (WasmAllocator.Allocate()) in getWasmSection() 756 MCSectionWasm(CachedName, Kind, Flags, GroupSym, UniqueID, Begin); in getWasmSection()
|
| /openbsd-src/gnu/llvm/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()
|
| /openbsd-src/gnu/llvm/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; 644 MCSectionWasm *getWasmSection(const Twine &Section, SectionKind K, 649 MCSectionWasm *getWasmSection(const Twine &Section, SectionKind K, in getWasmSection() 654 MCSectionWasm *getWasmSection(const Twine &Section, SectionKind K, in getWasmSection() 660 MCSectionWasm *getWasmSection(const Twine &Section, SectionKind K, 664 MCSectionWasm *getWasmSection(const Twine &Section, SectionKind K,
|
| /openbsd-src/gnu/llvm/llvm/lib/MC/MCParser/ |
| H A D | WasmAsmParser.cpp | 191 MCSectionWasm *WS = getContext().getWasmSection( in parseSectionDirective() 251 cast<MCSectionWasm>(getStreamer().getCurrentSection().first); in parseDirectiveType()
|
| /openbsd-src/gnu/usr.bin/clang/libLLVMMC/ |
| H A D | Makefile | 52 MCSectionWasm.cpp \
|
| /openbsd-src/gnu/llvm/llvm/utils/gn/secondary/llvm/lib/MC/ |
| H A D | BUILD.gn | 60 "MCSectionWasm.cpp",
|
| /openbsd-src/gnu/llvm/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()
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/WebAssembly/AsmParser/ |
| H A D | WebAssemblyAsmParser.cpp | 766 auto WS = cast<MCSectionWasm>(getStreamer().getCurrentSection().first); in CheckDataSection() 1077 auto CWS = cast<MCSectionWasm>(getStreamer().getCurrentSection().first); in doBeforeLabelEmit()
|
| /openbsd-src/gnu/llvm/llvm/lib/CodeGen/ |
| H A D | TargetLoweringObjectFileImpl.cpp | 2140 MCSectionWasm *Section = getContext().getWasmSection( in getExplicitSectionGlobal() 2146 static MCSectionWasm *selectWasmSectionForGlobal( in selectWasmSectionForGlobal()
|
| /openbsd-src/distrib/sets/lists/comp/ |
| H A D | clang.amd64 | 2155 ./usr/include/llvm/MC/MCSectionWasm.h
|
| H A D | clang.macppc | 2154 ./usr/include/llvm/MC/MCSectionWasm.h
|
| H A D | clang.loongson | 2154 ./usr/include/llvm/MC/MCSectionWasm.h
|
| H A D | clang.octeon | 2154 ./usr/include/llvm/MC/MCSectionWasm.h
|
| H A D | clang.arm64 | 2155 ./usr/include/llvm/MC/MCSectionWasm.h
|
| H A D | clang.powerpc64 | 2153 ./usr/include/llvm/MC/MCSectionWasm.h
|
| H A D | clang.armv7 | 2153 ./usr/include/llvm/MC/MCSectionWasm.h
|
| H A D | clang.i386 | 2153 ./usr/include/llvm/MC/MCSectionWasm.h
|
| H A D | clang.sparc64 | 2154 ./usr/include/llvm/MC/MCSectionWasm.h
|
| /openbsd-src/gnu/llvm/clang/docs/tools/ |
| H A D | clang-formatted-files.txt | 5369 llvm/include/llvm/MC/MCSectionWasm.h 6093 llvm/lib/MC/MCSectionWasm.cpp
|