Searched refs:MCSectionWasm (Results 1 – 13 of 13) sorted by relevance
/external/swiftshader/third_party/llvm-7.0/llvm/lib/MC/ |
D | MCSectionWasm.cpp | 18 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()
|
D | WasmObjectWriter.cpp | 110 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 …]
|
D | MCContext.cpp | 491 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()
|
D | CMakeLists.txt | 40 MCSectionWasm.cpp
|
D | MCWasmStreamer.cpp | 64 auto *SectionWasm = static_cast<const MCSectionWasm *>(Section); in ChangeSection()
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/MC/ |
D | MCSectionWasm.h | 28 class MCSectionWasm final : public MCSection { 47 MCSectionWasm(StringRef Section, SectionKind K, const MCSymbolWasm *group, in MCSectionWasm() function 55 ~MCSectionWasm();
|
D | MCContext.h | 52 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/ |
D | WebAssemblyWasmObjectWriter.cpp | 109 if (auto Section = static_cast<const MCSectionWasm *>( in getRelocType()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/WebAssembly/ |
D | WebAssemblyAsmPrinter.cpp | 121 MCSectionWasm *mySection = in EmitEndOfAsmFile()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/ |
D | TargetLoweringObjectFileImpl.cpp | 1496 static MCSectionWasm *selectWasmSectionForGlobal( in selectWasmSectionForGlobal()
|
/external/swiftshader/third_party/llvm-7.0/ |
D | Android.mk | 512 llvm/lib/MC/MCSectionWasm.cpp \
|
D | BUILD.gn | 336 "llvm/lib/MC/MCSectionWasm.cpp",
|
/external/swiftshader/ |
D | CMakeLists.txt | 1178 ${LLVM_DIR}/lib/MC/MCSectionWasm.cpp
|