Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/MC/
DELFObjectWriter.cpp975 unsigned SecNameLen = (Section.getType() == ELF::SHT_REL) ? 4 : 5; in WriteSection() local
976 StringRef SectionName = Section.getSectionName().substr(SecNameLen); in WriteSection()