Home
last modified time | relevance | path

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

/external/llvm-project/lld/COFF/
DChunks.h211 return StringRef(sectionNameData, sectionNameSize); in getSectionName()
341 const char *sectionNameData; variable
DChunks.cpp41 sectionNameData = sectionName.data(); in SectionChunk()