Home
last modified time | relevance | path

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

123

/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/include/llvm/MC/
H A DMCSectionWasm.h62 bool isWasmData() const { in isWasmData() function
77 assert(isWasmData()); in getPassive()
81 assert(isWasmData());
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/include/llvm/MC/
H A DMCSectionWasm.h62 bool isWasmData() const { in isWasmData() function
77 assert(isWasmData()); in getPassive()
81 assert(isWasmData());
/dports/devel/llvm10/llvm-10.0.1.src/include/llvm/MC/
H A DMCSectionWasm.h68 bool isWasmData() const { in isWasmData() function
83 assert(isWasmData()); in getPassive()
87 assert(isWasmData());
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/include/llvm/MC/
H A DMCSectionWasm.h62 bool isWasmData() const { in isWasmData() function
77 assert(isWasmData()); in getPassive()
81 assert(isWasmData());
/dports/devel/llvm11/llvm-11.0.1.src/include/llvm/MC/
H A DMCSectionWasm.h62 bool isWasmData() const { in isWasmData() function
77 assert(isWasmData()); in getPassive()
81 assert(isWasmData());
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/
H A DMCSectionWasm.h68 bool isWasmData() const { in isWasmData() function
83 assert(isWasmData()); in getPassive()
87 assert(isWasmData());
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/llvm/include/llvm/MC/
H A DMCSectionWasm.h62 bool isWasmData() const { in isWasmData() function
77 assert(isWasmData()); in getPassive()
81 assert(isWasmData());
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llvm/include/llvm/MC/
H A DMCSectionWasm.h68 bool isWasmData() const { in isWasmData() function
83 assert(isWasmData()); in getPassive()
87 assert(isWasmData());
/dports/devel/llvm90/llvm-9.0.1.src/include/llvm/MC/
H A DMCSectionWasm.h68 bool isWasmData() const { in isWasmData() function
83 assert(isWasmData()); in getPassive()
87 assert(isWasmData());
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/include/llvm/MC/
H A DMCSectionWasm.h67 bool isWasmData() const { in isWasmData() function
82 assert(isWasmData()); in getPassive()
86 assert(isWasmData());
/dports/graphics/llvm-mesa/llvm-13.0.1.src/include/llvm/MC/
H A DMCSectionWasm.h67 bool isWasmData() const { in isWasmData() function
82 assert(isWasmData()); in getPassive()
86 assert(isWasmData());
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/llvm/include/llvm/MC/
H A DMCSectionWasm.h67 bool isWasmData() const { in isWasmData() function
82 assert(isWasmData()); in getPassive()
86 assert(isWasmData());
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/include/llvm/MC/
H A DMCSectionWasm.h67 bool isWasmData() const { in isWasmData() function
82 assert(isWasmData()); in getPassive()
86 assert(isWasmData());
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/llvm/include/llvm/MC/
H A DMCSectionWasm.h67 bool isWasmData() const { in isWasmData() function
82 assert(isWasmData()); in getPassive()
86 assert(isWasmData());
/dports/devel/llvm13/llvm-project-13.0.1.src/llvm/include/llvm/MC/
H A DMCSectionWasm.h67 bool isWasmData() const { in isWasmData() function
82 assert(isWasmData()); in getPassive()
86 assert(isWasmData());
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/lib/Target/WebAssembly/MCTargetDesc/
H A DWebAssemblyWasmObjectWriter.cpp121 assert(FixupSection.isWasmData()); in getRelocType()
130 else if (!Section->isWasmData()) in getRelocType()
147 else if (!Section->isWasmData()) in getRelocType()
/dports/graphics/llvm-mesa/llvm-13.0.1.src/lib/Target/WebAssembly/MCTargetDesc/
H A DWebAssemblyWasmObjectWriter.cpp121 assert(FixupSection.isWasmData()); in getRelocType()
130 else if (!Section->isWasmData()) in getRelocType()
147 else if (!Section->isWasmData()) in getRelocType()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/llvm/lib/Target/WebAssembly/MCTargetDesc/
H A DWebAssemblyWasmObjectWriter.cpp121 assert(FixupSection.isWasmData()); in getRelocType()
130 else if (!Section->isWasmData()) in getRelocType()
147 else if (!Section->isWasmData()) in getRelocType()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/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()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/llvm/lib/Target/WebAssembly/MCTargetDesc/
H A DWebAssemblyWasmObjectWriter.cpp121 assert(FixupSection.isWasmData()); in getRelocType()
130 else if (!Section->isWasmData()) in getRelocType()
147 else if (!Section->isWasmData()) in getRelocType()
/dports/devel/llvm13/llvm-project-13.0.1.src/llvm/lib/Target/WebAssembly/MCTargetDesc/
H A DWebAssemblyWasmObjectWriter.cpp121 assert(FixupSection.isWasmData()); in getRelocType()
130 else if (!Section->isWasmData()) in getRelocType()
147 else if (!Section->isWasmData()) in getRelocType()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/lib/Target/WebAssembly/MCTargetDesc/
H A DWebAssemblyWasmObjectWriter.cpp120 else if (!Section->isWasmData()) in getRelocType()
133 else if (!Section->isWasmData()) in getRelocType()
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/lib/Target/WebAssembly/MCTargetDesc/
H A DWebAssemblyWasmObjectWriter.cpp122 else if (!Section->isWasmData()) in getRelocType()
135 else if (!Section->isWasmData()) in getRelocType()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/llvm/lib/Target/WebAssembly/MCTargetDesc/
H A DWebAssemblyWasmObjectWriter.cpp122 else if (!Section->isWasmData()) in getRelocType()
135 else if (!Section->isWasmData()) in getRelocType()
/dports/devel/llvm80/llvm-8.0.1.src/include/llvm/MC/
H A DMCSectionWasm.h70 bool isWasmData() const { in isWasmData() function

123