Home
last modified time | relevance | path

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

/external/llvm-project/lld/wasm/
DInputFiles.cpp360 assert(!dataSection); in parse()
361 dataSection = &section; in parse()
389 setRelocs(segments, dataSection); in parse()
DInputFiles.h129 const WasmSection *dataSection = nullptr; variable