Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lld/COFF/
H A DInputFiles.cpp295 const coff_section *parentSec = getSection(parentIndex); in readAssociativeDefinition() local
296 if (Expected<StringRef> e = coffObj->getSectionName(parentSec)) in readAssociativeDefinition()