Home
last modified time | relevance | path

Searched refs:sectionNameSize (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()
357 uint32_t sectionNameSize = 0; variable
H A DChunks.cpp46 sectionNameSize = sectionName.size(); in SectionChunk()