Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Object/
DWasm.h239 Error parseRelocSection(StringRef Name, ReadContext &Ctx);
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Object/
DWasmObjectFile.cpp590 Error WasmObjectFile::parseRelocSection(StringRef Name, ReadContext &Ctx) { in parseRelocSection() function in WasmObjectFile
676 if (Error Err = parseRelocSection(Sec.Name, Ctx)) in parseCustomSection()