Home
last modified time | relevance | path

Searched refs:WASM_SEC_FUNCTION (Results 1 – 25 of 132) sorted by relevance

123456

/dports/devel/llvm70/llvm-7.0.1.src/include/llvm/ObjectYAML/
H A DWasmYAML.h226 FunctionSection() : Section(wasm::WASM_SEC_FUNCTION) {}
229 return S->Type == wasm::WASM_SEC_FUNCTION;
/dports/devel/llvm70/llvm-7.0.1.src/include/llvm/BinaryFormat/
H A DWasm.h177 WASM_SEC_FUNCTION = 3, // Function declarations enumerator
/dports/devel/llvm80/llvm-8.0.1.src/include/llvm/ObjectYAML/
H A DWasmYAML.h248 FunctionSection() : Section(wasm::WASM_SEC_FUNCTION) {} in FunctionSection()
251 return S->Type == wasm::WASM_SEC_FUNCTION; in classof()
/dports/devel/llvm80/llvm-8.0.1.src/include/llvm/BinaryFormat/
H A DWasm.h195 WASM_SEC_FUNCTION = 3, // Function declarations enumerator
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/include/llvm/ObjectYAML/
H A DWasmYAML.h286 FunctionSection() : Section(wasm::WASM_SEC_FUNCTION) {} in FunctionSection()
289 return S->Type == wasm::WASM_SEC_FUNCTION; in classof()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/include/llvm/ObjectYAML/
H A DWasmYAML.h285 FunctionSection() : Section(wasm::WASM_SEC_FUNCTION) {} in FunctionSection()
288 return S->Type == wasm::WASM_SEC_FUNCTION; in classof()
/dports/devel/llvm10/llvm-10.0.1.src/include/llvm/ObjectYAML/
H A DWasmYAML.h283 FunctionSection() : Section(wasm::WASM_SEC_FUNCTION) {} in FunctionSection()
286 return S->Type == wasm::WASM_SEC_FUNCTION; in classof()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/include/llvm/ObjectYAML/
H A DWasmYAML.h290 FunctionSection() : Section(wasm::WASM_SEC_FUNCTION) {} in FunctionSection()
293 return S->Type == wasm::WASM_SEC_FUNCTION; in classof()
/dports/graphics/llvm-mesa/llvm-13.0.1.src/include/llvm/ObjectYAML/
H A DWasmYAML.h290 FunctionSection() : Section(wasm::WASM_SEC_FUNCTION) {} in FunctionSection()
293 return S->Type == wasm::WASM_SEC_FUNCTION; in classof()
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/include/llvm/ObjectYAML/
H A DWasmYAML.h288 FunctionSection() : Section(wasm::WASM_SEC_FUNCTION) {} in FunctionSection()
291 return S->Type == wasm::WASM_SEC_FUNCTION; in classof()
/dports/devel/llvm11/llvm-11.0.1.src/include/llvm/ObjectYAML/
H A DWasmYAML.h285 FunctionSection() : Section(wasm::WASM_SEC_FUNCTION) {} in FunctionSection()
288 return S->Type == wasm::WASM_SEC_FUNCTION; in classof()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ObjectYAML/
H A DWasmYAML.h283 FunctionSection() : Section(wasm::WASM_SEC_FUNCTION) {} in FunctionSection()
286 return S->Type == wasm::WASM_SEC_FUNCTION; in classof()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/llvm/include/llvm/ObjectYAML/
H A DWasmYAML.h290 FunctionSection() : Section(wasm::WASM_SEC_FUNCTION) {} in FunctionSection()
293 return S->Type == wasm::WASM_SEC_FUNCTION; in classof()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/include/llvm/ObjectYAML/
H A DWasmYAML.h290 FunctionSection() : Section(wasm::WASM_SEC_FUNCTION) {} in FunctionSection()
293 return S->Type == wasm::WASM_SEC_FUNCTION; in classof()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/llvm/include/llvm/ObjectYAML/
H A DWasmYAML.h290 FunctionSection() : Section(wasm::WASM_SEC_FUNCTION) {} in FunctionSection()
293 return S->Type == wasm::WASM_SEC_FUNCTION; in classof()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/llvm/include/llvm/ObjectYAML/
H A DWasmYAML.h288 FunctionSection() : Section(wasm::WASM_SEC_FUNCTION) {} in FunctionSection()
291 return S->Type == wasm::WASM_SEC_FUNCTION; in classof()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llvm/include/llvm/ObjectYAML/
H A DWasmYAML.h283 FunctionSection() : Section(wasm::WASM_SEC_FUNCTION) {} in FunctionSection()
286 return S->Type == wasm::WASM_SEC_FUNCTION; in classof()
/dports/devel/llvm13/llvm-project-13.0.1.src/llvm/include/llvm/ObjectYAML/
H A DWasmYAML.h290 FunctionSection() : Section(wasm::WASM_SEC_FUNCTION) {} in FunctionSection()
293 return S->Type == wasm::WASM_SEC_FUNCTION; in classof()
/dports/devel/llvm90/llvm-9.0.1.src/include/llvm/ObjectYAML/
H A DWasmYAML.h283 FunctionSection() : Section(wasm::WASM_SEC_FUNCTION) {} in FunctionSection()
286 return S->Type == wasm::WASM_SEC_FUNCTION; in classof()
/dports/devel/llvm90/llvm-9.0.1.src/tools/lld/wasm/
H A DOutputSections.cpp34 case WASM_SEC_FUNCTION: in sectionTypeToString()
/dports/devel/llvm90/llvm-9.0.1.src/include/llvm/BinaryFormat/
H A DWasm.h206 WASM_SEC_FUNCTION = 3, // Function declarations enumerator
/dports/devel/llvm70/llvm-7.0.1.src/tools/lld/wasm/
H A DOutputSections.cpp35 case WASM_SEC_FUNCTION: in sectionTypeToString()
/dports/devel/binaryen/binaryen-version_98/third_party/llvm-project/include/llvm/BinaryFormat/
H A DWasm.h207 WASM_SEC_FUNCTION = 3, // Function declarations enumerator
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/lld/wasm/
H A DOutputSections.cpp42 case WASM_SEC_FUNCTION: in sectionTypeToString()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/include/llvm/BinaryFormat/
H A DWasm.h214 WASM_SEC_FUNCTION = 3, // Function declarations enumerator

123456