Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lld/COFF/
H A DChunks.h235 return StringRef(sectionNameData, sectionNameSize); in getSectionName()
370 const char *sectionNameData; variable
H A DChunks.cpp45 sectionNameData = sectionName.data(); in SectionChunk()