Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Object/
H A DWasm.h269 Error parseTargetFeaturesSection(ReadContext &Ctx);
/freebsd-14.2/contrib/llvm-project/llvm/lib/Object/
H A DWasmObjectFile.cpp912 Error WasmObjectFile::parseTargetFeaturesSection(ReadContext &Ctx) { in parseTargetFeaturesSection() function in WasmObjectFile
1097 if (Error Err = parseTargetFeaturesSection(Ctx)) in parseCustomSection()