Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/Object/
H A DWasm.h135 ArrayRef<wasm::WasmFeatureEntry> getTargetFeatures() const { in getTargetFeatures()
273 std::vector<wasm::WasmFeatureEntry> TargetFeatures;
/llvm-project-15.0.7/llvm/include/llvm/BinaryFormat/
H A DWasm.h66 struct WasmFeatureEntry { struct
/llvm-project-15.0.7/llvm/lib/Object/
H A DWasmObjectFile.cpp901 wasm::WasmFeatureEntry Feature; in parseTargetFeaturesSection()