Home
last modified time | relevance | path

Searched refs:parseTargetFeaturesSection (Results 1 – 2 of 2) sorted by relevance

/src/contrib/llvm-project/llvm/include/llvm/Object/
H A DWasm.h275 Error parseTargetFeaturesSection(ReadContext &Ctx);
/src/contrib/llvm-project/llvm/lib/Object/
H A DWasmObjectFile.cpp994 Error WasmObjectFile::parseTargetFeaturesSection(ReadContext &Ctx) { in parseTargetFeaturesSection() function in WasmObjectFile
1175 if (Error Err = parseTargetFeaturesSection(Ctx)) in parseCustomSection()