Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Object/
H A DWasm.h137 ArrayRef<wasm::WasmFeatureEntry> getTargetFeatures() const { in getTargetFeatures()
276 std::vector<wasm::WasmFeatureEntry> TargetFeatures;
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DWasm.h261 struct WasmFeatureEntry { struct
/freebsd-14.2/contrib/llvm-project/llvm/lib/Object/
H A DWasmObjectFile.cpp916 wasm::WasmFeatureEntry Feature; in parseTargetFeaturesSection()