Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lld/COFF/
H A DChunks.h219 return StringRef(sectionNameData, sectionNameSize); in getSectionName()
354 const char *sectionNameData; variable
H A DChunks.cpp45 sectionNameData = sectionName.data(); in SectionChunk()