Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lld/MachO/
H A DInputSection.h35 WordLiteralKind, enumerator
259 return isec->kind() == WordLiteralKind; in classof()
H A DInputSection.cpp288 : InputSection(WordLiteralKind, section, data, align) { in WordLiteralInputSection()