Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/lld/MachO/
H A DInputSection.h282 inline bool isWordLiteralSection(uint32_t flags) { in isWordLiteralSection() function
H A DInputFiles.cpp364 } else if (isWordLiteralSection(sec.flags)) { in parseSections()