Home
last modified time | relevance | path

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

/src/contrib/llvm-project/lld/COFF/
H A DChunks.h264 return StringRef(sectionNameData, sectionNameSize); in getSectionName()
402 uint32_t sectionNameSize = 0; variable
H A DChunks.cpp47 sectionNameSize = sectionName.size(); in SectionChunk()