Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lld/COFF/
H A DChunks.h220 return StringRef(sectionNameData, sectionNameSize); in getSectionName()
358 uint32_t sectionNameSize = 0; variable
H A DChunks.cpp45 sectionNameSize = sectionName.size(); in SectionChunk()