Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/lld/MachO/
HDInputSection.h292 inline bool isWordLiteralSection(uint32_t flags) { in isWordLiteralSection() function
HDInputFiles.cpp386 } else if (isWordLiteralSection(sec.flags)) { in parseSections()