Home
last modified time | relevance | path

Searched refs:MCSectionWasm (Results 1 – 13 of 13) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/lib/MC/
DMCSectionWasm.cpp18 MCSectionWasm::~MCSectionWasm() {} // anchor. in ~MCSectionWasm()
22 bool MCSectionWasm::ShouldOmitSectionDirective(StringRef Name, in ShouldOmitSectionDirective()
50 void MCSectionWasm::PrintSwitchToSection(const MCAsmInfo &MAI, const Triple &T, in PrintSwitchToSection()
94 bool MCSectionWasm::UseCodeAlign() const { return false; } in UseCodeAlign()
96 bool MCSectionWasm::isVirtualSection() const { return false; } in isVirtualSection()
DWasmObjectWriter.cpp110 MCSectionWasm *Section;
144 const MCSectionWasm *FixupSection;// The section the relocation is targeting.
148 const MCSectionWasm *FixupSection) in WasmRelocationEntry()
181 MCSectionWasm *Section;
186 WasmCustomSection(StringRef Name, MCSectionWasm *Section) in WasmCustomSection()
227 DenseMap<const MCSectionWasm *, std::vector<WasmRelocationEntry>>
397 const auto &Sec = static_cast<const MCSectionWasm &>(S.getSection()); in executePostLayoutBinding()
414 const auto &FixupSection = cast<MCSectionWasm>(*Fragment->getParent()); in recordRelocation()
593 static_cast<const MCSectionWasm &>(RelEntry.Symbol->getSection()); in getProvisionalValue()
615 MCSectionWasm &DataSection) { in addData()
[all …]
DMCContext.cpp491 MCSectionWasm *MCContext::getWasmSection(const Twine &Section, SectionKind K, in getWasmSection()
503 MCSectionWasm *MCContext::getWasmSection(const Twine &Section, SectionKind Kind, in getWasmSection()
522 MCSectionWasm *Result = new (WasmAllocator.Allocate()) in getWasmSection()
523 MCSectionWasm(CachedName, Kind, GroupSym, UniqueID, Begin); in getWasmSection()
DCMakeLists.txt40 MCSectionWasm.cpp
DMCWasmStreamer.cpp64 auto *SectionWasm = static_cast<const MCSectionWasm *>(Section); in ChangeSection()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/MC/
DMCSectionWasm.h28 class MCSectionWasm final : public MCSection {
47 MCSectionWasm(StringRef Section, SectionKind K, const MCSymbolWasm *group, in MCSectionWasm() function
55 ~MCSectionWasm();
DMCContext.h52 class MCSectionWasm; variable
94 SpecificBumpPtrAllocator<MCSectionWasm> WasmAllocator;
253 std::map<WasmSectionKey, MCSectionWasm *> WasmUniquingMap;
458 MCSectionWasm *getWasmSection(const Twine &Section, SectionKind K) { in getWasmSection()
462 MCSectionWasm *getWasmSection(const Twine &Section, SectionKind K, in getWasmSection()
467 MCSectionWasm *getWasmSection(const Twine &Section, SectionKind K, in getWasmSection()
472 MCSectionWasm *getWasmSection(const Twine &Section, SectionKind K,
476 MCSectionWasm *getWasmSection(const Twine &Section, SectionKind K,
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/WebAssembly/MCTargetDesc/
DWebAssemblyWasmObjectWriter.cpp109 if (auto Section = static_cast<const MCSectionWasm *>( in getRelocType()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/WebAssembly/
DWebAssemblyAsmPrinter.cpp121 MCSectionWasm *mySection = in EmitEndOfAsmFile()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DTargetLoweringObjectFileImpl.cpp1496 static MCSectionWasm *selectWasmSectionForGlobal( in selectWasmSectionForGlobal()
/external/swiftshader/third_party/llvm-7.0/
DAndroid.mk512 llvm/lib/MC/MCSectionWasm.cpp \
DBUILD.gn336 "llvm/lib/MC/MCSectionWasm.cpp",
/external/swiftshader/
DCMakeLists.txt1178 ${LLVM_DIR}/lib/MC/MCSectionWasm.cpp