Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/lld/COFF/
H A DChunks.h235 return StringRef(sectionNameData, sectionNameSize); in getSectionName()
373 uint32_t sectionNameSize = 0; variable
H A DChunks.cpp46 sectionNameSize = sectionName.size(); in SectionChunk()