Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lld/wasm/
H A DInputFiles.cpp454 assert(!dataSection); in parse()
455 dataSection = &section; in parse()
494 setRelocs(segments, dataSection); in parse()
H A DInputFiles.h130 const WasmSection *dataSection = nullptr; variable