Searched refs:EndCond (Results 1 - 1 of 1) sorted by relevance

/freebsd-11.0-release/contrib/llvm/lib/Object/
H A DArchive.cpp32 char EndCond; local
34 EndCond = ' ';
36 EndCond = '/';
38 llvm::StringRef(Name, sizeof(Name)).find(EndCond);
42 // Don't include the EndCond if there is one.

Completed in 33 milliseconds