Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Object/
DWasm.h236 Error parseLinkingSection(ReadContext &Ctx);
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Object/
DWasmObjectFile.cpp349 Error WasmObjectFile::parseLinkingSection(ReadContext &Ctx) { in parseLinkingSection() function in WasmObjectFile
673 if (Error Err = parseLinkingSection(Ctx)) in parseCustomSection()