Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lld/COFF/
H A DInputFiles.cpp296 const coff_section *parentSec = getSection(parentIndex); in readAssociativeDefinition() local
297 if (Expected<StringRef> e = coffObj->getSectionName(parentSec)) in readAssociativeDefinition()