Home
last modified time | relevance | path

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

/external/llvm-project/lld/lib/ReaderWriter/MachO/
DMachONormalizedFileFromAtoms.cpp363 size_t seperatorIndex = customName.find('/'); in sectionForAtom() local
364 assert(seperatorIndex != StringRef::npos); in sectionForAtom()
365 StringRef segName = customName.slice(0, seperatorIndex); in sectionForAtom()
366 StringRef sectName = customName.drop_front(seperatorIndex + 1); in sectionForAtom()