Home
last modified time | relevance | path

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

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