Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/MC/
H A DMCSectionWasm.h67 bool isWasmData() const { in isWasmData() function
82 assert(isWasmData()); in getPassive()
86 assert(isWasmData());
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/WebAssembly/MCTargetDesc/
H A DWebAssemblyWasmObjectWriter.cpp124 else if (!Section->isWasmData()) in getRelocType()
138 else if (!Section->isWasmData()) in getRelocType()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/MC/MCParser/
H A DWasmAsmParser.cpp192 if (!WS->isWasmData()) in parseSectionDirective()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/MC/
H A DWasmObjectWriter.cpp567 if (FixupSection.isWasmData()) { in recordRelocation()
1434 if (Section.isWasmData()) { in writeOneObject()
1578 if (!DataSection.isWasmData()) in writeOneObject()