Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Object/
DWasm.h258 Error parseTargetFeaturesSection(ReadContext &Ctx);
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Object/
DWasmObjectFile.cpp720 Error WasmObjectFile::parseTargetFeaturesSection(ReadContext &Ctx) { in parseTargetFeaturesSection() function in WasmObjectFile
858 if (Error Err = parseTargetFeaturesSection(Ctx)) in parseCustomSection()