Home
last modified time | relevance | path

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

/external/llvm/lib/MC/
DELFObjectWriter.cpp962 unsigned SecNameLen = (Section.getType() == ELF::SHT_REL) ? 4 : 5; in WriteSection() local
963 StringRef SectionName = Section.getSectionName().substr(SecNameLen); in WriteSection()