Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/MC/
DMCSectionWasm.h70 bool isWasmData() const { in isWasmData() function
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/WebAssembly/MCTargetDesc/
DWebAssemblyWasmObjectWriter.cpp113 else if (!Section->isWasmData()) in getRelocType()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/MC/
DWasmObjectWriter.cpp519 if (FixupSection.isWasmData()) { in recordRelocation()
1170 if (Section.isWasmData()) { in writeObject()
1278 assert(DataSection.isWasmData()); in writeObject()