Home
last modified time | relevance | path

Searched refs:isWasmData (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/llvm/include/llvm/MC/
H A DMCSectionWasm.h67 bool isWasmData() const { in isWasmData() function
82 assert(isWasmData()); in getPassive()
86 assert(isWasmData());
/llvm-project-15.0.7/llvm/lib/Target/WebAssembly/MCTargetDesc/
H A DWebAssemblyWasmObjectWriter.cpp125 assert(FixupSection.isWasmData()); in getRelocType()
134 else if (!Section->isWasmData()) in getRelocType()
151 else if (!Section->isWasmData()) in getRelocType()
/llvm-project-15.0.7/llvm/lib/MC/MCParser/
H A DWasmAsmParser.cpp199 if (!WS->isWasmData()) in parseSectionDirective()
/llvm-project-15.0.7/llvm/lib/MC/
H A DWasmObjectWriter.cpp628 if (FixupSection.isWasmData()) { in recordRelocation()
1502 if (Section.isWasmData()) { in writeOneObject()
1646 if (!DataSection.isWasmData()) in writeOneObject()