Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DMCContext.cpp589 unsigned SectionLen; in getELFSection() local
593 SectionLen = Buffer.size(); in getELFSection()
606 SectionLen = UniqueMapKey.size(); in getELFSection()
610 SectionLen = UniqueMapKey.size(); in getELFSection()
617 StringRef CachedName = EntryNewPair.first->getKey().take_front(SectionLen); in getELFSection()