Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lld/wasm/
H A DInputFiles.cpp452 assert(!dataSection); in parse()
453 dataSection = &section; in parse()
492 setRelocs(segments, dataSection); in parse()
H A DInputFiles.h128 const WasmSection *dataSection = nullptr; variable