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

/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCSectionWasm.h68 bool isWasmData() const { function in class:llvm::final
83 assert(isWasmData());
87 assert(isWasmData());
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/WebAssembly/MCTargetDesc/
H A DWebAssemblyWasmObjectWriter.cpp110 else if (!Section->isWasmData())
/freebsd-11-stable/contrib/llvm-project/llvm/lib/MC/MCParser/
H A DWasmAsmParser.cpp139 if (!Section->isWasmData())
/freebsd-11-stable/contrib/llvm-project/llvm/lib/MC/
H A DWasmObjectWriter.cpp511 if (FixupSection.isWasmData()) {
1230 if (Section.isWasmData()) {
1361 if (!DataSection.isWasmData())

Completed in 73 milliseconds