Searched defs:findByPrefix (Results 1 – 2 of 2) sorted by relevance
/llvm-project/llvm/lib/Option/ | ||
H A D | OptTable.cpp | 208 OptTable::findByPrefix(StringRef Cur, Visibility VisibilityMask, findByPrefix() function in OptTable |
/llvm-project/lld/COFF/ | ||
H A D | SymbolTable.cpp | 875 auto findByPrefix = [&syms](const Twine &t) -> Symbol * { findMangle() local |