Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/AsmParser/
H A DLLToken.h118 kw_partition, enumerator
/freebsd/contrib/llvm-project/llvm/lib/AsmParser/
H A DLLParser.cpp1189 if (Lex.getKind() == lltok::kw_partition) { in parseAliasOrIFunc()
1373 } else if (Lex.getKind() == lltok::kw_partition) { in parseGlobal()
6115 (EatIfPresent(lltok::kw_partition) && parseStringConstant(Partition)) || in parseFunctionHeader()