Searched refs:MCSectionWasm (Results 1 – 15 of 15) sorted by relevance
/third_party/skia/third_party/externals/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()
|
/third_party/skia/third_party/externals/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
|
/third_party/skia/third_party/externals/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()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/MCTargetDesc/ |
D | WebAssemblyWasmObjectWriter.cpp | 106 if (auto Section = static_cast<const MCSectionWasm *>( in getRelocType()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/MCParser/ |
D | WasmAsmParser.cpp | 131 MCSectionWasm *Section = getContext().getWasmSection(Name, Kind.getValue()); in parseSectionDirective()
|
/third_party/skia/third_party/externals/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()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
D | TargetLoweringObjectFileImpl.cpp | 1721 MCSectionWasm* Section = in getExplicitSectionGlobal() 1728 static MCSectionWasm *selectWasmSectionForGlobal( in selectWasmSectionForGlobal()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/ |
D | Android.bp | 508 "llvm/lib/MC/MCSectionWasm.cpp",
|
D | BUILD.gn | 623 "llvm/lib/MC/MCSectionWasm.cpp",
|
D | CMakeLists.txt | 510 ${LLVM_DIR}/lib/MC/MCSectionWasm.cpp
|