Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCSectionWasm.h67 bool isWasmData() const { in isWasmData() function
82 assert(isWasmData()); in getPassive()
86 assert(isWasmData());
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/WebAssembly/MCTargetDesc/
H A DWebAssemblyWasmObjectWriter.cpp127 assert(FixupSection.isWasmData()); in getRelocType()
136 else if (!Section->isWasmData()) in getRelocType()
153 else if (!Section->isWasmData()) in getRelocType()
/freebsd-14.2/contrib/llvm-project/llvm/lib/MC/MCParser/
H A DWasmAsmParser.cpp201 if (!WS->isWasmData()) in parseSectionDirective()
/freebsd-14.2/contrib/llvm-project/llvm/lib/MC/
H A DWasmObjectWriter.cpp628 if (FixupSection.isWasmData()) { in recordRelocation()
1501 if (Section.isWasmData()) { in writeOneObject()
1640 if (!DataSection.isWasmData()) in writeOneObject()