Home
last modified time | relevance | path

Searched defs:subsectionsViaSymbols (Results 1 – 2 of 2) sorted by relevance

/external/llvm-project/lld/MachO/
DInputFiles.cpp293 const char *strtab, bool subsectionsViaSymbols) { in parseSymbols()
406 bool subsectionsViaSymbols = hdr->flags & MH_SUBSECTIONS_VIA_SYMBOLS; in ObjFile() local
/external/llvm-project/lld/lib/ReaderWriter/MachO/
DFile.h225 bool subsectionsViaSymbols() const { in subsectionsViaSymbols() function