Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCSectionWasm.h72 bool isWasmData() const { return IsWasmData; } in isWasmData() function
85 assert(isWasmData()); in getPassive()
89 assert(isWasmData());
/freebsd/contrib/llvm-project/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()
/freebsd/contrib/llvm-project/llvm/lib/MC/MCParser/
H A DWasmAsmParser.cpp204 if (!WS->isWasmData()) in parseSectionDirective()
/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DWasmObjectWriter.cpp601 if (FixupSection.isWasmData()) { in recordRelocation()
1488 if (Section.isWasmData()) { in writeOneObject()
1627 if (!DataSection.isWasmData()) in writeOneObject()