Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/ProfileData/Coverage/
H A DCoverageMappingReader.cpp1093 if (auto *WOF = dyn_cast<WasmObjectFile>(&OF)) { in lookupAllocatableSection() local
1098 for (const auto &DebugName : WOF->debugNames()) { in lookupAllocatableSection()
1102 if (DebugName.Index >= WOF->dataSegments().size()) in lookupAllocatableSection()
1104 auto &Segment = WOF->dataSegments()[DebugName.Index]; in lookupAllocatableSection()