/external/llvm-project/llvm/lib/MC/ |
D | MCSectionWasm.cpp | 20 bool MCSectionWasm::shouldOmitSectionDirective(StringRef Name, in shouldOmitSectionDirective() 48 void MCSectionWasm::PrintSwitchToSection(const MCAsmInfo &MAI, const Triple &T, in PrintSwitchToSection() 93 bool MCSectionWasm::UseCodeAlign() const { return false; } in UseCodeAlign() 95 bool MCSectionWasm::isVirtualSection() const { return false; } in isVirtualSection()
|
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>> 413 const auto &Sec = static_cast<const MCSectionWasm &>(S.getSection()); in executePostLayoutBinding() 431 const auto &FixupSection = cast<MCSectionWasm>(*Fragment->getParent()); in recordRelocation() 589 static_cast<const MCSectionWasm &>(RelEntry.Symbol->getSection()); in getProvisionalValue() 619 MCSectionWasm &DataSection) { in addData() [all …]
|
D | CMakeLists.txt | 41 MCSectionWasm.cpp
|
D | MCContext.cpp | 619 MCSectionWasm *MCContext::getWasmSection(const Twine &Section, SectionKind K, in getWasmSection() 631 MCSectionWasm *MCContext::getWasmSection(const Twine &Section, SectionKind Kind, in getWasmSection() 650 MCSectionWasm *Result = new (WasmAllocator.Allocate()) in getWasmSection() 651 MCSectionWasm(CachedName, Kind, GroupSym, UniqueID, Begin); in getWasmSection()
|
D | MCWasmStreamer.cpp | 63 auto *SectionWasm = cast<MCSectionWasm>(Section); in changeSection()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/MC/ |
D | MCSectionWasm.cpp | 19 bool MCSectionWasm::shouldOmitSectionDirective(StringRef Name, in shouldOmitSectionDirective() 47 void MCSectionWasm::PrintSwitchToSection(const MCAsmInfo &MAI, const Triple &T, in PrintSwitchToSection() 92 bool MCSectionWasm::UseCodeAlign() const { return false; } in UseCodeAlign() 94 bool MCSectionWasm::isVirtualSection() const { return false; } in isVirtualSection()
|
D | WasmObjectWriter.cpp | 107 MCSectionWasm *Section; 142 const MCSectionWasm *FixupSection; // The section the relocation is targeting. 146 const MCSectionWasm *FixupSection) in WasmRelocationEntry() 168 MCSectionWasm *Section; 173 WasmCustomSection(StringRef Name, MCSectionWasm *Section) in WasmCustomSection() 245 DenseMap<const MCSectionWasm *, std::vector<WasmRelocationEntry>> 416 const auto &Sec = static_cast<const MCSectionWasm &>(S.getSection()); in executePostLayoutBinding() 434 const auto &FixupSection = cast<MCSectionWasm>(*Fragment->getParent()); in recordRelocation() 564 static_cast<const MCSectionWasm &>(RelEntry.Symbol->getSection()); in getProvisionalValue() 587 MCSectionWasm &DataSection) { in addData() [all …]
|
D | CMakeLists.txt | 40 MCSectionWasm.cpp
|
D | MCContext.cpp | 496 MCSectionWasm *MCContext::getWasmSection(const Twine &Section, SectionKind K, in getWasmSection() 508 MCSectionWasm *MCContext::getWasmSection(const Twine &Section, SectionKind Kind, in getWasmSection() 527 MCSectionWasm *Result = new (WasmAllocator.Allocate()) in getWasmSection() 528 MCSectionWasm(CachedName, Kind, GroupSym, UniqueID, Begin); in getWasmSection()
|
D | MCWasmStreamer.cpp | 63 auto *SectionWasm = cast<MCSectionWasm>(Section); in ChangeSection()
|
/external/llvm-project/llvm/include/llvm/MC/ |
D | MCContext.h | 54 class MCSectionWasm; variable 98 SpecificBumpPtrAllocator<MCSectionWasm> WasmAllocator; 285 std::map<WasmSectionKey, MCSectionWasm *> WasmUniquingMap; 543 MCSectionWasm *getWasmSection(const Twine &Section, SectionKind K) { in getWasmSection() 547 MCSectionWasm *getWasmSection(const Twine &Section, SectionKind K, in getWasmSection() 552 MCSectionWasm *getWasmSection(const Twine &Section, SectionKind K, in getWasmSection() 557 MCSectionWasm *getWasmSection(const Twine &Section, SectionKind K, 561 MCSectionWasm *getWasmSection(const Twine &Section, SectionKind K,
|
D | MCSectionWasm.h | 26 class MCSectionWasm final : public MCSection { 45 MCSectionWasm(StringRef Name, SectionKind K, const MCSymbolWasm *group, in MCSectionWasm() function
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/ |
D | MCContext.h | 53 class MCSectionWasm; variable 96 SpecificBumpPtrAllocator<MCSectionWasm> WasmAllocator; 273 std::map<WasmSectionKey, MCSectionWasm *> WasmUniquingMap; 487 MCSectionWasm *getWasmSection(const Twine &Section, SectionKind K) { in getWasmSection() 491 MCSectionWasm *getWasmSection(const Twine &Section, SectionKind K, in getWasmSection() 496 MCSectionWasm *getWasmSection(const Twine &Section, SectionKind K, in getWasmSection() 501 MCSectionWasm *getWasmSection(const Twine &Section, SectionKind K, 505 MCSectionWasm *getWasmSection(const Twine &Section, SectionKind K,
|
D | MCSectionWasm.h | 27 class MCSectionWasm final : public MCSection { 49 MCSectionWasm(StringRef Section, SectionKind K, const MCSymbolWasm *group, in MCSectionWasm() function
|
/external/llvm-project/llvm/lib/Target/WebAssembly/MCTargetDesc/ |
D | WebAssemblyWasmObjectWriter.cpp | 118 if (auto Section = static_cast<const MCSectionWasm *>( in getRelocType() 131 if (auto Section = static_cast<const MCSectionWasm *>( in getRelocType()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/ |
D | WebAssemblyAsmPrinter.cpp | 167 MCSectionWasm *MySection = in EmitEndOfAsmFile() 207 MCSectionWasm *Producers = OutContext.getWasmSection( in EmitProducerInfo() 265 MCSectionWasm *FeaturesSection = OutContext.getWasmSection( in EmitTargetFeatures()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/MCTargetDesc/ |
D | WebAssemblyWasmObjectWriter.cpp | 106 if (auto Section = static_cast<const MCSectionWasm *>( in getRelocType()
|
/external/llvm-project/llvm/utils/gn/secondary/llvm/lib/MC/ |
D | BUILD.gn | 52 "MCSectionWasm.cpp",
|
/external/llvm-project/llvm/lib/Target/WebAssembly/ |
D | WebAssemblyAsmPrinter.cpp | 269 MCSectionWasm *MySection = in emitEndOfAsmFile() 309 MCSectionWasm *Producers = OutContext.getWasmSection( in EmitProducerInfo() 373 MCSectionWasm *FeaturesSection = OutContext.getWasmSection( in EmitTargetFeatures()
|
/external/llvm-project/llvm/lib/MC/MCParser/ |
D | WasmAsmParser.cpp | 133 MCSectionWasm *Section = getContext().getWasmSection(Name, Kind.getValue()); in parseSectionDirective()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/MC/MCParser/ |
D | WasmAsmParser.cpp | 131 MCSectionWasm *Section = getContext().getWasmSection(Name, Kind.getValue()); in parseSectionDirective()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/AsmParser/ |
D | WebAssemblyAsmParser.cpp | 636 auto WS = cast<MCSectionWasm>(getStreamer().getCurrentSection().first); in CheckDataSection() 876 auto CWS = cast<MCSectionWasm>(getStreamer().getCurrentSection().first); in doBeforeLabelEmit()
|
/external/llvm-project/llvm/lib/Target/WebAssembly/AsmParser/ |
D | WebAssemblyAsmParser.cpp | 681 auto WS = cast<MCSectionWasm>(getStreamer().getCurrentSection().first); in CheckDataSection() 975 auto CWS = cast<MCSectionWasm>(getStreamer().getCurrentSection().first); in doBeforeLabelEmit()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
D | TargetLoweringObjectFileImpl.cpp | 1721 MCSectionWasm* Section = in getExplicitSectionGlobal() 1728 static MCSectionWasm *selectWasmSectionForGlobal( in selectWasmSectionForGlobal()
|
/external/llvm-project/llvm/lib/CodeGen/ |
D | TargetLoweringObjectFileImpl.cpp | 2006 MCSectionWasm* Section = in getExplicitSectionGlobal() 2013 static MCSectionWasm *selectWasmSectionForGlobal( in selectWasmSectionForGlobal()
|