Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lld/ELF/
H A DScriptParser.cpp867 constexpr std::pair<const char *, unsigned> typeMap[] = { variable
887 auto it = llvm::find_if(typeMap, [=](auto e) { return e.first == value; }); in readSectionDirective()
888 if (it != std::end(typeMap)) { in readSectionDirective()